When to create one
Use a scenario when several drills or manual sessions need the same meaningful situation, such as an existing record, a permission boundary, a downstream failure, or a scheduled event. Do not create a scenario for every assertion. A drill can reference a scenario and add its own task-specific overrides; the SDK can derive temporary per-test state without changing source.Precedence
Firedrill applies starting conditions in a defined order:- world baseline;
- selected scenario;
- drill-level overrides;
- explicit per-test SDK setup.
Scenarios are not runs
A scenario defines how a world starts. A drill defines what the agent should attempt and what must be true afterwards. A run is one execution of that drill.Reuse scenarios
Compose data, faults, events, and overrides across drills.