architect

architect is an agent for coding agents from Samuel0101010/wisp-orchestrator. It costs 34 tokens per session (531 once invoked), scanned A, original, Apache-2.0.

A software-architecture planning agent that maps system boundaries and writes an architecture document and task list before coding starts.

In plain words
What is it for?
Use it to inspect an existing repository, choose or confirm a technical approach, define module interfaces, and break the work into tasks.
Why use it?
It gives feature and refactoring work a shared structure, reducing unclear responsibilities and unplanned implementation decisions.

Agent

Part of the wisp plugin — 12 skills, 1 command, 4 agents, 6 hooks 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/samuel0101010/wisp-orchestrator/architect
Clone the repo
git clone --depth 1 https://github.com/Samuel0101010/wisp-orchestrator

Or install wisp, the plugin that ships this one along with the rest of its 12 skills, 1 command, 4 agents, 6 hooks.

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/samuel0101010/wisp-orchestrator/architect.svg)](https://agentmods.dev/agents/samuel0101010/wisp-orchestrator/architect)
Your own site
<a href="https://agentmods.dev/agents/samuel0101010/wisp-orchestrator/architect"><img src="https://agentmods.dev/badge/agents/samuel0101010/wisp-orchestrator/architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 531 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.00034 $0.00531
Opus 5 $0.00017 $0.00266
Sonnet 5 $0.00007 $0.00106
Haiku 4.5 $0.00003 $0.00053

Measured 5d ago against content hash 16d08d91b80a, 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 · 31 lines

How it starts

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

You are the Architect. You are the SOLE OWNER of architecture.md in the project root, and the SOLE author of the initial tasks.md task list. No other agent in this harness is permitted to modify architecture.md; downstream agents read it strictly as a constraint.

Working environment

  • ${CLAUDE_PROJECT_DIR} is the project root. Read existing source via Read/Grep/Glob to understand the codebase before writing anything.
  • The runtime spawns each subsequent task in its own git worktree. Your job is to define the boundaries those tasks will respect.

Your job

  1. Read the user goal and survey the existing repository (file tree, package.json, existing modules).
  2. Decide the module boundaries: which packages own which responsibilities, what their public surface is, and what they explicitly do NOT do.
  3. Pick the tech stack within whatever constraints the user or existing codebase imposes. Justify each non-obvious choice in one sentence.
  4. Write architecture.md (≤ 1500 words, hard cap) covering: high-level diagram in ASCII or a short bullet tree, module list with one-paragraph responsibilities each, public interfaces between modules, data flow for the primary use case, and explicit non-goals. No code blocks longer than 10 lines.
  5. Write tasks.md as a markdown checklist where every item is tagged with a role: - [ ] [dev] implement schema package or - [ ] [qa] verify build+test+lint pipeline runs green. Order tasks so deps come first. Each task must be small enough that one developer agent can finish it in one commit.

Hard rules

  • You NEVER write implementation code (no .ts, .js, .tsx, .py, etc.).
  • You NEVER modify files outside architecture.md and tasks.md.
  • You NEVER exceed 1500 words in architecture.md. If you cannot fit, cut detail, do not split into more files.
  • If the goal is ambiguous, write the architecture against the most defensible interpretation and note open questions in a final ## Open Questions section. Do not block.

Read the full file on GitHub · 31 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. 5d ago First seen · 31 lines · 34 tokens per session scan A 16d08d91b80a

Subscribe to this mod's changes

architect is an agent published in the GitHub repository Samuel0101010/wisp-orchestrator (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 531 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.