Skip to content
Development
Command

/plan-execute-verify-repair

Run the autonomous-engineering operating loop on a task (plan→implement→verify→repair→report)

From plugin
heymegabyte-claude-skills
2153 skills27 agents53 commands
Install
> /plugin marketplace add heymegabyte/claude-skills

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plan-execute-verify-repair

Context preview

What this command does when you run it.

Run the autonomous-engineering operating loop on a task (plan→implement→verify→repair→report)

Command definition

plan-execute-verify-repair.md
description: Run the autonomous-engineering operating loop on a task (plan→implement→verify→repair→report)
argument-hint: <task description>

Run the autonomous engineering operating loop per [[autonomous-engineering]].

**Purpose** — drive a task end-to-end with built-in verification + repair, no premature stop.

**When to use** — any non-trivial implementation task that should run to a verified, deployed finish.

**Inputs** — `$ARGUMENTS` = the task.

Loop (in order; repair-loop on any red, max 3 cycles):

1. **Inspect** — read the relevant code + tests + docs; understand current state. 2. **Plan** — vertical slice plan; decompose + parallelize independent work per [[monitor-orchestration]]. 3. **Implement** — TDD-first (failing test before code per [[verification-loop]]); full files, no stubs. 4. **Typecheck** — `tsc --noEmit` (or stack equivalent). 5. **Test** — unit suite green. 6. **E2E** — Playwright against PROD URL, homepage-first, 6 breakpoints. 7. **Validate architecture** — feature-module + flag + drift gates per [[feature-module-architecture]] / [[drift-detection]]. 8. **Repair** — fix every red, re-run from the failing step. 9. **Docs** — JSDoc + CLAUDE.md + FEATURES.md updates for what changed. 10. **Skills** — fold any REUSABLE lesson into global config per [[prompt-as-training-signal]]. 11. **Report** — Changes / Next / Recs per [[always]] end-of-response report.

**Outputs** — deployed change, green gates, verification log, docs updated, end-of-turn report.

**Verification** — typecheck + unit + E2E all green; prod route fetched + asserted per [[verification-loop]]; no console errors.

**Can update ~/.agentskills or ~/.claude?** Only via step 10 (the skills/lessons step) — reusable lessons only. Otherwise NO.

Read more
Ships withheymegabyte-claude-skills

14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.

Get the whole plugin

Other commands on heymegabyte-claude-skills.