What problem does it solve? Running a complete spec-driven development cycle (specify, plan, critique, tasks, implement, review) normally requires manually invoking each phase and making decisions at every step. This Skill chains the entire speckit pipeline into one hands-off execution, making all intermediate decisions autonomously. ## Core Features & Use Cases - End-to-end orchestration: Delegates to the speckit-opsmill-prep skill (Specify → Plan → Critique → Tasks with alignment check) and the speckit-opsmill-implement skill (Preflight → Implement → Review → Final report) in sequence. - Deterministic hand-off: Parses literal STATUS lines from sub-skills to decide whether to proceed, stopping on BLOCKED states instead of guessing from prose output. - Autonomous decision-making: Resolves clarification questions, research decisions, and spec drift remediation without pausing for user input. - Use Case: A developer describes a new feature in one sentence; the Skill produces a validated specification, task breakdown, implemented code, and a review report, leaving only the extraction step for manual follow-up. ## Quick Start Run the speckit auto workflow with a feature description such as "add tenant bandwidth throttling to the fabric generator" and let it execute the full pipeline autonomously.