scrum-event-backlog-refinement

Refine PBIs into ready backlog items with acceptance criteria in scrum.ts.

8|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/atusy/agentic-scrum --skill scrum-event-backlog-refinement-atusy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-event-backlog-refinement
Source: https://github.com/atusy/agentic-scrum/tree/main/claude-plugins/agentic-scrum/skills/scrum-event-backlog-refinement
Command: npx skills add https://github.com/atusy/agentic-scrum --skill scrum-event-backlog-refinement-atusy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents struggle to convert loosely defined backlog items into actionable, ready-to-execute units; this Skill provides a structured backlog refinement workflow that enforces Definition of Ready and aligns PBIs with sprint goals.

Core Features & Use Cases

  • Refine PBIs by splitting, clarifying acceptance criteria, and aligning with the product goal.
  • Apply Increment Test to ensure each ready PBI delivers observable value and can stand alone.
  • Coordinate roles (Product Owner, Developer, Scrum Master) to maintain a healthy backlog and avoid bottlenecks.

Quick Start

Refine the current backlog by evaluating draft PBIs, splitting when needed, and marking ready PBIs in scrum.ts.

Frequently Asked Questions about scrum-event-backlog-refinement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refine a backlog to make PBIs ready for sprint execution?

Backlog refinement involves splitting large items, clarifying acceptance criteria, and applying INVEST-like checks to ensure PBIs deliver observable value and standalone usability before sprint execution.

What is a Definition of Ready for agile backlog items?

A Definition of Ready ensures backlog items have defined acceptance criteria, demonstrable readiness, and executable verification, aligning PBIs with product goals before developers commit to sprint execution.

How do I split Product Backlog Items for better sprint planning?

Splitting PBIs involves breaking down loosely defined units into actionable items that satisfy the Increment Test, ensuring each delivers standalone observable value and aligns with the product goal.

Does this backlog refinement workflow support specific Scrum roles?

Yes, backlog refinement coordinates Product Owner, Developer, and Scrum Master roles to maintain a healthy backlog, align PBIs with product goals, and avoid workflow bottlenecks during grooming.

When should I groom product backlog items during a Scrum sprint?

Grooming backlog items is needed when draft PBIs lack actionable acceptance criteria, fail executable verification, or lack standalone demonstrable readiness for developers to commit to sprint goals.