From arc
Use when the user wants to review Maximus Loop results, analyze run performance, or check execution status. Triggers on "review the run", "analyze maximus results", "check status", "how is the run going", "show me the summary", "what's the progress", or when the user wants post-execution analysis with cost/performance insights.
How this skill is triggered — by the user, by Claude, or both
Slash command
/arc:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Post-run analysis and intelligent status checking for Maximus Loop executions. Provides two modes: full review (default) for comprehensive analysis, and quick status (--quick flag) for fast progress checks.
Post-run analysis and intelligent status checking for Maximus Loop executions. Provides two modes: full review (default) for comprehensive analysis, and quick status (--quick flag) for fast progress checks.
Announce: "I'll analyze the Maximus Loop execution for you."
Load reference files as needed:
${CLAUDE_PLUGIN_ROOT}/references/run-summary-schema.md — Load during Phase 2${CLAUDE_PLUGIN_ROOT}/references/cost-estimation.md — Load during Phase 3Full Review Mode (Default): Use when user wants comprehensive analysis. Triggers: "review the run", "analyze results", "/arc:review"
Quick Status Mode (--quick): Use when user wants fast check. Triggers: "check status", "how is it going", "--quick flag"
Create all 6 phase tasks upfront with TaskCreate, then execute sequentially.
.maximus/progress.md.maximus/run-summary.json${CLAUDE_PLUGIN_ROOT}/references/run-summary-schema.md)JSON.parse(content) directly.outcome === 'fail' && durationMs >= 900000${CLAUDE_PLUGIN_ROOT}/references/cost-estimation.md for benchmarksmaximus archive — save results to .maximus/archive/ before cleaningmaximus clean — reset runtime state for the next batch/arc:plan — plan the next batch (will check queue.md automatically).maximus/queue.md:
# To capture a quick observation for later:
Add to .maximus/queue.md:
- [ ] Your observation here
- Added: YYYY-MM-DD
- Priority: normal
Items in queue.md are surfaced automatically when you next run /arc:plan./arc:plan to extendWhen triggered with --quick or status phrases. NO Task API, just read-only:
Maximus Loop Status
Progress: 7/10 tasks (70%)
Cost: $12.45 (Est. total: ~$17.50)
ETA: ~8 minutes remaining
Status: ✓ Running smoothly
Warnings:
- 1 task timed out (Task #5)
Use '/arc:review' for full analysis.
No follow-up actions. Read-only and concise.
Do:
Don't:
npx claudepluginhub itsdevcoffee/devcoffee-agent-skills --plugin arcPerforms post-pipeline retrospectives: parses logs, counts productive vs wasted iterations, identifies failure patterns, scores runs, suggests fixes to skills/scripts.
Guided experiment-loop retrospective over the ax agent-experience graph. Walks through open proposals, pending verdicts, and harness-hook effectiveness. Invoke via "ax retro" or "/ax:retro".
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.