What problem does it solve?
This Skill automates the tedious, error-prone process of creating every OpenSpec change artifact in the correct dependency order so implementation can begin without manual artifact-by-artifact work.
Core Features & Use Cases
- Full fast-forward generation: Iteratively creates all artifacts required for implementation until the change is apply-ready by querying openspec status and instructions.
- Dependency-aware sequencing: Reads completed artifacts for context, honors dependency ordering, and re-checks status after each artifact is created.
- Interactive clarification and progress tracking: Prompts the user when input is unclear and uses a TodoWrite-style tracker to show progress.
- Use case: Quickly scaffold a new change (for example, add-user-auth) and produce tasks, spec files, and other implementation artifacts so a team can start execution immediately.
Quick Start
Provide a change name or a short description (for example, create a change named add-user-auth) and run the fast-forward process to generate all artifacts until ready for implementation.