About
The Scenario Testing skill enforces a 'no mocks' philosophy for Claude Code, ensuring that your software is validated against actual databases, APIs, and services rather than assumptions. It provides a structured workflow for creating disposable proof-of-concept scripts in a gitignored scratch directory before documenting successful, reproducible patterns in a centralized scenarios.jsonl file. By prioritizing real-world behavior over synthetic inputs, this skill helps developers catch integration failures early and build a library of proven system interactions.