What problem does it solve?
Story management and estimation can be error-prone and slow when backlog items are vague or misaligned with development work. This Skill provides a repeatable workflow to turn backlog items into defined stories, estimate with Fibonacci points, and coordinate with Shortcut/issue tracking, ensuring consistent branch naming and acceptance criteria.
Core Features & Use Cases
- Backlog-to-story workflow: starting work on the top unstarted story with clear acceptance criteria.
- Fibonacci estimation: guiding points like 0/1/2/3/5/8 and splitting large stories.
- Branch naming and work types: feature/bug/chore branches with type- and id-based naming, aligning with PR flow.
- TDD workflow integration: red/green/refactor commits and end-to-end reviews.
- Shortcut/issue tracking integration: linking stories to Shortcut items and tracking state transitions.
Quick Start
Begin by selecting the top unstarted backlog item, write acceptance criteria, and create a corresponding feature/bug/chore story with a concise branch name.