mirror of
https://github.com/obra/superpowers.git
synced 2026-05-10 11:09:05 +08:00
Lift drill into evals/ at 013fcb8b7dbefd6d3fa4653493e5d2ec8e7f985b
rsync of obra/drill@013fcb8b7d into superpowers/evals/, excluding .git/, .venv/, results/, .env/, __pycache__/, *.egg-info/, .private-journal/. The drill repo is unaffected by this commit; archival is a separate manual step after this PR merges. Source SHA recorded at evals/.drill-source-sha for divergence detection.
This commit is contained in:
32
evals/scenarios/decomposing-into-waves-spec-aware.yaml
Normal file
32
evals/scenarios/decomposing-into-waves-spec-aware.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
scenario: decomposing-into-waves-spec-aware
|
||||
description: "User explicitly asks the agent to use the decomposing-into-waves skill"
|
||||
user_posture: spec-aware
|
||||
|
||||
setup:
|
||||
helpers:
|
||||
- create_wave_test_repo
|
||||
assertions:
|
||||
- "git rev-parse --is-inside-work-tree"
|
||||
- "test -f docs/superpowers/plans/test-plan.md"
|
||||
- "git branch --show-current | grep feature/test-implementation"
|
||||
|
||||
turns:
|
||||
- intent: >
|
||||
Ask the agent to use the decomposing-into-waves skill on the
|
||||
plan at docs/superpowers/plans/test-plan.md. Reference the
|
||||
skill by name.
|
||||
- intent: >
|
||||
Review the waves file output. Verify parallel waves don't have
|
||||
file overlaps. Confirm or ask for corrections.
|
||||
|
||||
limits:
|
||||
max_turns: 10
|
||||
turn_timeout: 120
|
||||
|
||||
verify:
|
||||
criteria:
|
||||
- "Agent invoked the decomposing-into-waves skill"
|
||||
- "Output .waves.md file has YAML frontmatter with run_id and waves structure"
|
||||
- "File ownership block present for parallel waves"
|
||||
- "Wave ordering respects task dependencies (foundation first)"
|
||||
observe: true
|
||||
Reference in New Issue
Block a user