claude/skills/ia-architect/SKILL.md
情報設計(Information Architecture / IA)を「設計」し、設計が妥当かを「検証(監査)」するためのClaude Code Skill。 対象プロダクト/サイト/アプリの情報を、ユーザーが理解できる形で到達できるように構造化(分類・階層・メタデータ・命名)し、 辿れる導線(ナビ)と探せる仕組み(検索)まで含めて設計する。 さらにカードソート/ツリーテスト等の検証設計と、IA品質チェック(Findable/Understandable、スケール、命名一貫性)を行い、 改善案と改訂版IA成果物を出力する。 トリガー例: 情報設計/IA/サイトマップ/ナビ/カテゴリ/タクソノミー/メタデータ/ラベリング/検索/ファセット/ツリーテスト/カードソート
npx skillsauth add lilpacy/dotfiles ia-architectInstall 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.
ユーザーが明示しない場合は Mode C として扱う。
優先度順。リポジトリ/ドキュメントがあれば読み取り優先。
最終的に、resources/ia-design-output-template.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.