What problem does it solve?
Story coverage helps you spot gaps in a PRD by checking whether every persona and goal combination is represented, whether the expected domain flows are covered, and whether supporting sections introduce unaddressed actions.
Core Features & Use Cases
- Persona-goal coverage analysis: Derives the stories that should exist for each user persona and goal pairing, then flags missing happy paths or missing recovery paths.
- Domain archetype checking: Compares the PRD against common feature flows such as authentication, payment, content, lifecycle, billing, and observability to find missing archetypal scenarios.
- Orphan reference detection: Scans NFR, rollout, GTM, and risk sections for actions like rollback, delete, migrate, or deactivate that do not have matching stories.
- Use Case: A product manager drafts a PRD for a new internal workflow and uses this Skill to reveal that account deletion, recovery, and failure handling were never written down.
Quick Start
Ask the story-coverage skill to review this PRD and return the missing stories, missing archetypes, and orphan references in structured JSON.