From kimchi
Performs fresh-eyes cross-model review of PLAN-DRAFT.md, identifies issues in correctness, completeness, clarity, architecture, risks, and outputs fixed PLAN-REVISED-{model}.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kimchi:plan-reviseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<command_purpose>
<command_purpose> Review the draft plan with "fresh eyes" from a different model's perspective. Find bugs, errors, logic problems, confusion, and missing pieces — then fix everything found. Each model writes its own revision file, enabling cross-model synthesis later. </command_purpose>
Read .kimchi/PLAN-DRAFT.md (required). If it doesn't exist, tell the user: "No PLAN-DRAFT.md found. Run /kimchi:refine first."
Also read for context:
.kimchi/REQUIREMENTS.md — v1 boundary and requirement IDs.kimchi/RESEARCH.md — codebase patterns and conventionsDetermine which model is running this review. Use one of:
$MODEL environment variable if setStore as {model} for the output filename.
Read the draft plan as if seeing it for the first time. Evaluate with intellectual honesty:
Correctness:
Completeness:
Clarity:
Architecture:
Risks:
Don't just report problems — fix them. Produce a complete revised plan that addresses every issue found.
Write .kimchi/PLAN-REVISED-{model}.md:
# Plan Revision: [Feature Name]
**Revised by:** {model}
**Date:** [today's date]
**Source:** .kimchi/PLAN-DRAFT.md
## Issues Found
| # | Category | Severity | Issue | Resolution |
|---|----------|----------|-------|------------|
| 1 | [Correctness/Completeness/Clarity/Architecture/Risk] | [High/Medium/Low] | [What's wrong] | [How it was fixed] |
| 2 | ... | ... | ... | ... |
## Summary of Changes
[Narrative description of what was changed and why. Be specific about trade-offs considered.]
## Revised Plan
[Complete revised plan with all fixes applied. This must be a full, standalone plan — not a diff.]
Report: "Fresh-eyes review complete ({model}). Found [N] issues ([H] high, [M] medium, [L] low). Saved to .kimchi/PLAN-REVISED-{model}.md"
Suggest: "Run /kimchi:plan-revise in other models for cross-model coverage, then /kimchi:plan-synthesize to blend all revisions."
npx claudepluginhub tromml/kimchi --plugin kimchiOrchestrates parallel architecture and experience reviews of implementation plans, scores findings across dimensions like data flow and UX, consolidates ranked fixes for user approval and auto-application. Use after planning, before non-trivial coding.
Reviews and validates plans (implementation, research, design, migration, etc.) using parallel subagents for codebase alignment, best practices, standards, feasibility, and fresh perspectives.
Stress-tests plans using automated critique (multi-reviewer council by default, or single-pass). Finds blind spots, missing steps, and wishful thinking. Verdict: APPROVE or REVISE.