From claudekit
Reviews UI implementation plans for UX/visual design on 5 dimensions: information hierarchy, visual consistency, state coverage, accessibility, polish vs AI slop. Scores 0-10, proposes concrete fixes, applies user-selected ones via design-reviewer agent.
npx claudepluginhub duthaho/claudekit --plugin claudekitThis skill uses the workspace's default tool permissions.
- Plan includes UI components or user-facing screens
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.
Audits app UIs for visual hierarchy, spacing, typography, color, alignment, and components; generates phased, implementation-ready refinement plans.
Reviews completed UI design drafts for usability (Nielsen heuristics), accessibility (WCAG AA), spec traceability, design tokens, and peer alignment with hf-design-review. For formal verdict before joint approval or task planning.
Share bugs, ideas, or general feedback.
design-review skill in Bundle B will cover that)plan-eng-reviewSame as other plan-reviews: arg > docs/claudekit/plans/* > docs/plans/* (generic fallback) > plan.md. Newest by mtime.
design-reviewer agentInvoke Agent tool with subagent_type: "design-reviewer". Pass plan path + 5 dimensions (information hierarchy, visual consistency, state coverage, accessibility, polish vs AI slop) + output format.
Show the returned DESIGN 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>-design-YYYY-MM-DD.md with Applied/Skipped sections.
writing-plans — Produces the planplan-ceo-review, plan-eng-review, plan-devex-review — Complementary dimensionsautoplan — Runs all four in parallelui-ux-designer agent — Generates UI designs (complementary: designer creates, reviewer critiques)