creating-user-stories
Installation
SKILL.md
Creating User Stories
Generates structured development plans with user stories in Gherkin syntax grouped into epics, creates GitHub issues with labels, and adds them to a GitHub Project for kanban workflow.
Workflow
- Analyze the codebase using the oracle tool to understand architecture, identify gaps, and recommend improvements
- Present the plan to the user organized by epics/themes before creating issues
- Create GitHub labels for epics, priorities, and sizes
- Create GitHub issues using the
ghCLI with Gherkin acceptance criteria - Create or find a GitHub Project for the repo and add all issues to it
- Link the project to the repo so it appears in the repo's Projects tab
Story Numbering
Every story must have a sequential ID prefixed with W- and zero-padded to 6 digits:
W-000001,W-000002, ...W-000024