bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Create detailed phase plan (PLAN.md files) with verification loop
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/plan-phaseContext preview
What this command does when you run it.
Create detailed phase plan (PLAN.md files) with verification loop
name: plan-phase description: Create detailed phase plan (PLAN.md files) with verification loop argument-hint: "[phase] [--research] [--skip-research] [--view] [--gaps] [--skip-verify] [--prd <file>] [--tdd] [--mvp]" allowed-tools: - Read - Write - Bash - Glob - Grep - Task - AskUserQuestion - WebFetch
Create executable phase plans (PLAN.md files) for a roadmap phase with integrated research and verification.
**Default flow:** Research (if needed) → Plan → Verify → Done
**Orchestrator role:** Parse arguments, validate phase, run research unless skipped, spawn `phase-planner`, verify plans with `plan-checker`, iterate until pass or 3 iterations, present results.
Phase number: $ARGUMENTS (optional — auto-detects next unplanned phase if omitted)
**Flags:**
Normalize phase input before any directory lookups: accept `1`, `01`, or `1-name`.
**Step 1 — Resolve Phase**
Determine the target phase:
**Step 2 — Research**
Unless `--skip-research` or `--gaps`:
**Step 3 — Plan**
Spawn `phase-planner` agent with:
Phase-planner writes PLAN.md files directly.
**Step 4 — Verify**
Unless `--skip-verify`:
Spawn `plan-checker` agent to review all PLAN.md files in the phase directory.
If checker returns ISSUES FOUND:
**Step 5 — Present Results**
Show the user:
Tell the user: > "Plans ready. Run `/execute-phase {phase}` to begin execution."
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.