← スキル一覧に戻る

design-spec
by duc01226
⭐ 2🍴 1📅 2026年1月24日
SKILL.md
name: design-spec description: 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". allowed-tools: Read, Write, Edit, Grep, Glob, WebSearch
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
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です