aa-review

aa-review is a skill for Claude Code from Peeyushmeher/agent-agile. It costs 65 tokens per session (943 once invoked), scanned A, original, MIT.

A review guide for examining a finished epic's demonstration. It walks through what was built, how to test it, and what counts as working.

In plain words
What is it for?
Use it to run a hands-on demo review, test edge cases, and choose one of three outcomes: approve, redo, or replan.
Why use it?
It gives the review conversation a clear sequence and records whether the epic should be approved, redone, or replanned.

Skill 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 to run a hands-on demo review, test edge cases, and choose one of three outcomes: approve, redo, or replan.

Compare 6 skills 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-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/peeyushmeher/agent-agile/aa-review/github.svg)](https://agentmods.dev/skills/peeyushmeher/agent-agile/aa-review)
Your own site
<a href="https://agentmods.dev/skills/peeyushmeher/agent-agile/aa-review"><img src="https://agentmods.dev/badge/skills/peeyushmeher/agent-agile/aa-review/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 aa-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/peeyushmeher/agent-agile/aa-review"><img src="https://agentmods.dev/badge/skills/peeyushmeher/agent-agile/aa-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 943 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.00065 $0.00943
Opus 5 $0.00032 $0.00472
Sonnet 5 $0.00013 $0.00189
Haiku 4.5 $0.00006 $0.00094

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

Security

Grade A, and why

aa-review 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 11d 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.

skills/aa-review/SKILL.md · 26 lines

What it actually says

aa-review

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's "The review gate" section from that root, and run the gate exactly as it describes.

  1. Find the current epic from .planning/STATE.md and .planning/ROADMAP.md, then read that epic's demo brief at .planning/epics/EPIC-NN/DEMO.md. If DEMO.html exists alongside it, tell the user to open that file first — it's the same brief as a clickable page (verdict banner, story table, copyable commands) — and treat DEMO.md as the canonical text you walk them through.
  2. Walk the user through it in order: what was built, then the exact steps to test it, then what "working" looks like and the edge cases worth poking. Encourage the user to actually run the steps rather than take the brief's word for it.
  3. Ask the user for exactly one outcome: approve, redo, or replan.

Whatever the outcome, any ruling the user attaches a reason to — a scope call, a tradeoff picked, a "never do X again" — gets appended as a row to .planning/DECISIONS.md (create it from playbooks/templates/DECISIONS.md if absent), so no later session re-asks a question the user already settled at a gate.

Approve. The epic is done. Flip its row in .planning/ROADMAP.md to approved, append the epic-level check to .planning/CONTROL.md (create it from playbooks/templates/CONTROL.md on first approval), and update .planning/STATE.md to point at planning the next epic.

Redo. Convert every tip the user just gave — and every finding already recorded from verification — into a new, concrete acceptance-check line added to the specific story card or cards it affects, at .planning/epics/EPIC-NN/stories/S*.md. Name the exact story each tip lands on; a tip with no obvious story owner belongs on whichever story's file list is closest to what it's about, never left as a general note. Never write a vague "make it better" line — each new check must be a runnable command or a verifiable assertion, matching the existing acceptance-check style already on that card. Once every tip is a check, instruct the user to re-run /aa-execute-epic for this epic, so Wave 1 re-runs the affected stories against their sharpened cards and Wave 2 re-integrates and re-verifies — or, if the redo-list qualifies for the scoped redo in playbooks/execution.md "The review gate" (every finding file-specific, all files owned by one story, contracts untouched), note that the re-run should take the cheap path: one fix worker plus re-verification, no full wave re-run. Update .planning/STATE.md to record that this epic is mid-redo and which stories changed. Once a redo's new check goes green in the re-run, it joins .planning/CONTROL.md — the review gate in playbooks/execution.md covers the minting rule.

Replan. The story breakdown itself was wrong, not just the implementation. Flip the epic's row in .planning/ROADMAP.md back to pending, and flag every downstream epic in .planning/ROADMAP.md for re-examination — a replan can invalidate assumptions later epics were built on, so those rows need a fresh look before they're trusted again. Update .planning/STATE.md to point at re-slicing this epic, noting what was learned that triggered the replan.

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. 11d ago First seen · 26 lines · 65 tokens per session scan A 697cdf911ad3

Subscribe to this mod's changes

aa-review is a skill published in the GitHub repository Peeyushmeher/agent-agile (3 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 943 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.