What problem does it solve?
Phase 2 — Technical specification planning becomes automated: turning approved PRDs into structured sprint specs, DoDs, and per-sprint runtime bundles. The skill orchestrates a three-stage blueprint (LLM drafts the sprint index, bash scaffolds empty per-sprint files, LLM fills each sprint) and stores artifacts under .yoke/specs/ and .yoke/sprints/. It pauses at Trigger 2 until approval, ensuring a controlled, auditable transition to Phase 3.
Core Features & Use Cases
- Drafts a sprint index from PRD to guide sprint planning and task allocation.
- Scaffolds empty per-sprint files deterministically via Bash, seeded with frontmatter skeletons.
- Fills sprint files with objective, DoD, tasks, functional criteria, and sensors using LLM prompts, one sprint at a time.
- Enforces Trigger 2 approval before transitioning to Phase 3 and marks artifacts as approved.
Quick Start
Initiate the workflow by providing an approved PRD to /yoke:tech-spec to generate the sprint index, scaffold per-sprint files, and iteratively fill them.