Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/delivery-kpi:delivery-speedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
من: تاريخ إنشاء الـ ticket
إلى: تاريخ Deploy للـ Production
الهدف: < 14 يوم
من: تاريخ بدء العمل الفعلي (In Progress)
إلى: تاريخ الإغلاق (Done)
الهدف: < 5 أيام للـ Story العادية
عدد الإصدارات في الشهر
الهدف: إصدار واحد على الأقل كل أسبوعين
Stories أُغلقت قبل أو في موعد Sprint / إجمالي Stories
الهدف: > 80%
Stories أُضيفت بعد بدء الإصدار / Stories الأصلية
الهدف: < 10%
اجلب جميع Issues للإصدار:
- Fix Version = [اسم الإصدار]
- Status = Done
احسب لكل Issue:
- Lead Time = resolutiondate - created
- Cycle Time = resolutiondate - statusChangedTo("In Progress")
احسب المتوسطات والنسب
| النتيجة | التفسير | التوصية |
|---|---|---|
| Lead Time > 21 يوم | عملية طويلة جداً | راجع bottlenecks |
| Cycle Time > 10 أيام | Stories كبيرة جداً | قسّم إلى tasks أصغر |
| Scope Creep > 20% | تغيير متطلبات متكرر | راجع عملية التحليل |
npx claudepluginhub devmuslim/pdm-skills --plugin delivery-kpiAnalyzes sprint velocity data to produce team health reports covering delivery trends, capacity utilization, and improvement recommendations.
Analyzes sprint delivery data to generate a structured retrospective brief with completion stats, pattern analysis, Start/Stop/Continue prompts, and a concrete experiment.
Track and interpret sprint velocity to forecast capacity, identify bottlenecks, and improve planning accuracy. Use when analyzing team productivity trends.