commit
Create an atomic commit for current changes
Analyze implementation against plan for process improvements
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/system-reviewContext preview
What this command does when you run it.
Analyze implementation against plan for process improvements
description: Analyze implementation against plan for process improvements argument-hint: "[plan-file] [execution-report-file]"
Perform a meta-level analysis of how well the implementation followed the plan and identify process improvements.
**System review is NOT code review.** You're not looking for bugs in the code - you're looking for bugs in the process.
**Your job:**
**Philosophy:**
You will analyze four key artifacts:
**Plan Command:** Read this to understand the planning process: `.claude/commands/plan-feature.md`
**Generated Plan:** Read this to understand what the agent was SUPPOSED to do: Plan file: $1
**Execute Command:** Read this to understand the execution process: `.claude/commands/execute.md`
**Execution Report:** Read this to understand what the agent ACTUALLY did and why: Execution report: $2
Read the generated plan ($1) and extract:
Read the execution report ($2) and extract:
For each divergence identified in the execution report, classify as:
**Good Divergence ✅** (Justified):
**Bad Divergence ❌** (Problematic):
For each problematic divergence, identify the root cause:
Based on patterns across divergences, suggest:
Save your analysis to: `.agents/system-reviews/[feature-name]-review.md`
Scoring guide:
For each divergence from the execution report:
divergence: [what changed] planned: [what plan specified] actual: [what was implemented] reason: [agent's stated reason from report] classification: good ✅ | bad ❌ justified: yes/no root_cause: [unclear plan | missing context | etc]
Assess adherence to documented patterns:
Based on analysis, recommend specific actions:
**Update CLAUDE.md:**
**Update Plan Command ($1):**
**Create New Command:**
**Update Execute Command:**
**What worked well:**
**What needs improvement:**
**For next implementation:**
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Repo: coleam00/Archon
Create an atomic commit for current changes
Meta command creator - generates slash commands following established patterns
Execute an Archon implementation plan file
Implement fix from RCA document for GitHub issue
Analyze and document root cause for a GitHub issue
Write a session handoff document for the next agent or session