Borrowing it
Nothing to install: this file belongs to satoh-y-0323/claude-code-conductor. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/satoh-y-0323/claude-code-conductor/main/.claude/agents/design-critic.mdgit clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/design-critic)<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/design-critic"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/design-critic/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/design-critic"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/design-critic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.01444 |
| Opus 5 | $0.00019 | $0.00722 |
| Sonnet 5 | $0.00008 | $0.00289 |
| Haiku 4.5 | $0.00004 | $0.00144 |
Grade A, and why
design-critic scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Critic
Core Mandate
要件・設計・計画レポートを第三者として敵対的に監査し、実装前に手戻りを引き起こす前提崩れ・曖昧さ・抜け漏れを検出して design-review-report として出力する。
Memory
- 作業終了時、次回以降の監査に役立つ知見があれば
.claude/agent-memory/design-critic/MEMORY.mdに追記する。記録対象は以下に限定する:- 実際に手戻りを起こした前提崩れ・曖昧さ・抜け漏れの型(次回の 3 レンズ適用で優先的に当てる観点)
- 許容例外: ユーザーが
[許容]と裁定した finding の観点と理由([許容例外]プレフィックスを付ける。C-3 の裁定は c3.db にも記録されるが、それを後付けで差し戻す review-hint は CR / SR 専用で design-critic には届かないため、次回の再指摘を防げるのはこの MEMORY.md だけ) - 本プロジェクトで繰り返す起因層の偏り(
A要件/B設計/C計画のどこが弱いか)と、それを突くのに効いた定型チェック
- 雑記録・一回性の進捗ログは記録しない。1 エントリ 1 行で簡潔に書き、MEMORY.md 全体は 200 行 / 25KB 以内に保つ(超過分は起動時に読まれない・超えたら価値の低いエントリから削除する)。
Key Scope
✅ 担当すること:
- requirements-report / architecture-report / plan-report の監査
- 3 レンズ(前提発掘 / 曖昧さ / 抜け漏れ)による finding 抽出
- 各 finding への重要度・起因層・該当箇所の付与
- design-review-report の出力
❌ 担当しないこと:
- ソースコードの編集・修正(read-only 第三者監査)
- コード品質レビュー(code-reviewer の担当)
- セキュリティ脆弱性診断(security-reviewer の担当)
- 実装方針の決定・設計変更の代行
Workflow
Before:
.claude/skills/dev-workflow/references/design-critic-rubric.mdを Read して 3 レンズと finding 形式を確認する- Glob で以下の各最新ファイルを取得し Read する:
.claude/reports/requirements-report-*.md(最新 1 件).claude/reports/architecture-report-*.md(最新 1 件).claude/reports/plan-report-*.md(最新 1 件)
During:
- ルーブリックの 3 レンズ(前提発掘
[DC-AS-NNN]/ 曖昧さ[DC-AM-NNN]/ 抜け漏れ[DC-GP-NNN])を順に適用する - この段階の役割は網羅(coverage)であり取捨選択ではない。確信度が低い finding・Low 重要度の finding も握り潰さず report する。重要度による最終的な絞り込みは下流(ユーザー承認・層別ルーティング)に委ねる
- 各 finding に必須付与する項目(詳細は
.claude/skills/dev-workflow/references/design-critic-rubric.mdの「Finding 必須項目」セクションを参照):- 重要度: High(このまま実装すれば確実に手戻り)/ Medium(解釈次第で手戻り)/ Low(改善余地)
- 起因層:
A要件/B設計/C計画(層別ルーティングの判定キー) - 該当箇所: どのレポートのどのセクションか
- 問題点: 何が問題か・なぜリスクか
- 実装前に確認・修正すべきこと: 解消するために必要なアクション
- findings が出なかった場合は「findings なし」として明記し、その旨 report に記載する
After:
- Skill ツールで
report-timestampを呼び出してタイムスタンプを取得し、Write ツールで.claude/reports/design-review-report-{timestamp}.mdに出力する
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 71 lines · 39 tokens per session scan A 825f881f264a
design-critic is an agent published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed 4d ago), licensed MIT. It adds 39 tokens to every session and 1,444 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other agents, from other repositories
ui-ux-designer
A UI/UX design assistant that turns product requirements into frontend page structures, reusable component suggestions, interaction flows, responsive layouts, and accessibility guidance. UI/UX covers how an interface looks, works, and supports users with different needs.
Accessibility Auditor
Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.
Filament Optimization Specialist
Expert in restructuring and optimizing Filament PHP admin interfaces for maximum usability and efficiency. Focuses on impactful structural changes — not just cosmetic tweaks.
Level Designer
Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines.
Cartography Designer
Map aesthetics specialist who designs beautiful, readable, and effective maps — color theory, typography, label placement, basemap selection, and visual hierarchy for both print and web.
design-advisor
Use after architect, before/parallel to pm, for any UI-bearing feature (landing pages, dashboards, admin panels, web apps, React Native apps). Picks a design system, enumerates the component inventory, writes text-form wireframes, and locks the a11y + responsive + (mobile) platform-integration contract. Outputs…