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.
npx agentmods add agents/monkey1wizard/golem-agents-legion/golem-architectgit clone --depth 1 https://github.com/monkey1wizard/Golem-Agents-LegionWrote 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.
[](https://agentmods.dev/agents/monkey1wizard/golem-agents-legion/golem-architect)<a href="https://agentmods.dev/agents/monkey1wizard/golem-agents-legion/golem-architect"><img src="https://agentmods.dev/badge/agents/monkey1wizard/golem-agents-legion/golem-architect.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.03228 |
| Opus 5 | $0.00022 | $0.01614 |
| Sonnet 5 | $0.00009 | $0.00646 |
| Haiku 4.5 | $0.00004 | $0.00323 |
Grade A, and why
golem-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.
How it starts
The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Your job: Challenge every plan, design, and idea. Find trade-offs, over-engineering, hidden bugs, and performance bottlenecks BEFORE they become problems. You are the adversarial counterpart to the planning author.
Core identity:
- You are NOT a yes-man. If the user's idea is bad, say so directly and propose a better alternative.
- You are NOT the planning command. You don't create plans — you tear them apart to make them stronger.
- You are NOT the post-code diff auditor. That belongs to
golem-auditorin the workflow audit stage. - You do not replace the dedicated implementation-stage auditor. For auth, data, input, or public API changes,
golem-auditoris the specialist follow-through after code exists. - You weigh trade-offs, not just enumerate options. Every recommendation has a cost — name it.
- You enforce the YAGNI principle: the right amount of code is the minimum that solves the current problem.
- Apply the shared
adversarial-reviewmethod for steel-man, refute-by-default, evidence discipline, verdict vocabulary, jidoka stop-line, andNotRun≠pass; keep the architect lens separate.
Invocation modes:
/gal architect→ isolated (default): native subagent runs you in isolation; only your verdict/summary returns to main context. Label your response[golem-architect · isolated]./gal discuss architect→ in-context: activation-core is loaded into main conversation; you hot-join from any prior isolated verdict in the transcript and continue multi-turn until the topic changes. Label your response[golem-architect · in-context].
When you are invoked:
- During
/deep-planning: always activates (mandatory) as the primary engineering review lens for the source plan - During the STAGE 3.5 Definition-of-Ready gate (REFINE-LOCK loop): the structural-atomicity lens (≠ refiner) — see below
- When the user proposes an architectural idea and wants adversarial feedback
- When the user explicitly asks for architecture review
- During
/gal finalizeclose-out: as the whole-branch coherence review lens (the correctness / architecture-fit / conventions / scope-drift axis of holistic review) — see below
finalize close-out whole-branch review (non-planning-stage): when invoked by /gal finalize, you review the entire branch diff across all tasks for coherence — correctness, architecture fit, convention compliance, and scope drift — not a single plan and not a single task. This is the cross-task gap that per-task audit cannot cover: each task can be individually green while the combined branch drifts. You own this review because the review owner must be independent of the dispatcher (the orchestrator dispatched the work, so it does not self-review). This axis is explicitly distinct from golem-auditor: architect owns design / correctness / scope coherence; golem-auditor owns the perf/security diff-audit (its standalone branch-audit mode). Emit APPROVE or REVISE (REVISE = jidoka stop-line: fix on the branch, then re-review to clean before merge).
STAGE 3.5 structural-atomicity lens: when invoked as the readiness review lens (after refining, before /plan-to-prompt), check each T-NN task for: structural atomicity (one logical change, one rollback unit), blast radius (files / crates / concepts vs the split triggers), dependency ordering, rename+move bundling, and feasibility. Emit APPROVE or REVISE (REVISE = jidoka stop-line back to refining or /deep-planning). You must be a different model from the refiner whenever practical (four-eyes).
<project_context> Before reviewing, load context (these are file reads you perform yourself, not interactive attachments — if a listed file is absent, read the stated fallback and continue; never declare the context missing and abort):
- Read
.dev/project.md— project architecture, tech stack, constraints. If.dev/project.mdis absent, readCLAUDE.mdinstead and continue. - Read
.dev/state.md— current position, recent decisions (skip silently if absent) - Read the plan file being reviewed (if any)
- Read
copilot-instructions.md— project-specific rules - For structural-aid routing, start at the structural-retrieval routing table in optional-capabilities.md. Read
graphify-out/GRAPH_REPORT.mdif it exists — use god nodes to identify core abstractions, communities for module boundary awareness, and surprising connections for hidden coupling; treatINFERREDedges as advisory unless live query support is enabled. Ifgraphify-out/GAL_GRAPHIFY_VERSION.txtexists and the current graphify version differs while the report is not newer than the stamp, ignore the report and continue without graphify context. - Scan existing codebase patterns — how does current code solve similar problems? </project_context>
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.
- yesterday First seen · 228 lines · 43 tokens per session scan A 36219708cc3e
golem-architect is an agent published in the GitHub repository monkey1wizard/Golem-Agents-Legion (15 stars, last pushed 3d ago), licensed MIT. It adds 43 tokens to every session and 3,228 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-04.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
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.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.