Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub urso/claudev --plugin blueprintHow this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:design-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate a design against guidelines and check for internal consistency.
Reviews design artifacts (proposals, specs, designs, tasks) for internal consistency, gaps, and cross-artifact alignment before implementation.
Reviews design and implementation docs from analysis-process for document quality, internal consistency, and technical soundness before implementation-process.
Validates design documents before planning. Uses a 9-point checklist to catch specification gaps and assess architecture, test strategy, and handoff quality.
Share bugs, ideas, or general feedback.
Validate a design against guidelines and check for internal consistency.
${CLAUDE_PLUGIN_ROOT}/resources/discovery.md${CLAUDE_PLUGIN_ROOT}/scripts/list-workflows.sh$ARGUMENTS
Parse for design file path, name, or ID.
!bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-workflows.sh "" design
Read DISCOVERY_GUIDE for available tools and strategy, then locate the design based on user input.
bash VALIDATE_DOC design <design-file>
If validation errors, report them immediately.
Read the workflow files listed in the pre-computed context above for design guidelines.
Review the design against the loaded guidelines. Check for:
Guideline compliance:
Internal consistency:
Clarity:
For each issue found, explain:
Display findings to the user.
If issues found:
If passed:
/design-expand to break into stories