name: spk-start-first-feature description: "Guide a first Spec Kitty feature from setup through specify, plan, tasks, implementation, review, accept, merge, and retrospective."
spk-start-first-feature
Use this skill when a user wants to start their first Spec Kitty mission or feature and needs the end-to-end path.
Workflow
- Verify install and agent surface with
spk-admin-setup-doctorif commands or skills are missing. - Create or select the mission with
/spec-kitty.specify. - Build the plan with
/spec-kitty.plan. - Produce work packages with
/spec-kitty.tasksor the outline/packages/finalize split when the project uses staged task authoring. - Advance work with
spk-run-next. - Drive implementation/review loops with
spk-run-implement-review. - Close with
spk-gate-accept, thenspk-gate-merge. - Finish post-merge checks with
spk-gate-mission-reviewandspk-gate-retrospective.
Guardrails
- Keep the user on one mission until a blocker requires a different route.
- Treat generated runtime prompt files as authoritative for the current action.
- Do not skip review, accept, or merge gates just because implementation appears complete.