mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 01:19:04 +08:00
Add brainstorm-to-plan handoff regression test
Tests that Claude invokes writing-plans skill (not EnterPlanMode) after brainstorming. Includes --without-fix mode that strips the fix from a plugin copy to attempt failure reproduction.
This commit is contained in:
@@ -58,6 +58,7 @@ while [[ $# -gt 0 ]]; do
|
||||
echo ""
|
||||
echo "Tests:"
|
||||
echo " test-subagent-driven-development.sh Test skill loading and requirements"
|
||||
echo " test-brainstorm-handoff.sh Test brainstorm→writing-plans handoff"
|
||||
echo ""
|
||||
echo "Integration Tests (use --integration):"
|
||||
echo " test-subagent-driven-development-integration.sh Full workflow execution"
|
||||
@@ -74,6 +75,7 @@ done
|
||||
# List of skill tests to run (fast unit tests)
|
||||
tests=(
|
||||
"test-subagent-driven-development.sh"
|
||||
"test-brainstorm-handoff.sh"
|
||||
)
|
||||
|
||||
# Integration tests (slow, full execution)
|
||||
|
||||
Reference in New Issue
Block a user