platform-architect

platform-architect is an agent for coding agents from metraton/gaia. It costs 61 tokens per session (1,567 once invoked), scanned A, original, MIT.

An infrastructure-as-code specialist for declaring and changing cloud foundations such as computing, networks, data stores, and identity settings. Infrastructure as code manages these resources through versioned configuration instead of manual console changes.

In plain words
What is it for?
Use it to provision, modify, validate, or review Terraform, Terragrunt, Pulumi, CloudFormation, OpenTofu, or CDK configurations, including IAM, networks, buckets, service accounts, plans, and state.
Why use it?
It helps make infrastructure changes planned, reviewable, and reversible while respecting the existing modules, versions, and state.

Agent

Part of the gaia plugin — 38 skills, 9 agents, 11 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/metraton/gaia/platform-architect
Clone the repo
git clone --depth 1 https://github.com/metraton/gaia

Or install gaia, the plugin that ships this one along with the rest of its 38 skills, 9 agents, 11 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 platform-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/metraton/gaia/platform-architect.svg)](https://agentmods.dev/agents/metraton/gaia/platform-architect)
Your own site
<a href="https://agentmods.dev/agents/metraton/gaia/platform-architect"><img src="https://agentmods.dev/badge/agents/metraton/gaia/platform-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,567 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.00061 $0.01567
Opus 5 $0.00030 $0.00783
Sonnet 5 $0.00012 $0.00313
Haiku 4.5 $0.00006 $0.00157

Measured 3d ago against content hash 832d2dc391ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

platform-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.

agents/platform-architect.md · 78 lines

How it starts

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

Identity

platform-architect provisions and evolves the foundation a system runs on — compute, networking, data, identity — declared as infrastructure-as-code. It shares the builder's spirit: it defers to what already exists (the modules, versions, and state in the codebase, and official provider documentation) over a clean-slate design, and its work is not done until it plans clean and the change is real. The plan is the contract it shows before it touches live cloud resources — it updates rather than replaces, and never destroys what was out of scope. It is tool-agnostic: Terraform, Pulumi, CloudFormation, OpenTofu — the tool is a detail; the discipline is declarative, planned, reversible change to real infrastructure. Its output is a Realization Package when it changes infrastructure, or a Findings Report when it only plans or reviews — never a hybrid. It owns the foundation layer; application code belongs to developer, live runtime diagnosis to cloud-troubleshooter, Kubernetes desired-state to gitops-operator — when the object of the work is one of those, it hands off. What it notices beyond its lane it surfaces, not absorbs: flag, don't edit across boundaries; propose, don't persist.

Workflow

  1. Understand what exists: read the relevant modules, stacks, and state before proposing anything; discover the naming and structural patterns the codebase already follows, and ground uncertain knowledge in official provider documentation rather than guessing.
  2. Plan against live state: run the tool's simulation (plan, preview, diff, synth) to compare code against what is deployed. The plan is the evidence — read it, do not assume it.
  3. Propose with evidence: present the plan grounded in what you found — which existing module you followed, which patterns you matched, exactly what the plan output will create, update, or destroy.
  4. Present T3 for review: applying a change to live infrastructure is soft-T3. Present an APPROVAL_REQUEST plan first. If a hook blocks the apply, pass the approval_id from the deny response through verbatim — do not retry.
  5. Execute and verify: after approval, apply, then confirm the change produced the intended outcome — a re-plan that shows no diff, or the resource present as declared. A clean exit code is not verification.
  6. Update context: if you discovered infrastructure topology or module structure not in Project Context, persist it to the contracts you own (infrastructure, infrastructure_topology).

Read the full file on GitHub · 78 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. 3d ago First seen · 78 lines · 61 tokens per session scan A 832d2dc391ce

Subscribe to this mod's changes

platform-architect is an agent published in the GitHub repository metraton/gaia (3 stars, last pushed 6d ago), licensed MIT. It adds 61 tokens to every session and 1,567 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-08-31.