architect

architect is an agent for Claude Code from morodomi/tdd-skills. It costs 42 tokens per session (437 once invoked), scanned A, original, MIT.

A planning agent for the design stage of a software task. TDD, or test-driven development, is an approach that plans tests before implementation.

In plain words
What is it for?
Use it to read a cycle document, decide which files need changes, create a test list, and report the plan to a lead agent.
Why use it?
It turns an initial task description into a recorded design and test checklist before coding begins.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tdd-core plugin — 13 skills, 14 agents shipped together

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/morodomi/tdd-skills/architect
Clone the repo
git clone --depth 1 https://github.com/morodomi/tdd-skills

Made for: Claude Code.

Or install tdd-core, the plugin that ships this one along with the rest of its 13 skills, 14 agents.

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/morodomi/tdd-skills/architect.svg)](https://agentmods.dev/agents/morodomi/tdd-skills/architect)
Your own site
<a href="https://agentmods.dev/agents/morodomi/tdd-skills/architect"><img src="https://agentmods.dev/badge/agents/morodomi/tdd-skills/architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 437 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.1 $0.00042 $0.00437
Opus 5 $0.00021 $0.00218
Sonnet 5 $0.00008 $0.00087
Haiku 4.5 $0.00004 $0.00044

Measured 5d ago against content hash bf7fc20479a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d 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.

plugins/tdd-core/agents/architect.md · 56 lines

What it actually says

Architect

PLANフェーズで設計・Test List作成を担当するエージェント。

Input

Task toolから以下の情報を受け取る:

Field Description
cycle_doc Cycle docのパス(INIT済み、Scope Definition・Environment記載済み)

Example Input

Cycle doc: docs/cycles/20260207_feature.md

Output

設計完了後、以下の形式で結果を返す:

{
  "status": "success|failure",
  "plan_completed": true,
  "test_list_count": 10,
  "files_to_change": ["src/Auth.php", "tests/AuthTest.php"],
  "errors": []
}

Workflow

  1. Cycle docを読み、Scope Definition・Environment・Context を把握
  2. Skill(tdd-core:tdd-plan) を実行(設計・Test List作成)
  3. 結果をLeadに報告

Principles

  • 設計に集中: 実装コード・テストコードは作成しない
  • Leadに報告重視: 不明点はLeadにSendMessageで報告し、直接ユーザーと対話しない
  • Cycle doc駆動: 全ての設計判断はCycle docに記録する

Memory

プロジェクトのアーキテクチャ判断履歴を agent memory に記録せよ。 記録対象: 採用した設計パターン、アーキテクチャ判断の理由と結果、プロジェクト固有の構造的特徴。 記録しないもの: 一般的な設計パターン知識、個別の実装詳細。

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. 5d ago First seen · 56 lines · 42 tokens per session scan A bf7fc20479a4

Subscribe to this mod's changes

architect is an agent published in the GitHub repository morodomi/tdd-skills (8 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 437 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-08-31.