一键导入
compute-velocity
Computes team velocity over multiple sprints using story points or task count, with trend analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Computes team velocity over multiple sprints using story points or task count, with trend analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | compute-velocity |
| version | 1.0.0 |
| description | Computes team velocity over multiple sprints using story points or task count, with trend analysis. |
| category | sprint-operations |
| trigger | Sprint review, capacity planning, forecasting, sprint health check. |
| autonomy | autonomous |
| portability | universal |
| complexity | basic |
| type | computation |
| inputs | [{"name":"sprint_history","type":"structured-text","required":true,"description":"Data for 2+ completed sprints. Per sprint: name, committed story points, completed story points, sprint dates. Optionally: completed task count.\n"},{"name":"current_sprint","type":"structured-text","required":false,"description":"Current sprint progress: committed SP, completed SP so far, days elapsed, days remaining.\n"}] |
| outputs | [{"name":"velocity_report","type":"structured-text","description":"Average velocity, sprint-over-sprint trend, predictability score, completion ratio, and forecast for current sprint.\n"}] |
| model_compatibility | ["claude","gpt-4","gemini","llama-3"] |
Calculate team velocity across sprints, identify trends, assess predictability, and forecast current sprint completion.
For each completed sprint:
If story points are unavailable, fall back to completed task count. Note the metric used.
Compare the last 3 sprints:
| Pattern | Trend | Signal |
|---|---|---|
| Each sprint higher than previous | Improving | Team ramping up, process maturing, or scope inflation |
| Each sprint lower than previous | Declining | Capacity loss, increasing complexity, or morale issues |
| Fluctuating (+/- 20%) | Volatile | Estimation inconsistency, variable scope, or team instability |
| Within +/- 10% band | Stable | Healthy, predictable team |
Predictability score = 1 - (standard deviation / average velocity)
| Score | Rating |
|---|---|
| > 0.85 | High — team delivers consistently |
| 0.70 - 0.85 | Medium — some variability, plan with buffer |
| < 0.70 | Low — high variability, commitments are unreliable |
Note: Linear projection is a simplification. Sprint work is typically back-loaded. Adjust interpretation accordingly — a 60% trajectory on Day 3 is less concerning than on Day 8.
Provide one concrete observation based on the data. Examples:
## Velocity Report
**Average velocity**: {weighted_avg} SP (simple avg: {simple_avg} SP)
**Trend**: {Improving|Declining|Volatile|Stable}
**Predictability**: {score} ({High|Medium|Low})
### Sprint-over-Sprint
| Sprint | Committed | Completed | Ratio | Delta |
|--------|-----------|-----------|-------|-------|
| {name} | {committed} SP | {completed} SP | {ratio}% | {+/-N vs previous} |
| ... | ... | ... | ... | ... |
### Current Sprint Trajectory (if applicable)
- **Committed**: {N} SP
- **Completed so far**: {N} SP (Day {X} of {Y})
- **Burn rate**: {N} SP/day
- **Projected completion**: {N} SP ({trajectory}% of commitment)
- **Status**: {On track|At risk|Off track}
### Insight
{One concrete, data-driven observation with recommendation.}
**Confidence**: {High|Medium|Low} — based on {N} sprints of historical data.
Generates messages suggesting a ghost-done ticket be transitioned to Done. Helpful tone, evidence-based, always asks rather than commands.
Generates contextual, humble messages designed to unblock stuck tickets. Use when a stuck ticket needs a nudge comment.
Generates a quick morning briefing with what happened, what's stuck, and what needs attention today.
Evaluates whether epics are ready for PI or quarter planning by scoring 7 readiness dimensions.
Computes team capacity for a sprint or PI from headcount, PTO, and run-rate buffer.
Estimates completion probability for remaining work using velocity distribution and Monte Carlo-style simulation.