From claudekit
Reviews devex of implementation plans for APIs, CLIs, SDKs, libraries, docs across 5 dimensions: Time to Hello World, ergonomics, error copy, docs structure, magical moments. Scores 0-10, proposes and applies fixes.
npx claudepluginhub duthaho/claudekit --plugin claudekitThis skill uses the workspace's default tool permissions.
- Plan ships a developer-facing surface (API, CLI, SDK, library, docs)
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 Plan files in parallel using Codex, Gemini, and Claude to analyze validity, gaps, risks, and improvements. Invoke via /plan-review after plan creation.
Provides adversarial reviews of plans, specs, and design docs using Codex CLI or subagent fallback, challenging completeness, consistency, clarity, scope, and feasibility.
Share bugs, ideas, or general feedback.
plan-ceo-reviewdevex-review in Bundle B will cover live DX audit)Same convention: arg > docs/claudekit/plans/* > docs/plans/* (generic fallback) > plan.md. Newest by mtime.
devex-reviewer agentInvoke Agent tool with subagent_type: "devex-reviewer". Pass plan path + 5 dimensions (Time to Hello World, API/CLI ergonomics, error copy, docs structure, magical moments) + output format.
Show returned DEVEX Review markdown verbatim.
AskUserQuestion with Recommended fixes. 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>.
docs/claudekit/reviews/<plan-basename>-devex-YYYY-MM-DD.md with Applied/Skipped sections.
writing-plans — Produces the planplan-ceo-review, plan-eng-review, plan-design-review — Complementaryautoplan — Parallel fan-outapi-designer agent — Generates API designs (complementary: designer creates, reviewer critiques)