From claudekit
Reviews implementation plans across 5 dimensions: data flow, failure modes, edge cases & invariants, test matrix, rollback & migration. Scores 0-10 each, proposes concrete fixes, applies user-selected ones.
npx claudepluginhub duthaho/claudekit --plugin claudekitThis skill uses the workspace's default tool permissions.
- After a plan has been written and before coding starts
Performs parallel multi-angle reviews of implementation plans from CEO, engineering, design, and devex perspectives. Merges scorecards, presents consolidated fix checklist for user selection, and applies approved changes.
Reviews implementation plans for completeness, feasibility, risks, scope adherence, and alignment with codebase patterns. Provides structured feedback with strengths, concerns, gaps, and improvements before execution.
Interactively reviews implementation plans before coding, challenging scope creep, architecture, quality, tests, and performance with mandatory user checkpoints and opinionated recommendations.
Share bugs, ideas, or general feedback.
writing-plans firstplan-ceo-reviewrequesting-code-review[plan-path] argument provided, use itdocs/claudekit/plans/*.md, docs/plans/*.md (generic fallback), plan.md in cwd/claudekit:writing-plans firsteng-reviewer agentInvoke the Agent tool with subagent_type: "eng-reviewer". Pass:
Show the returned ENG Review markdown verbatim.
AskUserQuestion with the Recommended fixes checklist. Skip if empty.
For each selected fix, use Edit on the plan file. Each fix is either:
Replace "<old>" with "<new>" → Edit with old_string=<old>, new_string=<new>In section "<heading>", add: <text> → Read the file, locate the heading, use Edit to append <text> under itIf a fix is too vague to apply deterministically (fails the concreteness contract), skip it and report to the user as Unapplied: <reason>.
Save to docs/claudekit/reviews/<plan-basename>-eng-YYYY-MM-DD.md with Applied fixes and Skipped fixes sections.
Identical structure to plan-ceo-review but with ENG rubric.
writing-plans — Produces the plan this reviewsplan-ceo-review — Strategic review (complementary)plan-design-review — UX review (complementary)plan-devex-review — DX review (complementary)autoplan — Fan-out all four reviews in parallelplanner agent — Often produces the plan this reviews