From pdm-agile-delivery
Measure and improve delivery flow using Cycle Time, Lead Time, Throughput, and WIP — the four core flow metrics for any delivery team.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdm-agile-delivery:flow-metricsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Measure and improve delivery flow using Cycle Time, Lead Time, Throughput, and WIP — the four core flow metrics for any delivery team.
Measure and improve delivery flow using Cycle Time, Lead Time, Throughput, and WIP — the four core flow metrics for any delivery team.
1. Cycle Time Definition: Time from "work started" to "work done" Measures: How fast the team executes once work begins Target: < 3 days for stories, < 1 day for bugs
2. Lead Time Definition: Time from "request created" to "work done" Measures: End-to-end responsiveness including wait time Target: < 2 weeks for features, < 5 days for bugs
3. Throughput Definition: Number of items completed per sprint/week Measures: Team output rate Target: Stable or improving trend
4. WIP (Work In Progress) Definition: Number of items actively in progress at any time Measures: Multi-tasking and focus Target: WIP ≤ team size (ideally WIP ≤ team size × 0.5)
Ask for Jira/Azure DevOps export or manual data:
| Metric | Formula | Last Period | Trend |
|---|---|---|---|
| Avg Cycle Time | Sum of (done - started) / count | X days | ↗/→/↘ |
| Avg Lead Time | Sum of (done - created) / count | X days | ↗/→/↘ |
| Throughput | Items completed / weeks | X items/week | ↗/→/↘ |
| Avg WIP | Daily WIP snapshots averaged | X items | ↗/→/↘ |
Flow Efficiency = Active Time / Lead Time × 100%
40%: Good flow
| Symptom | Likely Cause | Fix |
|---|---|---|
| High lead time, low cycle time | Long wait in queue | Reduce batch size, limit WIP |
| High cycle time | Work is too large or complex | Split stories, improve specs |
| Low throughput | Too much WIP, blockers | WIP limits, blocker triage |
| Declining flow efficiency | Process overhead | Remove unnecessary approvals |
/delivery-report or /wip-limitsnpx claudepluginhub devmuslim/pdm-skills --plugin pdm-agile-deliveryAnalyzes sprint velocity data to produce team health reports covering delivery trends, capacity utilization, and improvement recommendations.
Track and interpret sprint velocity to forecast capacity, identify bottlenecks, and improve planning accuracy. Use when analyzing team productivity trends.
Analyzes sprint delivery data to generate a structured retrospective brief with completion stats, pattern analysis, Start/Stop/Continue prompts, and a concrete experiment.