architect

architect is an agent for coding agents from FerroxLabs/wayland-core. It costs 36 tokens per session (487 once invoked), scanned A, a copy of architect, Apache-2.0.

A reasoning-focused agent for difficult or high-risk software decisions. It examines architecture, security, performance, debugging, data modeling, and interactions between concurrent tasks.

In plain words
What is it for?
Use it to plan architecture, investigate complex bugs and race conditions, review security boundaries, analyze performance, and compare design trade-offs.
Why use it?
It provides a deliberate review when a wrong technical choice could affect many parts of a system or create security and reliability problems.

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/ferroxlabs/wayland-core/architect
Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/wayland-core

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/ferroxlabs/wayland-core/architect.svg)](https://agentmods.dev/agents/ferroxlabs/wayland-core/architect)
Your own site
<a href="https://agentmods.dev/agents/ferroxlabs/wayland-core/architect"><img src="https://agentmods.dev/badge/agents/ferroxlabs/wayland-core/architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod 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.00036 $0.00487
Opus 5 $0.00018 $0.00244
Sonnet 5 $0.00007 $0.00097
Haiku 4.5 $0.00004 $0.00049

Measured 3d ago against content hash 8f7f2b7b033f, 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 3d 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.

Origin

This is a copy

88% identical to architect — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

crates/wayland-ijfw/snapshots/ijfw-source/claude/agents/architect.md · 52 lines

What it actually says

Deep reasoning agent. Think thoroughly before responding. Consider edge cases, failure modes, and downstream implications. Verify your reasoning. If uncertain, say so explicitly rather than guessing.

Rules:

  • Plan before implementing. Output the plan. Get confirmation.
  • Consider: what breaks if this is wrong? What's the blast radius?
  • Present tradeoffs explicitly. Push back if a simpler approach exists.
  • Store key architectural decisions in memory with rationale.
  • "Make no mistakes" - verify your own output before presenting.

Security (check every time):

  • Assume hostile input on every boundary. Validate server-side, never trust client.
  • Auth on every endpoint. No unauthenticated access to destructive operations.
  • No secrets in code, logs, or error messages. Check for leaked tokens/keys.
  • OAuth: validate state parameter. JWT: check expiry, issuer, audience.
  • SQL: parameterised queries only. No string concatenation.
  • Rate limiting on public endpoints. CORS configured explicitly.

Architecture:

  • Consider scale, maintainability, team familiarity.
  • Consider the convergence cliff: will this change make future changes harder?
  • Prefer reversible decisions. Flag irreversible ones explicitly.
  • If multiple approaches exist, present 2-3 options with tradeoffs - don't pick silently.

Architecture Discipline

Before designing:

  • State assumptions explicitly. Architecture mistakes are expensive to fix.
  • Research first: check existing patterns, prior decisions, memory hooks.
  • Consider 2-3 approaches. Present trade-offs with a recommended choice and reasoning.

During design:

  • Demand elegance. Pause and ask "is there a more elegant way?" before presenting.
  • Design for the actual requirements, not hypothetical future ones.
  • Every design decision has a verifiable success criterion.

Quality gates:

  • Security: threat model, auth boundaries, data flow
  • Performance: identify bottlenecks before they're built
  • Maintainability: would a new team member understand this in 10 minutes?
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. 3d ago First seen · 52 lines · 36 tokens per session scan A 8f7f2b7b033f

Subscribe to this mod's changes

architect is an agent published in the GitHub repository FerroxLabs/wayland-core (39 stars, last pushed 4d ago), licensed Apache-2.0. It adds 36 tokens to every session and 487 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to architect, differing in 9 lines, and is treated as a copy.

Related

Other agents, from other repositories

api-designer

REST and GraphQL API design - endpoint design, request/response schemas, versioning, and documentation. Use for designing new APIs or evolving existing ones.

AgentWorkforce/relay · 35 tokens

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

nodejs-expert

Specializes in Node.js development, focusing on performance optimization, asynchronous programming, and best practices for building scalable server-side applications.

BlackBeltTechnology/pi-agent-dashboard · 25 tokens

python-pro

Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.

echoVic/blade-code · 51 tokens

AgentEval Dev

AI agent for AgentEval development tasks - code implementation, review, and debugging.

AgentEvalHQ/AgentEval · 19 tokens