31  Recursive Decomposition Stack

32 Recursive Decomposition Stack

Working seal: stack://recursive-decomposition-stack/9E9D03E9C0

Enter: Use when the task is too large for one spell or one session and scope can shrink recursively.

32.3 Loop or Recursion

{
  "recursive": true,
  "base_case": "Scope is small enough to understand, implement, and verify in one bounded pass"
}

32.4 On Fail

Stop descent if child scopes do not shrink or contract consistency is lost.

32.5 Why It Works

It lets one choreography operate at several scales while preserving contracts at every boundary.