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

  1. Analyze the codebase using the oracle tool to understand architecture, identify gaps, and recommend improvements
  2. Present the plan to the user organized by epics/themes before creating issues
  3. Create GitHub labels for epics, priorities, and sizes
  4. Create GitHub issues using the gh CLI with Gherkin acceptance criteria
  5. Create or find a GitHub Project for the repo and add all issues to it
  6. 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
Installs
1
First Seen
7 days ago
creating-user-stories — andysolomon/skills