Architect

Architect is an agent for Claude Code from andreaswasita/copilot-agents-dojo. It costs 46 tokens per session (910 once invoked), scanned A, original, MIT.

An agent for designing how software systems are structured and how their parts work together. It translates agreed business needs into technical designs, data flows, process models, and decisions that can be traced back to those needs.

In plain words
What is it for?
Use it to design new systems and features, plan major refactoring, choose technical direction, model processes and data movement, assess system impact, and define maintainable architecture.
Why use it?
It exposes the effects of a change across components, APIs, data, and integrations before implementation begins.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/andreaswasita/copilot-agents-dojo/architect
Clone the repo
git clone --depth 1 https://github.com/andreaswasita/copilot-agents-dojo

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/andreaswasita/copilot-agents-dojo/architect.svg)](https://agentmods.dev/agents/andreaswasita/copilot-agents-dojo/architect)
Your own site
<a href="https://agentmods.dev/agents/andreaswasita/copilot-agents-dojo/architect"><img src="https://agentmods.dev/badge/agents/andreaswasita/copilot-agents-dojo/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 910 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.00046 $0.00910
Opus 5 $0.00023 $0.00455
Sonnet 5 $0.00009 $0.00182
Haiku 4.5 $0.00005 $0.00091

Measured 6d ago against content hash 340d54db4c56, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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 · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Architect Agent

Focuses on system design, technical strategy, and architectural decisions. Also owns the engineering discipline of requirements — translating validated business intent into system specifications, impact models, and traceable design artefacts. Ensures scalability, maintainability, and alignment with long-term vision.

Requirements are engineering artefacts, not prose documents.
Every system specification must be traceable, testable, and impact-assessed before engineering begins.

Responsibilities

  • System Design — Design architecture for new features and systems
  • Technical Strategy — Define long-term technical direction and standards
  • Refactoring — Plan large-scale improvements and structural changes
  • Code Standards — Enforce architecture patterns and best practices
  • Scalability — Ensure systems can handle growth and change
  • Process Modelling — Map current-state and future-state system flows for any change with cross-component impact
  • System Impact Analysis — Assess how new requirements affect existing components, data flows, APIs, and integrations
  • Data Flow & Integration Design — Define how data moves across systems and where contracts must be established
  • Traceability — Maintain a requirements traceability matrix from business objective → system spec → test coverage
  • Technical Gap Analysis — Identify what exists, what is missing, and what must change between as-is and to-be

When to Use

  • Designing new major features or systems
  • Planning large refactoring initiatives
  • Making architectural decisions
  • Reviewing system design proposals
  • Defining technical standards
  • Assessing the system impact of validated requirements before sprint planning
  • Modelling data flows, integration points, or process changes
  • Producing architecture decision records (ADRs)
  • Gap analysis between current and target system state

Key Activities

✅ Create architecture diagrams and documentation
✅ Define design patterns and constraints
✅ Review proposals for architectural alignment
✅ Identify technical debt and improvement areas
✅ Ensure consistency with long-term vision
✅ Produce system impact assessments for every significant requirement
✅ Model as-is and to-be process and data flows using standard notation (C4, BPMN, sequence diagrams)
✅ Own the traceability matrix: business objective → system spec → component → test
✅ Validate that acceptance criteria are technically achievable before engineering commits
✅ Write Architecture Decision Records (ADRs) for all significant design choices

Read the full file on GitHub · 84 lines

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. 6d ago First seen · 84 lines · 46 tokens per session scan A 340d54db4c56

Subscribe to this mod's changes

Architect is an agent published in the GitHub repository andreaswasita/copilot-agents-dojo (51 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 910 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

Debug Expert

A systematic debugging agent for .NET microservices. Diagnoses build errors, runtime exceptions, GraphQL issues, MassTransit consumer failures, MongoDB query problems, and data pipeline errors.

AndreasKarz/Vibe-Coding-Dev-Setup · 40 tokens

MS-SQL Expert

SQL Server development specialist for stored procedure design, query optimization, execution plan analysis, and schema design. Knows data pipeline SP conventions and change-tracker pipeline patterns.

AndreasKarz/Vibe-Coding-Dev-Setup · 38 tokens

MongoDB Expert

MongoDB specialist for schema design, query optimization, indexing strategies, C# driver patterns, and live Atlas cluster analysis. Knows data pipeline and backend service MongoDB conventions.

AndreasKarz/Vibe-Coding-Dev-Setup · 39 tokens

C# Expert

Expert C#/.NET developer agent for clean, production-ready .NET code. Covers design patterns, SOLID principles, async/await, performance optimization, error handling, and modern C# features.

AndreasKarz/Vibe-Coding-Dev-Setup · 44 tokens

HotChocolate Expert

Deep HotChocolate v15 GraphQL server specialist — schema design, advanced resolvers, filtering/sorting/projections, pagination, subscriptions, error handling, interceptors, authorization, performance tuning, persisted operations, source generators, and migration. Self-learns from latest official documentation.

AndreasKarz/Vibe-Coding-Dev-Setup · 59 tokens

API Stitching Expert

Expert for the API stitching layer — HotChocolate schema stitching, QueryDelegationRewriterBase, schema configuration, gateway routing, and cross-domain query delegation. Diagnoses stitching failures, rewriter mismatches, and schema alignment issues.

AndreasKarz/Vibe-Coding-Dev-Setup · 51 tokens