plan-design-review

Reviews UI/UX design decisions in implementation plans and generates visual mockups before coding.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/bobbo01/B2BPlatform --skill plan-design-review-bobbo01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-design-review
Source: https://github.com/bobbo01/B2BPlatform/tree/main/.agents/skills/gstack-plan-design-review
Command: npx skills add https://github.com/bobbo01/B2BPlatform --skill plan-design-review-bobbo01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans with UI scope often ship with missing design decisions: undefined empty states, no hierarchy, ignored edge cases, and generic AI-looking layouts. This Skill reviews a plan with a designer's eye, rates each design dimension 0-10, generates real visual mockups, and fixes the plan before implementation begins. ## Core Features & Use Cases - Design Dimension Scoring: Rates each design dimension 0-10, explains what would make it a 10, then edits the plan to close the gaps. - AI Mockup Generation: Uses the gstack designer binary to generate mockups, style variants, side-by-side comparison boards, and cross-model quality checks via GPT-4o vision. - UI Scope Detection: Exits early when a plan has no UI scope, and audits git history, DESIGN.md, and prior reviews before scoring. - Use Case: Before implementing a new catalog page in a Spring Boot/Thymeleaf app, run this review to catch missing empty states, weak visual hierarchy, and accessibility gaps, then see actual mockups of the proposed design. ## Quick Start Ask the AI to review the design of the current plan with /plan-design-review before starting implementation.

Frequently Asked Questions about plan-design-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review the design of a plan before implementation?

Run /plan-design-review in plan mode. It audits the plan's UI scope, scores each design dimension 0-10, explains what would make each a 10, and edits the plan directly to add missing design decisions.

What is the difference between plan-design-review and design-review?

plan-design-review evaluates a written plan before any code exists, while design-review audits a live site visually. Use the plan version during planning and the live version after shipping.

Does plan-design-review generate visual mockups?

Yes, when the gstack designer binary is available it generates mockups, style variants, and side-by-side comparison boards by default. If the binary is missing, it falls back to HTML wireframes.

When does plan-design-review skip a review?

It exits early when the plan has no UI scope, such as pure backend, API-only, or infrastructure changes. It tells you a design review is not applicable rather than forcing one.

What design issues does plan-design-review catch?

It flags missing empty states, weak visual hierarchy, unspecified fonts and spacing, ignored edge cases like long names or zero results, accessibility gaps, and generic AI-generated-looking layouts.