Agent skill
design-spec
Create UI/UX design specifications from requirements or Figma designs. Use when creating design specs, documenting UI components, or extracting design from Figma. Triggers on keywords like "design spec", "ui spec", "component spec", "mockup", "wireframe".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/design-spec
SKILL.md
Design Specification
Create comprehensive UI/UX specifications for implementation.
When to Use
- PBI needs design documentation
- Figma design ready for handoff
- Component specification required
Quick Reference
Workflow
- Read source (PBI or Figma URL)
- If Figma URL -> run
/figma-extractfirst - Document component inventory
- Define states and interactions
- Extract design tokens
- Create design spec artifact
- Save to
team-artifacts/design-specs/
Spec Structure
- Overview: Feature summary
- Component Inventory: List all UI components
- States: Default, hover, active, disabled, error
- Design Tokens: Colors, typography, spacing
- Accessibility: ARIA, keyboard nav
- Responsive: Breakpoints, adaptations
Output
- Path:
team-artifacts/design-specs/{YYMMDD}-designspec-{feature}.md
Design Token Format
// Colors
$primary: #1976D2;
$error: #D32F2F;
// Typography
$heading: 24px/1.2 'Inter';
// Spacing
$gap-sm: 8px;
$gap-md: 16px;
Related
- Role Skill:
ux-designer - Command:
/design-spec - Helper:
/figma-extract
Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?