What problem does it solve? Manually invoking each phase agent of the SPAE workflow (build, check, fix) for every atomic task is repetitive and error-prone. This Skill automates that loop by reading the shared STATE.json file and dispatching the correct subagent until every task is done. ## Core Features & Use Cases - Phase-driven dispatch: Reads .spae/current/STATE.json and spawns the subagent matching the current phase (build, check, or fix) with no arguments. - Stall and failure detection: Halts immediately if the phase does not change between iterations, if a subagent fails, crashes, or times out, or if STATE.json is malformed. - Strict orchestration boundaries: Never writes project files, never commits, never runs subagents in parallel, and only invokes the permitted build, check, and fix agents. - Use Case: After running the spec, plan, and inspect phases of a SPAE workstream, invoke this Skill to autonomously execute all remaining atomic tasks, cycling build, check, and fix until the workstream reaches the verify phase. ## Quick Start Run the SPAE spawn orchestrator to autonomously execute all remaining tasks in the current workstream until the state reaches the verify phase.