Show Wave Orchestration help and usage
Orchestrates parallel AI agents to iteratively complete complex coding goals.
/plugin marketplace add sethdford/claude-toolkit/plugin install wave@claude-toolkit| Command | Description |
|---|---|
/wave "goal" | Start wave orchestration with a goal |
/wave-status | Check current iteration and progress |
/cancel-wave | Stop the orchestration loop |
/cancel-wave --clean | Stop and clean up output files |
/wave-preflight | Check if environment is ready |
/wave-clean | Remove wave output files |
/wave-help | Show this help |
/wave "Your goal here" [--max-iterations N] [--completion-promise TEXT] [--clean]
--max-iterations N — Stop after N iterations (default: 20)--completion-promise TEXT — Phrase that signals completion (default: DONE)--clean — Clear previous wave outputs before starting# Build a feature
/wave "Build user authentication with JWT, tests must pass" --max-iterations 15
# Research a codebase
/wave "Create architecture documentation for this codebase" --max-iterations 5
# With custom completion signal
/wave "Fix all TypeScript errors" --completion-promise "NO_ERRORS"
# Start fresh, clearing old outputs
/wave "Refactor database layer" --clean
/wave "goal"Output <wave-complete>PROMISE</wave-complete> when truly done.
Example:
All tests passing, feature complete.
<wave-complete>DONE</wave-complete>
.claude/wave-state.local.md — Iteration and config.claude/wave-outputs/ — Agent resultsBackground agents need tool permissions. If agents fail with permission errors:
claude --dangerously-skip-permissionsRun /wave-preflight to check your environment.
Wave won't start: Check if one is already running with /wave-status
Agents hitting permission errors: Run /wave-preflight and approve tools
Stuck in loop: Use /cancel-wave or wait for max iterations
Want to see progress: Use /wave-status for a visual progress bar