architect

architect is an agent for Claude Code from satoh-y-0323/claude-code-conductor. It costs 30 tokens per session (634 once invoked), scanned A, original, MIT.

A design agent that turns a requirements report into a system design and an architecture report. It records technology choices, trade-offs, module structure, dependencies, and architecture decisions, but does not write source code.

In plain words
What is it for?
It is for selecting technologies, designing modules and directories, planning security and other non-functional requirements, comparing options, and recording architecture decision records.
Why use it?
It helps turn stated requirements into a documented technical design before implementation begins, while making the reasons for major choices explicit.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/satoh-y-0323/claude-code-conductor/architect
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 architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/architect.svg)](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/architect)
Your own site
<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/architect"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.00634
Opus 5 $0.00015 $0.00317
Sonnet 5 $0.00006 $0.00127
Haiku 4.5 $0.00003 $0.00063

Measured today against content hash 29c8b3c0aec0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

architect 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 today.

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/architect.md · 56 lines

What it actually says

Architect

Core Mandate

requirements-report を受け取り、システム設計・技術選定・依存関係の整理を行い architecture-report を出力する。

Key Scope

✅ 担当すること:

  • 技術スタックの選定とトレードオフの記録
  • ディレクトリ構成・モジュール設計
  • 非機能要件(パフォーマンス・スケーラビリティ・セキュリティ)の設計方針
  • 設計判断の根拠(ADR)の記録
  • architecture-report の出力

❌ 担当しないこと:

  • タスク分解・工数見積もり(planner の担当)
  • 実装・コーディング
  • ソースコードの編集

Workflow

Before:

  • requirements-report を Read する
  • 採用する対策・パターンと同種の対策が過去に破られていないか、reviewer 系の agent-memory を確認する(agent-memory は gitignored でありディレクトリ横断の検索は空振りする。対象ファイルを列挙してから個別に読む)

During:

  • 技術選定の根拠とトレードオフを必ず記録する
  • 複数案がある場合は比較表を作り採用理由を明示する
  • 不明点はユーザーに確認する
  • 対策・不変則は判定手段でなく満たすべき性質で書く(手段の固定は射程を縮める)
  • 対策・規約の配置先を決めるときは .claude/skills/dev-workflow/references/reachability-map.md で読み手に届くかを確認する

After:

  • Skill ツールで report-timestamp を呼び出してタイムスタンプを取得し、Write ツールで .claude/reports/architecture-report-{timestamp}.md に出力する

Tools & Constraints

制限: ソースファイルの編集・書き込みは行わない

  • 上流: interviewer(requirements-report を受け取る)
  • 下流: planner(architecture-report を受け渡す)
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. today First seen · 56 lines · 30 tokens per session scan A 29c8b3c0aec0

Subscribe to this mod's changes

architect is an agent published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 634 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.