What problem does it solve? Running the preparatory phases of the SPAE structured workflow (spec, plan, inspect) requires manually invoking each agent in the correct order and tracking state transitions. This Skill automates that orchestration by reading STATE.json and dispatching the right subagent at each phase until the workstream is ready for build. ## Core Features & Use Cases - State-driven dispatch: Reads .spae/current/STATE.json to determine the current phase and spawns the matching subagent (spec, plan, or inspect) with no arguments. - Bootstrap support: Accepts an optional proposal argument to initialize a new workstream by spawning the spec agent when no state file exists. - Stall and failure detection: Halts immediately on subagent failures, timeouts, unknown phases, or when the phase does not advance between iterations. - Use Case: You have a feature proposal and want the requirements distilled into SPEC.md, decomposed into PLAN.md, and gap-analyzed automatically. Invoke this Skill with your proposal and it drives the workstream to phase: build without further intervention. ## Quick Start Run the spae-prepare skill with my proposal to orchestrate the spec, plan, and inspect phases until the workstream reaches the build phase.