From pdm-agile-delivery
Facilitate a structured backlog grooming session to ensure the top items are well-defined, estimated, and ready for the next sprint.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pdm-agile-delivery:backlog-groomingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Facilitate a structured backlog grooming session to ensure the top items are well-defined, estimated, and ready for the next sprint.
Facilitate a structured backlog grooming session to ensure the top items are well-defined, estimated, and ready for the next sprint.
Before the session:
Ready — Is the item ready for development?
Right — Is the priority right?
Realistic — Is the scope realistic for one sprint?
| # | Item Title | Ready? | Size (SP) | Priority | Action Needed |
|---|---|---|---|---|---|
| 1 | Login with SSO | ✅ Yes | 5 | P1 | Ready for sprint |
| 2 | Export to CSV | ⚠️ Partial | 3 | P2 | Needs AC written |
| 3 | Dashboard redesign | ❌ No | 13 | P1 | Split into 3 stories |
For any item > 8 SP, suggest splits:
Original: "Dashboard redesign" (13 SP) → Story 1: Dashboard layout and navigation (5 SP) → Story 2: Widget data integration (5 SP) → Story 3: Filters and date range (3 SP)
/sprint-health or /velocity-analysisnpx claudepluginhub devmuslim/pdm-skills --plugin pdm-agile-deliveryCreates and maintains product/project backlogs with prioritization, acceptance criteria, and estimates. Supports user stories, MoSCoW, grooming, and tracking.
Use this skill when the user asks to "prioritize the sprint", "what should we build this sprint", "help me sequence the backlog", "sprint planning", "how to prioritize these items", "what should go first", "rank these tickets", "is this item worth doing this sprint", or wants to make sequencing decisions for the upcoming sprint or iteration.
Structures sprint planning sessions: produces sprint goal, velocity-calibrated backlog, capacity plan, risk flags, and meeting agenda.