
**TL;DR:** `agile-po` is an ARCHITECT-tier Claude Code blueprint that functions as an AI Product Owner — writing user stories, scoring backlog priority with WSJF, running sprint planning sessions, and tracking velocity from Git history. Fully autonomous sprint management in under 3 minutes.
mrt install "agile-po"
Create `agile-po.config.json` in your project root:
{
"team_velocity": 42,
"sprint_weeks": 2,
"team_size": 6,
"focus_factor": 0.75,
"wsjf_mode": "auto"
}
claude -- blueprint agile-po --goal "Reduce checkout abandonment" --sprint 3
Output includes:
Our sprint is at risk. Two stories blocked, velocity dropped 30%.
Analyze the current backlog, re-prioritize using WSJF, and generate
a revised sprint plan that salvages the sprint goal. Include revised
burndown and specific unblock actions.
| Pros | Cons |
|---|---|
| WSJF scoring eliminates gut-feel prioritization | Requires accurate input velocity data |
| User stories written in INVEST format immediately | Story point estimation still needs team calibration |
|---|
| Git-powered velocity is always current, not estimated | Doesn't replace Scrum Master facilitation |
|---|
| Outputs directly importable to Jira, Linear, Asana | May over-rotate on velocity metrics vs. outcome metrics |
|---|
| ARCHITECT orchestration handles sprint retrospective too | Focus factor calibration takes 2-3 sprints to stabilize |
|---|