What problem does it solve?
Generate story-driven STORIES from DomainSpec aspect docs with mandatory slice coverage and a concept-coverage matrix.
This Skill enables teams to derive both Classic and BDD-style user stories directly from DomainSpec aspects, ensuring every concept is covered by at least one story and that coverage is auditable.
It produces a structured plan that ties stories to domain concepts and aspect anchors, and surfaces any coverage gaps.
Core Features & Use Cases
- Derive Classic ("As a … I want … so that …") and BDD (Given/When/Then) stories for each capability.
- Enforce the mandatory slice taxonomy (public, admin, integration, error) with explicit N/A reasons when not applicable.
- Link each story's acceptance checks to concept IDs and aspect anchors for traceability.
- Build a Story Coverage Matrix mapping concepts to stories and flag unmapped concepts as gaps.
- Emit STORIES.md plus the coverage matrix aligned to the Concept Registry.
Quick Start
Apply the workflow to a feature having SPEC.md and domain/aspect docs to generate STORIES.md and the coverage matrix.