scrum-event-sprint-planning

Plan Sprint Planning events by selecting PBIs, defining sprint goals, and creating TDD subtasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates Sprint Planning for AI-agentic Scrum, clarifying how to select PBIs, define a sprint goal, and break work into actionable subtasks.

Core Features & Use Cases

  • Select PBI: Identify the top ready item from Product Backlog to anchor the sprint.
  • Define Sprint Goal: Derive a clear, testable goal from the selected PBI to align the team.
  • Break into Subtasks: Decompose into subtasks where each task maps to a single TDD cycle.

Quick Start

Prompt the AI to select the top ready PBI, define a Sprint Goal, and outline subtasks for the next TDD cycle.

Frequently Asked Questions about scrum-event-sprint-planning

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

FAQPage Schema
How do I plan sprints and break Product Backlog Items into subtasks for AI agents?

Sprint planning for AI agents involves selecting the top ready PBI, deriving a sprint goal, and breaking work into subtasks. Each subtask should map to a single TDD cycle to ensure clear, testable execution.

What is a ready Product Backlog Item in AI-agentic Scrum?

A ready PBI in AI-agentic Scrum is a backlog item that has passed readiness checks and can be selected for sprint planning. It anchors the sprint by providing a clear objective for the AI agents.

How do I structure subtasks for TDD-based sprint planning?

To structure subtasks for TDD-based sprint planning, decompose the selected PBI so each task maps to a single test-driven development cycle. Subtask structure must specify task type, status, and commits.

Do I need backlog refinement before starting sprint planning with AI agents?

Yes, backlog refinement is required before sprint planning to ensure PBIs pass readiness checks. This preparation guarantees that the top item is ready to be selected and broken down into actionable subtasks.

How do I define a sprint goal from a Product Backlog Item?

Defining a sprint goal from a PBI requires deriving a clear, testable objective from the selected item. This goal aligns the AI agents on the intended outcome for the upcoming sprint.

Can I use this sprint planning approach without test-driven development?

This approach expects subtasks to map to TDD cycles, including specifying commits and status. Without TDD, the subtask structure would lack the required test-driven framework for AI-agentic execution.