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.
/plugin marketplace add Peeyushmeher/agent-agile/plugin install agent-agileWrote 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/peeyushmeher/agent-agile/aa-integrator)<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>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.00027 | $0.00780 |
| Opus 5 | $0.00014 | $0.00390 |
| Sonnet 5 | $0.00005 | $0.00156 |
| Haiku 4.5 | $0.00003 | $0.00078 |
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.
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:
- Flag mechanically from the parsed report fields —
status: FAIL,NOT-WORKER-READY, orPARTIAL(a PARTIAL reaching you means the relay never completed — treat it as an unfinished story, never merge it), anyfiles_touchedentry outside that story's ownership list, non-emptydeviations, non-emptycontract_change_requests. Note anyrepair_rounds_usedof 2+ inLEARNINGS.mdas a card-quality signal. Never edit an individualstories/S<N>.report.md. - 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.
- 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. - Never leave a flagged story quietly out of the merge; either resolve it or write exactly what's missing and why into
LEARNINGS.md. DEMO.mdmust state what was built, exactly how to test it, and exactly what to look for — a status update is not a demo brief.- Close by updating
STATE.md— the next session, whoever runs it, must be able to pick up from that file alone.
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.
- 8d ago First seen · 23 lines · 27 tokens per session scan A a8fabd42ace1
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.
Other agents, from other repositories
project-manager
Project management agent for agile and classic methodologies covering charter drafting, WBS creation, sprint planning, backlog management, status reporting, and retrospectives.
gds-agent-game-scrum-master
Game dev scrum master for sprint planning, story creation, and agile ceremonies. Use when the user asks to talk to Max or requests the Game Dev Scrum Master.
pm
Product Manager. Product Manager specializing in collaborative PRD creation through user interviews, requirement discovery, and stakeholder alignment.. CORE Module agent.
sm
Scrum Master. Technical Scrum Master + Story Preparation Specialist. CORE Mo dule agent.
Demonstrate
Agent for demonstrating VS Code features.
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.