What problem does it solve? Turning a requirements specification into an actionable product backlog is error-prone: stories lose traceability to requirements, acceptance criteria miss error cases, and priorities lack justification. This Skill enforces a structured, spec-traceable backlog workflow so nothing falls through the cracks. ## Core Features & Use Cases - Spec-Traceable Story Writing: Creates epics and user stories in Given/When/Then format, each linked back to source FR/NFR requirements, with INVEST validation and MoSCoW prioritization. - Estimation & MVP Scoping: Applies Fibonacci story points, defines a minimal end-to-end MVP, and plans sprints with risk-first ordering and dependency tracking. - Task Breakdown: Breaks only the first sprint into day-sized tasks using ready-made templates, plus Definition of Ready/Done checklists. - Use Case: After finishing a requirements spec for an ordering system, ask the assistant to build the backlog — it produces a single backlog.md with prioritized stories, acceptance criteria covering happy/error/boundary paths, and a sprint plan. ## Quick Start Create a product backlog from the requirements spec in docs/01-requirements/01-spec with prioritized user stories and a sprint plan.