| name | codexkit-safe-pi-planning |
| description | Facilitate SAFe 6.0 PI Planning events. Structure the 2-day cadence, generate PI Objectives with Business Value scores, build the Program Board for dependency visualization, and run the Confidence Vote. Use before every Program Increment when the organization follows SAFe. |
| version | 1.0.0 |
| category | runbook |
SAFe PI Planning Facilitator
When to Use
- Before a new Program Increment (PI) starts
- When an Agile Release Train (ART) needs to align on the next 8â12 weeks
- When cross-team dependencies must be mapped and risks must be surfaced
- When PI Objectives need to be written with quantified Business Value
Procedure
Step 1 â Preparation (Pre-Event)
- Collect team capacity for each iteration (available story points or throughput)
- Pull the prioritized feature backlog from Product Management
- Identify known architectural and cross-team dependencies
- Prepare the blank Program Board (teams Ă iterations matrix)
Step 2 â Day 1: Draft Plan
- Business Context â Product Management presents vision and top features
- Architecture Vision â System Architect presents enablers and tech runway
- Team Breakout #1 â Each team drafts iteration plans, identifies dependencies
- Draft Plan Review â Teams present plans; stakeholders flag risks
- Management Q&A â Address impediments, resource conflicts, scope concerns
Step 3 â Day 2: Finalize
- Team Breakout #2 â Adjust plans based on feedback, resolve dependency conflicts
- Program Board Finalization â All dependencies mapped as strings on the board
- PI Objectives â Each team writes 5â8 objectives using SMART format
- Business Value â Product Management assigns BV score (1â10) to each objective
- Confidence Vote â Fist of five (1â5); reshuffle if average < 3
Step 4 â Output
- Compile PI Objectives table (Objective / BV / Committed vs Uncommitted)
- Generate Program Board visualization (dependency map)
- Document risks identified during planning
- Record Confidence Vote result
Inputs
| Input | Required | Format |
|---|
| Feature backlog | Yes | Priority-ordered list with descriptions |
| Team capacity per iteration | Yes | Story points or throughput number |
| Known dependencies | Recommended | From/To team + feature reference |
| ART roster | Yes | List of teams in the ART |
Output
## PI Objectives â [Team Name]
| # | Objective | Business Value | Type |
|---|-----------|---------------|------|
| 1 | [SMART objective] | 8 | Committed |
| 2 | [SMART objective] | 6 | Committed |
| 3 | [Stretch objective] | 4 | Uncommitted |
## Program Board
| Team / Iteration | I1 | I2 | I3 | I4 | I5 |
|---|---|---|---|---|---|
| Team Alpha | Feature A | Feature B ââdepâââ | | Feature D | |
| Team Beta | | âââdepââ Feature C | Feature E | | |
## Risks (ROAM)
| Risk | Category | Owner | Status |
|------|----------|-------|--------|
| API contract not finalized | Resolved | Arch | ROAM-R |
## Confidence Vote: 3.8 / 5.0 â PROCEED
Definition of Done
Examples
Prompt
We are starting PI 25.2 for our ART with 4 teams.
Here is our feature backlog: [paste features]
Team capacities: Alpha=120sp, Beta=100sp, Gamma=85sp, Delta=110sp
Known dependency: Team Alpha's Payment API is needed by Team Beta in I2.
Generate the PI Planning output including objectives, program board, and risks.
Quality Criteria
Verification (4C)
| Check | Question |
|---|
| Correctness | Do the steps execute correctly in the order specified? |
| Completeness | Are decision points, error handling, and escalation paths all documented? |
| Context-fit | Could someone with the right access but no prior context complete this runbook? |
| Consequence | If Step N fails and the operator skips to Step N+1, what breaks? |
Edge Cases
- Steps require access the operator doesn't have â Document exact access requirements upfront. Include escalation contact for emergency access.
- Environment differs from documented state â Add a pre-flight check as Step 0 to verify prerequisites before starting.
- Runbook is triggered during off-hours â Document who to contact and which steps can be safely deferred to business hours.
Changelog
- v1.0.0 â Initial release