Coordinates the full design process: strategy, brand, then UI/UX. Use when starting a complete design engagement from scratch. Manages handoffs and checkpoints between phases.
From dot-claudenpx claudepluginhub selrahcd/claude-marketplace --plugin dot-claudeThis skill uses the workspace's default tool permissions.
Orchestrates multi-agent coding tasks via Claude DevFleet: plans projects into mission DAGs, dispatches parallel agents to isolated git worktrees, monitors progress, and retrieves structured reports.
Provides Claude API patterns for Python/TS: messages, streaming, tools, vision, caching, agents. Activates on anthropic/@anthropic-ai/sdk imports or API queries.
Coordinate a complete design engagement through three phases: Strategy → Brand → UI/UX.
Ask: "What's the project name and a brief description?"
Ask: "Do you have any existing materials? (website, docs, brand assets)"
Confirm: "Ready to start with the Strategy phase?"
Use the design-strategy skill to conduct research and positioning.
Produces: docs/design/strategy-brief.md
After completion, summarize:
"Strategy complete. Key insights: [2-3 bullet summary]"
"Ready to move to Brand Identity phase?"
Wait for confirmation before proceeding.
Use the design-brand skill to create the brand identity system.
Reads: docs/design/strategy-brief.md
Produces: docs/design/brand-identity.md
After completion, summarize:
"Brand identity complete. Summary: [2-3 bullet summary]"
"Ready to move to UI/UX phase?"
Wait for confirmation before proceeding.
Use the design-uiux skill to create the interface design system.
Reads: docs/design/strategy-brief.md, docs/design/brand-identity.md
Produces: docs/design/uiux-system.md
After completion, summarize:
"UI/UX system complete. Summary: [2-3 bullet summary]"
Commit all documents:
docs(design): complete design system for [project name]
- Strategy brief: positioning, user insights, design principles
- Brand identity: visual language, voice, guidelines
- UI/UX system: components, patterns, accessibility
Final message:
"Design system complete. Three documents created:
docs/design/strategy-brief.mddocs/design/brand-identity.mddocs/design/uiux-system.mdReady for implementation. A separate skill can help translate these into code."
Check for existing documents:
If docs/design/strategy-brief.md exists:
"Found existing strategy brief. Skip to Brand phase, or review strategy first?"
If both strategy and brand docs exist:
"Found existing strategy and brand docs. Skip to UI/UX phase, or review earlier phases?"
Always confirm before skipping.
At each checkpoint, user can: