story

Solid

Use when you have requirements, PRDs, or feature descriptions that need to become implementable work. Transforms requirements into INVEST-compliant user stories with testable acceptance criteria.

AI & Automation 2 stars 0 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Story Breakdown Transform requirements into INVEST-compliant user stories with testable acceptance criteria. **Announce:** "Using story breakdown to create implementable stories." ## The Iron Law ``` NO STORY WITHOUT ACCEPTANCE CRITERIA ``` Every story must have testable acceptance criteria before implementation. **No exceptions:** - Don't start work without criteria - Don't assume "obvious" criteria - Don't defer criteria to "later" - Later never comes ## INVEST Criteria Every story MUST pass: | Criterion | Question | Failure Symptom | |-----------|----------|-----------------| | **I**ndependent | Can this ship without other stories? | "We need to do X first" | | **N**egotiable | Can scope be discussed? | "It has to be exactly this" | | **V**aluable | Does user/business care? | "It's technical debt" | | **E**stimable | Can team size it? | "No idea how long" | | **S**mall | Fits in one iteration? | "It's a 2-week story" | | **T**estable | Can we verify done? | "We'll know when we see it" | **Failing any criterion = story needs work.** ## Epic Template ```markdown # Epic: [Name] ## Problem Statement [What problem does this solve? Who has this problem?] ## Success Metrics - [Measurable outcome 1] - [Measurable outcome 2] ## Scope ### In Scope - [Feature/capability] ### Out of Scope - [Explicitly excluded] ## Stories 1. [Story 1 title] 2. [Story 2 title] ## Dependencies - [External dependencies] ## Risks - [Risk]: [Mitigation] ``` ## Story Template ```mark...

Details

Author
nicodiansk
Repository
nicodiansk/turbocharge
Created
7 months ago
Last Updated
5 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category