What problem does it solve? Manually running each speckit phase (specify, plan, critique, tasks) requires repeated user input and decision-making between steps, slowing down feature design. This Skill executes the entire preparation pipeline hands-off, producing a reviewed spec and task breakdown without stopping for clarification. ## Core Features & Use Cases - End-to-End Preparation Pipeline: Chains the speckit-specify, speckit-plan, speckit-critique-run, and speckit-tasks skills in order, committing artifacts after each phase via speckit-checkpoint-commit. - Autonomous Decision-Making: Answers clarification questions, resolves research decisions, and applies critique fixes using best judgment instead of pausing for user input. - Spec/Ask Alignment Check: Compares the generated spec.md against the original PRD (inline or fetched from URLs), remediates significant drift with up to two retry passes, and emits a machine-readable STATUS line for downstream automation. - Use Case: Paste a detailed feature PRD and receive a complete spec directory with spec.md, plan.md, research artifacts, and a dependency-ordered tasks.md ready for review, without any implementation being executed. ## Quick Start Run the speckit prep skill with my feature description to generate the full spec, plan, and tasks breakdown without starting implementation.