agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Execute a PRP — TodoWrite breakdown, parallel implementation, validate every gate, deploy, prove on prod
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/execute-prpContext preview
What this command does when you run it.
Execute a PRP — TodoWrite breakdown, parallel implementation, validate every gate, deploy, prove on prod
description: Execute a PRP — TodoWrite breakdown, parallel implementation, validate every gate, deploy, prove on prod argument-hint: <path-to-PRP.md> allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, mcp__playwright__* model: claude-opus-4-7
ULTRATHINK before responding. Execute the PRP at $ARGUMENTS.
Read the PRP. Use TaskCreate to break it into independent work units:
If the PRP's confidence score is < 7:
1. Surface to user with the gap analysis 2. Suggest re-running `/generate-prp` with more research 3. STOP — do not execute
Per `[[monitor-orchestration]]` § Parallel-agent playbook:
Read the PRP's "Validation gates" list. Run each in order. If any fails, STOP and surface the failure with:
DO NOT proceed to the next gate until current one passes.
Per `[[verification-loop]]`:
1. `wrangler deploy` (or platform equivalent) 2. CDN purge paired with deploy 3. `curl` the changed routes on PROD — assert content/headers/JSON-LD/status 4. Playwright on PROD URL with real user navigation (click through UI, never `page.goto` for internal) 5. AI vision QA on any new route or new `data-testid` per `[[always]]` 6. axe-core 0 violations at 6 breakpoints
End-of-turn report per `[[always]]`:
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the Agent Diversity Review gate and emit the result table
Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation.
Audit the rules/ directory for missing foundational principles; output gap list with priority and justification
Validate ~/.claude/settings.json hooks block — event names, file existence, executability, matcher syntax; --fix repairs common issues
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers