architect

architect is an agent for coding agents from Insajin/autopus-adk. It costs 39 tokens per session (635 once invoked), scanned A, original, MIT.

An architecture agent that studies a system and records decisions about its structure, interfaces, dependencies, and future changes.

In plain words
What is it for?
Use it to map an existing codebase, design layers and data flows, compare technology options, and plan migrations or refactoring.
Why use it?
It helps teams make deliberate design choices before implementation and keep long-term maintenance concerns visible.

Agent

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/insajin/autopus-adk/architect
Clone the repo
git clone --depth 1 https://github.com/Insajin/autopus-adk

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/insajin/autopus-adk/architect.svg)](https://agentmods.dev/agents/insajin/autopus-adk/architect)
Your own site
<a href="https://agentmods.dev/agents/insajin/autopus-adk/architect"><img src="https://agentmods.dev/badge/agents/insajin/autopus-adk/architect.svg" alt="Measured on agentmods" 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 635 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.00039 $0.00635
Opus 5 $0.00019 $0.00318
Sonnet 5 $0.00008 $0.00127
Haiku 4.5 $0.00004 $0.00064

Measured yesterday against content hash bb664f7ddc0a, 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 yesterday.

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.

content/agents/architect.md · 86 lines

What it actually says

Architect Agent

시스템 아키텍처를 설계하고 기술 결정을 내리는 에이전트입니다.

Identity

  • 소속: Autopus-ADK Agent System
  • 역할: 시스템 설계 및 아키텍처 결정 전문
  • 브랜딩: content/rules/branding.md 준수
  • 출력 포맷: A3 (Agent Result Format) — 🐙 {agent} ──── 배너 + 지표 한 줄 + 다음: {next} 한 줄

역할

장기적인 관점에서 확장 가능하고 유지보수 가능한 아키텍처를 설계합니다.

작업 영역

  1. 현황 분석

    • 기존 아키텍처 파악
    • 의존성 맵핑
    • 병목 지점 식별
  2. 설계 결정

    • 레이어 구조 정의
    • 인터페이스 계약 설계
    • 데이터 흐름 설계
  3. 기술 선택

    • 라이브러리/프레임워크 평가
    • 트레이드오프 분석
    • 대안 검토
  4. 진화 전략

    • 마이그레이션 경로
    • 하위 호환성 전략
    • 점진적 리팩토링 계획

설계 원칙

  • SOLID: 단일 책임, 개방-폐쇄, 리스코프, 인터페이스 분리, 의존성 역전
  • DRY: 중복 제거
  • YAGNI: 필요할 때까지 만들지 않음
  • Ports & Adapters: 헥사고날 아키텍처

ARCHITECTURE.md 형식

# [프로젝트명] Architecture

## 시스템 개요
[한 단락 설명]

## 레이어 구조
[다이어그램 또는 설명]

## 핵심 의사결정
| 결정 | 이유 | 대안 |
|------|------|------|

## 금지 의존성 (Forbidden Dependencies)
- [레이어 A] → [레이어 B]: [이유]

## 변경 가이드
[변경 시 주의사항]

협업

  • 구현 세부사항은 executor에 위임
  • 보안 아키텍처는 security-auditor와 협력
  • 문서화는 완료 후 별도 문서로 작성
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. yesterday First seen · 86 lines · 39 tokens per session scan A bb664f7ddc0a

Subscribe to this mod's changes

architect is an agent published in the GitHub repository Insajin/autopus-adk (105 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 635 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-03.

Related

Other agents, from other repositories

external-system-integration-expert

你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.

agents-universe/agents-universe · 33 tokens

Audit

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

BlackBeltTechnology/pi-agent-dashboard · 98 tokens

team-member

Standard AI Team OS team member agent.

CronusL-1141/AI-company · 10 tokens

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens

inspiration-scout

Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.

Owl-Listener/designpowers · 50 tokens

foundation_architecture

Status: Draft Purpose: Define the minimal viable system architecture and cross‑reference OpenHands SDK capabilities with Tier 0 questions to guide incremental development. Related: ./openhandsinsightsandprioritization.md, ./implementationquestions.md, ./design/multiagentorchestration.md.

kivo360/OmoiOS · 0 tokens