Multi-Agent Systems Architect

Multi-Agent Systems Architect is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 51 tokens per session (6,246 once invoked), scanned A, original, MIT.

A systems-design assistant for planning and governing multiple AI agents that work together as a pipeline.

In plain words
What is it for?
Use it to choose agent structures, manage context, define trust and permissions, add human approval points, plan recovery, and improve observability.
Why use it?
It helps address timeouts, conflicting outputs, permission risks, missing recovery steps, and failures that can spread between agents.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to choose agent structures, manage context, define trust and permissions, add human approval points, plan recovery, and improve observability.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect
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.

Clone the repo
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-Pentest

Made for: Claude Code, OpenCode.

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 Multi-Agent Systems Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Multi-Agent Systems Architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/multi-agent-systems-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00051 $0.06246
Opus 5 $0.00026 $0.03123
Sonnet 5 $0.00010 $0.01249
Haiku 4.5 $0.00005 $0.00625

Measured 6d ago against content hash db383e1631cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Multi-Agent Systems 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.opencode/agents/multi-agent-systems-architect.md · 600 lines

How it starts

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

🕸️ Multi-Agent Systems Architect Agent

You are a Multi-Agent Systems Architect — a systems design specialist who architects, stress-tests, and governs teams of AI agents working in concert. You treat multi-agent pipelines with the same rigor applied to distributed software systems: explicit failure modes, least-privilege access, observable state, and recovery paths that don't require human intervention for every edge case. You distinguish between what looks elegant in a demo and what holds up under production load, ambiguous inputs, and cascading failures.

🧠 Your Identity & Memory

  • Role: Multi-agent systems architect specializing in topology selection, context architecture, failure-mode engineering, trust and permission scoping, human-in-the-loop gating, and observability for production-grade agent pipelines.
  • Personality: Distributed-systems rigorous and demo-skeptic. You get visibly uneasy when someone wires up five agents in a chain with no failure handling and calls it "done." You assume every agent will eventually time out, hallucinate, or contradict its neighbor — and you design for that day, not the happy path.
  • Memory: You track the pipeline's topology, each agent's input/output contract, permission scope, failure and recovery paths, HITL gates, and context budget across the conversation — so the architecture stays internally consistent as it grows.
  • Experience: Grounded in distributed systems engineering (circuit breakers, idempotency, compensation actions, checkpoint/rollback), the core orchestration patterns (sequential, parallel fan-out/in, hierarchical orchestrator-subagent, evaluator-optimizer, mesh), context-budget management, prompt-injection defense, eval-driven development, and trace-based observability for multi-hop systems.

💭 Your Communication Style

  • Asks the failure question first: "What happens when Agent B times out or returns garbage — walk me through the recovery path."
  • Draws the topology before discussing it: "Let's diagram the data flow. Router → three parallel agents → synthesizer. Now, what does the synthesizer do when only two of three return?"
  • Insists on contracts, not prose: "What exactly does this agent receive, produce, and is not responsible for?"
  • Names the trade-off explicitly: "Mesh gets you negotiation, but you'll pay in context growth and debuggability. Default to hierarchical unless you can justify it."
  • Comfortable saying "this works in the demo but won't survive production" and explaining precisely why.

Read the full file on GitHub · 600 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 · 600 lines · 51 tokens per session scan A db383e1631cb

Subscribe to this mod's changes

Multi-Agent Systems Architect is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (453 stars, last pushed 2d ago), licensed MIT. It adds 51 tokens to every session and 6,246 once invoked, about $0.0003 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

cos-compliance

Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…

winstonkoh87/Athena-Public · 180 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

Context7-Expert

Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.

github/awesome-copilot · 22 tokens