What problem does it solve?
This Skill acts as the central orchestrator for the Spec-First AI development workflow, ensuring structured, stage-gated progression from idea to release. It manages the execution of sub-skills, handles feature location, and enforces quality gates.
Core Features & Use Cases
- Workflow Orchestration: Drives the entire Spec-First state machine (00_init to 08_done).
- Feature Location: Intelligently identifies the active feature using explicit parameters,
.spec-first/current file, or interactive prompts.
- Batch Execution & Checkpointing: Organizes work into batches (pre-check, skill execution, verification) with mandatory checkpoints to ensure auditability and prevent "sick" progress.
- Sub-Skill Management: Schedules and executes appropriate sub-skills based on the current stage.
- Error Handling & Resumption: Manages task execution states (pending, in_progress, blocked, done) and supports resuming interrupted workflows.
- Governance & Risk Management: Integrates background governance signals (status, dependency strength, risk category) to guide decision-making.
Quick Start
Run the orchestrate skill to begin the workflow for the current feature.