What problem does it solve?
It prevents teams from planning and building only the happy path by forcing a structured, testable scenario matrix that includes normal behavior, alternate valid paths, edge conditions, failures, abuse/misuse, recovery, and operational support needs.
Core Features & Use Cases
- Scenario matrix decomposition: Break a confirmed requirement into a complete set of scenarios that cover distinct risk categories (normal, alternate, edge, failure, abuse, recovery, operational).
- Operationally verifiable outcomes: Require each scenario to include actor, precondition, stimulus, expected outcome, and a concrete verification method.
- Release-critical prioritization: Classify each scenario as MUST-HANDLE, SHOULD-HANDLE, or DEFERRED to guide planning and risk acceptance.
Quick Start
Use the scenario-decomposition skill when you have a requirement brief and need to generate a scenario matrix that can be used to plan implementation and verification across normal, failure, abuse, recovery, and operational support paths.