Loading...
Loading...
Consolidates objective metrics of a sprint. Use when you need quantitative data about deliveries, blockers, deviations, and velocity to feed retro, sprint review, or capacity decisions.
npx skill4agent add djalmajr/essential-skills agile-metrics# Sprint Metrics: <Sprint>
## Context
- Project/team:
- Period:
- Declared capacity:
## Delivery
- Planned: X items
- Delivered: Y items (Z%)
- Added during sprint: W items
- Removed/postponed: V items
## Quality
- Bugs during sprint: N
- Bugs post-delivery: N
- Lint/typecheck/tests: passed / failed (detail)
## Flow
- Blockers: N (average duration: X days)
- Average time per story: X days
- Reopenings: N stories
## Process
- Status checkpoints: X of Y expected
- Closure reports: X of Y deliveries
- Issues closed: X of Y
## Trend vs previous sprint
- Completion rate: up/down/stable (X% vs Y%)
- Blockers: more/less/same
- Scope creep: more/less/same
## Highlights for retro
- Positive point:
- Attention point:
- Action suggestion:flowchart LR
A["/agile-sprint"] --> B[execution]
B --> C["/agile-status"]
C --> D["/agile-metrics"]
D --> E["/agile-review"]
E --> F["/agile-retro"]/agile-review/agile-retro/agile-status