How this skill is triggered — by the user, by Claude, or both
Slash command
/anvil:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review sprint health, verify completed tickets, and generate a BA report.
Review sprint health, verify completed tickets, and generate a BA report.
phase (required) — the target sprint by phase name, version, or prefixSearch docs/anvil/sprints/ for a directory matching the argument. Match against directory names (which contain version and/or phase slug). If not found:
"No sprint found for
{phase}. Available sprints: {list of sprint directories}"
ROADMAP.md to find the matching phase (for gap analysis)docs/anvil/config.yml for project contextDispatch the ba-agent as a sub-agent with:
The ba-agent will:
After the ba-agent completes, read BA-REPORT.md and present:
Highlight items that need user attention.
npx claudepluginhub olino3/anvil --plugin anvilSummarizes sprint status and surfaces risks. Activates on phrases like 'check sprint status' or 'show sprint status' for quick progress reviews.
Analyzes sprint claims for type distributions, evidence quality tiers, stale claims over 7 days, velocity metrics, and prediction scoring. Generates HTML retrospective reports.
Verifies phase builds match plans with automated checks against must-haves and interactive UAT walkthroughs. For PBR workflows; supports --auto-fix, --teams, model overrides.