scenario
Installation
SKILL.md
Scenario Skill
Author and manage holdout scenarios for behavioral validation. Scenarios
define what the system should do in narrative form, with measurable
acceptance vectors and satisfaction scoring. They live in .agents/holdout/
so implementing agents cannot see them during development.
Quick Start
# Initialize holdout directory
/scenario init
# Add a scenario from a description
/scenario add "user can authenticate with valid credentials"
# List all active scenarios
/scenario list