create-story
Installation
SKILL.md
Create Story
Purpose
Generate a single, well-defined implementation story from the PRD backlog, complete with acceptance criteria, technical notes, and complexity estimate. Ready for immediate implementation. A well-crafted story tells a developer exactly what to build, how to verify it, and how it fits into the broader system — while leaving implementation details to the developer's judgment.
Stories are the bridge between product requirements and code. They translate "what the user needs" into "what the developer builds." A great story is small enough to complete quickly, precise enough to avoid ambiguity, and contextual enough to fit the system architecture.
Architecture/Decision Trees
Story Selection Decision Tree
Are there any blocked stories that need resolving?
|-- YES --> Select the highest-priority blocked story and resolve the blocker
|-- NO --> Are there stories in the highest-priority epic?
|-- YES --> Select the first unstarted story from that epic
|-- NO --> Move to next priority epic