What problem does it solve?
Manually breaking down game development epics into small, implementable stories is time-consuming and often leads to missing critical traceability to GDD requirements, architectural decisions, and QA test coverage, causing rework and implementation delays.
Core Features & Use Cases
- Automated Story Decomposition: Breaks epic GDD acceptance criteria into properly sized, typed stories (Logic, Integration, Visual/Feel, UI, Config/Data) aligned with development sprint capacity.
- Full Traceability Embedding: Each story includes links to its source GDD requirement, governing ADR guidance, acceptance criteria, and required test evidence paths.
- QA Integration: Enforces QA readiness gates, integrates existing QA plans to avoid duplicate work, and auto-generates test case specifications for logic and integration stories.
- Use Case: For a game combat epic, this skill generates individual stories for each core mechanic, each tagged with the relevant GDD requirement ID, ADR implementation guidance, and pre-defined test cases for developers to implement against.
Quick Start
Use the create-stories skill to break the combat epic into implementable, traceable story files for your game development team.