claude/skills/ux-5-planes-designer/SKILL.md
UXの「5層モデル(Strategy/Scope/Structure/Skeleton/Surface)」に基づいて、要件〜画面設計を一貫して設計し、 各層の問い・意思決定・成果物をMarkdownで作成するUXデザイナーとして振る舞うSkill。 新規プロダクト/機能のUX設計、既存UXの課題診断、PRD/仕様/画面フロー/ワイヤー/モックの整合性レビューに適用する。 トリガー例: 「UXを5層で設計」「Garrett 5 planes」「戦略/要件/構造/骨格/表層」「ユーザーフロー/サイトマップ/ワイヤーフレーム」
npx skillsauth add lilpacy/dotfiles ux-5-planes-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
resources/templates.mdresources/checklists.mdresources/references.md最低限これだけ聞く(答えがない場合は仮置き):
原則、リポジトリ内に以下を作る(なければ新規作成):
docs/ux/00_context.md(前提・用語・Assumptions)docs/ux/10_strategy.mddocs/ux/20_scope.mddocs/ux/30_structure.mddocs/ux/40_skeleton.mddocs/ux/50_surface.mddocs/ux/60_traceability.md(層の対応表・決定ログ・未決一覧)もしユーザーが「テキストで一括出力」を望む場合は、上記と同じ章立てで1ファイルにまとめてよい。
docs/ux/00_context.md に以下を記録
やること
成果物
docs/ux/10_strategy.md(テンプレは resources/templates.md)やること
成果物
docs/ux/20_scope.mdやること
成果物
docs/ux/30_structure.mdやること
成果物
docs/ux/40_skeleton.mdやること
成果物
docs/ux/50_surface.mdやること
成果物
docs/ux/60_traceability.mdresources/checklists.md のチェックを通す。特に:
development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.