| Fact-first standups | Auto-generate from git logs and PRs | Never ask humans for data in commit history |
| Ticket engineering | Machine-readable DoD with acceptance criteria | Binary true/false criteria, implementation pointers |
| Sprint planning | Capacity calculation with focus factor and velocity | Budget = avg velocity (last 3 sprints) adjusted for absences |
| Estimation | Planning Poker with Fibonacci scale, T-shirt sizing for roadmap | Reference stories anchor the scale, re-calibrate quarterly |
| Capacity forecasting | Historical cycle time and lead time | Factor holidays, context debt, and bottlenecks |
| Backlog grooming | AI clustering and deduplication | Flag tickets older than 2 sprints for archive |
| Backlog refinement | 1-2 sessions per sprint, Definition of Ready checklist | Stories must meet DoR before entering sprint planning |
| Blocker detection | Scan PRs, assignments, and dependencies | Flag stale PRs, OOO assignees, breaking deps |
| Parking lot | Move deep-dives out of standups | Standups focus on status and blockers only |
| Sprint retrospective | Start/Stop/Continue with action item tracking | Track retro action completion rate across sprints |
| Risk management | Dependency mapping, risk register (probability x impact) | Address risk scores 6+ immediately, monitor 3-5 |
| Release planning | Multi-sprint roadmap with confidence levels | Feature flags decouple deployment from release |
| Escalation tiers | Tier 1 autonomous, Tier 2 clarification, Tier 3 pairing | Match response to complexity |
| Priority frameworks | MoSCoW, value vs effort matrix, WSJF | WSJF favors small high-value items |