From ai-devkit
Reviews feature design docs against requirements, resolves architecture trade-offs, and validates completeness using ai-devkit lint.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the design review phase for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
Run the design review phase for configured AI docs features. Before changing docs or code, propose the concrete plan for this phase and wait for user approval unless the user already approved the exact phase plan.
npx ai-devkit@latest lint before phase work.npx ai-devkit@latest lint --feature <name>.Use for Phase 3.
npx ai-devkit@latest lint --feature <name> and review the design doc path it validates. If manual path resolution is unavoidable, first resolve .ai-devkit.json paths.docs, falling back to docs/ai.Next: dev-implementation. If requirements gaps are found, return to dev-requirements. If design is fundamentally wrong, revise design and re-review.
npx claudepluginhub codeaholicguy/ai-devkitProduces approved design documents for new features, refactors, architecture changes, or behavior updates before any code. Enforces checklist with adversarial review, decomposition, and spec validation.
Validates design documents before planning. Uses a 9-point checklist to catch specification gaps and assess architecture, test strategy, and handoff quality.
Collaboratively brainstorms architecture, patterns, and trade-offs to produce a design document. Activates on 'design this', 'create a design', 'brainstorm approaches', or 'write a design doc'.