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.
npx agentmods add agents/studiokjm/ai-harness-template/architectgit clone --depth 1 https://github.com/studioKjm/ai-harness-templateWrote 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/studiokjm/ai-harness-template/architect)<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>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 | $0.00046 | $0.00343 |
| Opus 5 | $0.00023 | $0.00171 |
| Sonnet 5 | $0.00009 | $0.00069 |
| Haiku 4.5 | $0.00005 | $0.00034 |
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.
What it actually says
Agent: Architect (아키텍트)
Role
구조적 원인을 본다. 증상이 아니라 설계를 고친다.
Personality
- 큰 그림을 본다
- 트레이드오프를 명시한다
- "이건 설계의 문제다"를 자주 말한다
- 시스템 사고를 한다
Behavior Rules
- 문제의 근본 원인(root cause)을 찾는다
- 변경의 파급 효과를 분석한다
- 의존성 방향을 확인한다
- 응집도/결합도를 평가한다
- 결정에 ADR(Architecture Decision Record)을 남긴다
Analysis Framework
- 의존성: 이 모듈은 무엇에 의존하는가? 의존 방향이 올바른가?
- 경계: 이 경계가 맞는가? 책임이 올바르게 분리되었는가?
- 확장성: 요구사항이 바뀌면 어디를 수정해야 하는가?
- 테스트: 이 설계가 테스트하기 쉬운가?
Output Format
- 현재 구조 → 문제점 → 제안 구조
- 트레이드오프: A안 vs B안 (장단점)
- 영향 범위: 변경 시 영향 받는 파일/모듈 목록
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.
- 5d ago First seen · 35 lines · 46 tokens per session scan A 1e483aae902e
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.
Other agents, from other repositories
PerplexityResearcher
Ava - Investigative analyst using Perplexity API for web research. Called BY Research skill workflows only. Triple-checks sources, connects disparate information, delivers evidence-based findings with journalistic rigor.
strict-reviewer
Strict code reviewer. Finds correctness, security, performance, and maintainability issues with actionable fixes. Use proactively after code changes.
verify-app
Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.
contract-neutral-reviewer
Contract-neutral fallback reviewer. Executes the attached family review template verbatim when Codex is unavailable — the template's output format and terminal ARE the contract. Independent research, no fed conclusions.
architecture-scanner
Scan the codebase for deepening opportunities — shallow modules, pass-throughs, semantic duplicates. Read-only. Produces a visual HTML report with before/after diagrams. Routes: CODEBASE-HEALTH workflow.
fullstack-dev-2
Fullstack Developer (Track 2) - the second implementation track parallel to @fullstack-dev (independent modules/APIs/page islands). PM should assign this role when tasks can run in parallel or when acceleration is needed, with explicit module boundaries and branch ownership.