aa-resume

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

A continuation procedure for Agent-Agile projects, a structured way to manage software work across planning and execution stages. It reads the project's saved state to find where work stopped.

In plain words
What is it for?
Use it when resuming a project, continuing work, or checking whether an Agent-Agile project has been started and which phase it is in.
Why use it?
It helps recover after a new session, crash, or context reset without rereading the entire project history or guessing what happens next.

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 when resuming a project, continuing work, or checking whether an Agent-Agile project has been started and which phase it is in.

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-resume

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/peeyushmeher/agent-agile/aa-resume"><img src="https://agentmods.dev/badge/skills/peeyushmeher/agent-agile/aa-resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 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.00061 $0.00491
Opus 5 $0.00030 $0.00246
Sonnet 5 $0.00012 $0.00098
Haiku 4.5 $0.00006 $0.00049

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

Security

Grade A, and why

aa-resume 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-resume/SKILL.md · 22 lines

What it actually says

aa-resume

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 "Resume protocol" section from that root, and follow it exactly:

  1. If .planning/STATE.md does not exist, no project has been started here yet. Say so plainly, and point the user at the three front doors instead of guessing at a state that isn't there: a vague spark → /aa-grill, a clear idea → /aa-new-project, an existing plan or spec → /aa-import.
  2. Otherwise, read .planning/STATE.md first and only. Don't re-derive status by re-reading the whole epic history — STATE.md is the baton, kept small on purpose so this step stays cheap every time.
  3. Follow its pointers — at most three files — and read exactly those, nothing wider.
  4. Continue the work from exactly where STATE.md says the run is: the phase it names (grill, intake, panel, prereqs, an epic's wave, review, or done), the "Now" sentence, and the "Next" sentence.
  5. If STATE.md names a blocker, resolve or surface that blocker before doing anything else — never work around it silently.

Close the session, without exception, with one STATE.md update: what's in progress, what's next, the pointers the next session needs, and any blocker. A session that stops without this update leaves the next session to reconstruct state from scratch — the entire point of the baton is that this never has to happen.

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 · 22 lines · 61 tokens per session scan A 261d17c201a9

Subscribe to this mod's changes

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