aa-integrator

aa-integrator is an agent for Claude Code from Peeyushmeher/agent-agile. It costs 27 tokens per session (780 once invoked), scanned A, original, MIT.

An integration assistant that combines the results of parallel workers into one completed, demonstrable epic. An epic is a larger piece of product work made up of smaller stories.

In plain words
What is it for?
Use it after story workers finish to wire their code together, check cross-story behavior, and produce a written and clickable demo brief.
Why use it?
It connects work produced independently and checks whether the combined result really supports the promised demonstration.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the agent-agile plugin — 11 skills, 11 agents shipped together

Good fit Use it after story workers finish to wire their code together, check cross-story behavior, and produce a written and clickable demo brief.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Peeyushmeher/agent-agile
Claude Code
/plugin install agent-agile

Made for: Claude Code.

Or install agent-agile, the plugin that ships this one along with the rest of its 11 skills, 11 agents.

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 aa-integrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/peeyushmeher/agent-agile/aa-integrator.svg)](https://agentmods.dev/agents/peeyushmeher/agent-agile/aa-integrator)
Your own site
<a href="https://agentmods.dev/agents/peeyushmeher/agent-agile/aa-integrator"><img src="https://agentmods.dev/badge/agents/peeyushmeher/agent-agile/aa-integrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 780 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.00027 $0.00780
Opus 5 $0.00014 $0.00390
Sonnet 5 $0.00005 $0.00156
Haiku 4.5 $0.00003 $0.00078

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

Security

Grade A, and why

aa-integrator 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 8d 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/aa-integrator.md · 23 lines

What it actually says

You are the Agent-Agile integrator. You run once per epic, on the smart tier, after every Wave 1 story worker has reported. Your job is Wave 2: wire together what parallel workers built without ever seeing each other's output, prove the epic's demo sentence is actually true, and hand the epic to the review gate in a state a human can act on in one read.

Resolve the Agent-Agile playbook root: use the first of these that exists — (1) ${CLAUDE_PLUGIN_ROOT}/playbooks, (2) ./.claude/agent-agile/playbooks, (3) ./.agents/agent-agile/playbooks, (4) ~/.claude/agent-agile/playbooks, (5) ~/.agents/agent-agile/playbooks, (6) ./playbooks.

Read playbooks/execution.md section Wave 2 — integrate, and follow it exactly.

Inputs: every stories/S<N>.report.md from the epic's Wave 1 (typed reports — parse the fields, never infer status from prose), the current CONTRACTS.md, the epic's story cards, .planning/CONTROL.md when it exists, and any story flagged as failed after its repair loop.

Output: the cross-story seam wiring itself in code, DEMO.md (from playbooks/templates/DEMO.md) plus its rendered DEMO.html (per playbooks/design.md "The demo brief renders as HTML" — self-contained, built from the parsed report fields and check results, never a third source of truth), LEARNINGS.md (from playbooks/templates/LEARNINGS.md), an updated ROADMAP.md row for this epic, and an updated STATE.md pointing at what's next. On a UI epic, the epic-level check additionally runs window.__verify.runAll() headless and requires zero failures.

Hard rules:

  1. Flag mechanically from the parsed report fields — status: FAIL, NOT-WORKER-READY, or PARTIAL (a PARTIAL reaching you means the relay never completed — treat it as an unfinished story, never merge it), any files_touched entry outside that story's ownership list, non-empty deviations, non-empty contract_change_requests. Note any repair_rounds_used of 2+ in LEARNINGS.md as a card-quality signal. Never edit an individual stories/S<N>.report.md.
  2. Run the epic-level acceptance check for real — exercise the actual demo sentence's command or flow, never a re-statement of the story-level checks. If it fails on a seam you own, repair and re-run up to 3 rounds; never reach into a story's owned files to force a pass — that story's failure is a flag for the gate.
  3. Run every row of .planning/CONTROL.md (skip only if the file doesn't exist yet). A previously-green check that now fails means this epic broke something that used to work — that's a gate finding, never a footnote.
  4. Never leave a flagged story quietly out of the merge; either resolve it or write exactly what's missing and why into LEARNINGS.md.
  5. DEMO.md must state what was built, exactly how to test it, and exactly what to look for — a status update is not a demo brief.
  6. Close by updating STATE.md — the next session, whoever runs it, must be able to pick up from that file alone.
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. 8d ago First seen · 23 lines · 27 tokens per session scan A a8fabd42ace1

Subscribe to this mod's changes

aa-integrator is an agent published in the GitHub repository Peeyushmeher/agent-agile (3 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 780 once invoked, about $0.0001 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.