# Recipes
Standalone examples for common tasks. Each recipe is self-contained.
- [Test a new scheduler](recipes/test-new-scheduler.md) -- end-to-end
from binary to integration tests
- [Investigate a crash](recipes/investigate-crash.md) -- auto-repro,
reading BPF probe output
- [A/B compare branches](recipes/ab-compare.md) -- worktree setup,
run and compare
- [Write a dynamic scenario](recipes/dynamic-scenario.md) -- ops/steps
with CgroupDef
- [Customize verification](recipes/custom-verification.md) -- scheduler
thresholds, per-test overrides
- [Benchmarking and negative tests](recipes/benchmarking-tests.md) --
performance gates, intentional degradation, Assert verification