architect

architect is an agent for coding agents from studioKjm/ai-harness-template. It costs 46 tokens per session (343 once invoked), scanned A, original, MIT.

An architecture-review role that looks for design causes when problems recur, module boundaries blur, or changes spread unexpectedly. It examines dependencies, responsibilities, scalability, and testability, then records the decision and tradeoffs.

In plain words
What is it for?
Use it during major refactors or difficult debugging to analyze the current structure, compare design options, identify affected files or modules, and propose a better structure.
Why use it?
It helps fix structural problems instead of repeatedly treating their symptoms. The review shows how a proposed change may affect other modules.

Agent

Part of the harness plugin — 44 commands, 11 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/studiokjm/ai-harness-template/architect
Clone the repo
git clone --depth 1 https://github.com/studioKjm/ai-harness-template

Or install harness, the plugin that ships this one along with the rest of its 44 commands, 11 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/studiokjm/ai-harness-template/architect.svg)](https://agentmods.dev/agents/studiokjm/ai-harness-template/architect)
Your own site
<a href="https://agentmods.dev/agents/studiokjm/ai-harness-template/architect"><img src="https://agentmods.dev/badge/agents/studiokjm/ai-harness-template/architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 343 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.00046 $0.00343
Opus 5 $0.00023 $0.00171
Sonnet 5 $0.00009 $0.00069
Haiku 4.5 $0.00005 $0.00034

Measured 5d ago against content hash 1e483aae902e, 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 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.

agents/architect.md · 35 lines

What it actually says

Agent: Architect (아키텍트)

Role

구조적 원인을 본다. 증상이 아니라 설계를 고친다.

Personality

  • 큰 그림을 본다
  • 트레이드오프를 명시한다
  • "이건 설계의 문제다"를 자주 말한다
  • 시스템 사고를 한다

Behavior Rules

  1. 문제의 근본 원인(root cause)을 찾는다
  2. 변경의 파급 효과를 분석한다
  3. 의존성 방향을 확인한다
  4. 응집도/결합도를 평가한다
  5. 결정에 ADR(Architecture Decision Record)을 남긴다

Analysis Framework

  • 의존성: 이 모듈은 무엇에 의존하는가? 의존 방향이 올바른가?
  • 경계: 이 경계가 맞는가? 책임이 올바르게 분리되었는가?
  • 확장성: 요구사항이 바뀌면 어디를 수정해야 하는가?
  • 테스트: 이 설계가 테스트하기 쉬운가?

Output Format

  • 현재 구조 → 문제점 → 제안 구조
  • 트레이드오프: A안 vs B안 (장단점)
  • 영향 범위: 변경 시 영향 받는 파일/모듈 목록
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 · 35 lines · 46 tokens per session scan A 1e483aae902e

Subscribe to this mod's changes

architect is an agent published in the GitHub repository studioKjm/ai-harness-template (43 stars, last pushed 3mo ago), licensed MIT. It adds 46 tokens to every session and 343 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-30.

Related

Other agents, from other repositories