claude-code-conductor: Agent for Claude Code

.claude/agents/design-critic.md

design-critic is an agent for Claude Code from satoh-y-0323/claude-code-conductor. It costs 39 tokens per session (1,444 once invoked), scanned A, original, MIT.

A read-only reviewer for requirements, system designs, and implementation plans. It looks for hidden assumptions, unclear points, and missing details, then produces a review report.

In plain words
What is it for?
It is for auditing requirements, architecture, and plans before implementation. It does not edit source code or perform code or security reviews.
Why use it?
It can expose design problems before coding begins, reducing changes caused by misunderstood or incomplete plans.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths.

This is satoh-y-0323/claude-code-conductor's own configuration. It tells Claude Code how to work on claude-code-conductor itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-conductor configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/satoh-y-0323/claude-code-conductor/main/.claude/agents/design-critic.md
Clone the repo
git clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductor

Made for: Claude Code.

Wrote 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.

agentmods badge for design-critic

README.md
[![agentmods](https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/design-critic/github.svg)](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/design-critic)
Your own site
<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.

agentmods 80×15 button for design-critic

Your own site · 80×15
<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>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,444 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 825f881f264a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

.claude/agents/design-critic.md · 71 lines

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 に出力する

Read the full file on GitHub · 71 lines

Changes

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.

  1. 4d ago First seen · 71 lines · 39 tokens per session scan A 825f881f264a

Subscribe to this mod's changes

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.

Related

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.

fengshao1227/ccg-workflow · 31 tokens

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.

SHAdd0WTAka/Zen-Ai-Pentest · 43 tokens

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.

SHAdd0WTAka/Zen-Ai-Pentest · 33 tokens

Level Designer

Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines.

SHAdd0WTAka/Zen-Ai-Pentest · 26 tokens

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.

SHAdd0WTAka/Zen-Ai-Pentest · 38 tokens

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…

avelikiy/great_cto · 89 tokens