
**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.
```bash
mrt install "agile-po"
```
Create `agile-po.config.json` in your project root:
```json
{
"team_velocity": 42,
"sprint_weeks": 2,
"team_size": 6,
"focus_factor": 0.75,
"wsjf_mode": "auto"
}
```
```bash
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 |
`agile-po` earns its ARCHITECT badge — it doesn't just write stories, it runs the whole Agile ceremony stack. The WSJF scoring alone saves hours of backlog grooming, and Git-powered velocity tracking means the sprint forecast is always based on real data, not estimates. If your team is doing Agile theater (ceremonies for their own sake), this blueprint makes them actually functional.
Best for: Engineering managers running Scrum, Product Owners managing large backlogs, and CTOs who want data-driven sprint forecasts without manual chart maintenance.
Alternative: For lightweight story writing without WSJF, use the `content-creator` blueprint. For stakeholder-facing sprint demos, pair with `pr-reviewer` to auto-generate sprint review slides from commit history.
ARCHITECT-tier blueprint. Available at [mr.technology/blueprints](/blueprints). Pro access required.