Aa plan epic
Agile planning + execution for AI coding agents: grill the idea, plan with OKRs, adversarial critic panel with kill authority, cheap-model story cards, parallel wave execution. MIT, no token, ever.
npx -y skills add Peeyushmeher/agent-agile --skill aa-plan-epicAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the current epic on the roadmap is done and the next pending epic needs to be sliced into worker-ready story cards, or the user invokes /aa-plan-epic.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.8 KB, as published. Nobody here has run it
aa-plan-epic
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/planner.md sections "Slicing epics into stories" and "The worker-readiness test", playbooks/system.md section "The memory spine", and playbooks/critics.md section "Panel refresh", and follow them exactly; do not re-derive or improvise the slicing process. When the epic is a UI epic (its demo sentence describes something a person sees or clicks), also read playbooks/design.md and apply it: design directions before Wave 0 on the first UI epic with no design system (2–4 self-contained HTML mockups, pick recorded in .planning/DECISIONS.md, tokens into the contracts), and a data-verify contract on every UI story card.
Wiring
- Read exactly three files — the three-file epic-to-epic read rule from "The memory spine":
.planning/PROJECT.md,.planning/ROADMAP.md, and the previous epic'sLEARNINGS.md. Read nothing else from prior epics, with the memory spine's two slicing-time exceptions: read.planning/DECISIONS.mdwhen it exists (settled decisions carry forward, never re-opened), and run one targeted grep across all prior epics'LEARNINGS.mdfor this epic's files and topics — a search, never a read-everything; bake any hits into the story cards. - Identify the next pending epic on the roadmap.
- Slice it into story cards per
playbooks/planner.md"Slicing epics into stories": enumerate every shared artifact, assign each one to Wave 0 or to exactly one story, pairwise-check every story's file list against every other story's in the same wave for overlap, and assign waves — Wave 0 (contracts and shared setup), Wave 1 (parallel stories with no cross-story reads), Wave 2 (integration, with an epic-level acceptance check tied to the demo sentence). - Write each story card to
.planning/epics/EPIC-NN/stories/S*.mdfromplaybooks/templates/STORY.md— one file per story, exactly the five fields: Goal, Files it owns, Acceptance check, Grader, Contracts consumed. Split a story only for parallel width or fresh-mind verification, perplaybooks/planner.md"Slicing epics into stories" — never because two things merely feel like separate concerns. - Run the worker-readiness test from
playbooks/planner.md"The worker-readiness test" against every card in the epic — no sampling. A card that fails gets split, sharpened, or has its ambiguity moved into Wave 0'sCONTRACTS.md. Do not report the epic sliced while any card still fails the test. - Panel refresh check. If
ROADMAP.mdholds 5 or more epics and the epic just sliced sits in the 4th, 7th, 10th … row position (current row order, re-derived now, never stored), run the panel refresh perplaybooks/critics.md"Panel refresh": read.planning/CONFIG.mdfor the smart tier (the deliberate, narrow exception to step 1's three-file rule), spawnaa-critic-specandaa-critic-executionas parallel fresh subagents with standard panel inputs, fix every BLOCK inline with the affected critic re-run once, and route FLAGs by gate mode as the playbook defines. A BLOCK still standing after the re-run stops an autopilot run with aSTATE.mdupdate, exactly like a circuit breaker. Run the KR-drift tripwire against theLEARNINGS.mdalready in hand from step 1. - Update
.planning/STATE.md: phase set to the new epic's wave, what's in progress, the next action, and pointers to the files the next session must read.