design

Orchestrates a three-stage UI/UX design workflow with Canva MCP and approval gates.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/gmolike/Claude-Template --skill design-gmolike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/gmolike/Claude-Template/tree/main/template-orchestrator/.claude/skills/design
Command: npx skills add https://github.com/gmolike/Claude-Template --skill design-gmolike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It structures UI/UX design work into a controlled three-stage approval workflow, preventing unreviewed designs from reaching implementation and ensuring accessibility and documentation standards are met. ## Core Features & Use Cases - Design Briefing: Generates a design brief document (target audience, UI patterns, color scheme, typography, responsive strategy) from feature specs in .scrum/, requiring PO approval before proceeding. - Visual Concept: Uses Canva MCP to generate at least two design variants after briefing approval, with documented design decisions and PO review. - Implementation Review: Verifies the frontend implementation matches the design, runs WCAG 2.1 AA accessibility checks and responsive checks, and produces a review report. - Use Case: A product owner requests a new user profile feature; the workflow creates a briefing, generates Canva visual concepts after approval, then reviews the implemented frontend against the design. ## Quick Start Run the design briefing command for the current feature spec to generate a design brief document for PO approval.

Frequently Asked Questions about design

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

FAQPage Schema
How do I create a design briefing for a new feature?

Run the briefing stage, which analyzes the feature spec in the `.scrum/` directory and creates a briefing document in `docs/designs/` covering target audience, UI patterns, color scheme, typography, and responsive strategy. PO approval is required before moving to visual concepts.

How to generate visual design concepts with Canva MCP?

After the briefing is approved, the concept stage uses the Canva MCP integration to generate at least two design variants. All design decisions are documented, and the PO reviews the visual concept before implementation begins.

Does the design workflow include accessibility checks?

Yes, accessibility is mandatory. The review stage performs a WCAG 2.1 AA accessibility check alongside responsive verification, and the workflow rules state accessibility is required, not optional.

Can I export Canva designs without approval?

No. The workflow enforces a hard rule that no Canva export happens without explicit user approval. Each stage (briefing, concept, review) requires PO sign-off before proceeding to the next.

What are the limitations of this design workflow?

The workflow depends on Canva MCP for visual concepts and requires PO availability for three approval gates, which can slow iteration. It also assumes feature specs exist in `.scrum/` and does not handle user research or prototyping beyond concept generation.