analyzing-use-cases
Installation
SKILL.md
Analyzing Use Cases
Transform user stories into structured behavioral specifications using Alistair Cockburn's use case framework. The output is a use case document that gives implementation planning a behavioral spine and TDD a test discovery checklist.
Quick Start
Given a story or ticket:
- Read the ticket and any research document FULLY
- Classify the goal level (summary, user-goal, subfunction)
- Identify scope, primary actor, and stakeholders
- Draft the main success scenario as numbered actor-system steps
- Discover extensions at each step — get user input
- Define preconditions and postconditions
- Map stakeholder interests to non-functional concerns
- Write the use case document from the template