bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Execute all plans in a phase with wave-based parallelization
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/execute-phaseContext preview
What this command does when you run it.
Execute all plans in a phase with wave-based parallelization
name: execute-phase description: Execute all plans in a phase with wave-based parallelization argument-hint: "<phase-number> [--wave N] [--gaps-only] [--interactive] [--tdd]" allowed-tools: - Read - Write - Edit - Glob - Grep - Bash - Task - TodoWrite - AskUserQuestion
Execute all plans in a phase using wave-based parallel execution.
Orchestrator stays lean: discover plans, analyze dependencies, group into waves, spawn subagents, collect results. Each subagent (`phase-executor`) handles its own plan independently.
Context budget: ~15% orchestrator, 100% fresh per subagent.
Phase: $ARGUMENTS
**Available flags (active only when present in $ARGUMENTS):**
**Step 1 — Resolve Phase**
Read `.planning/STATE.md` and `.planning/ROADMAP.md` to find the phase directory under `.planning/phases/`.
**Step 2 — Discover Plans**
Glob all `*-PLAN.md` files in the phase directory. Parse each plan's frontmatter to extract:
**Step 3 — Filter**
Apply active flags:
**Step 4 — Execute by Wave**
Group plans into waves. For each wave (lowest number first):
Collect completion results from each subagent (PLAN COMPLETE format or CHECKPOINT REACHED format).
**Step 5 — Handle Checkpoints**
If any executor returns `CHECKPOINT REACHED`:
**Step 6 — Phase Completion Check**
After all waves finish (or after the selected wave if `--wave` was active):
If no incomplete plans remain:
If incomplete plans remain after the last wave:
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.