scrum-sprint-planning

Plans Scrum Sprints by selecting backlog items, defining Sprint Goals, and building Sprint Backlogs.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/NestorMonroy/thyrox --skill scrum-sprint-planning-nestormonroy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scrum-sprint-planning
Source: https://github.com/NestorMonroy/thyrox/tree/main/.claude/skills/scrum-sprint-planning
Command: npx skills add https://github.com/NestorMonroy/thyrox --skill scrum-sprint-planning-nestormonroy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often start Sprints without a clear objective, overcommit beyond their velocity, or pull in unrefined backlog items, leading to missed commitments and spillover. This Skill structures the Sprint Planning event so the team selects prioritized backlog items, defines a single measurable Sprint Goal, and commits only to work that fits team capacity. ## Core Features & Use Cases - Sprint Goal Definition: Guides creation of a unique, measurable, business-focused Sprint Goal that unifies the selected items. - Capacity-Based Selection: Enforces the rule that total story points must not exceed historical velocity, using Fibonacci estimation (1, 2, 3, 5, 8, 13) and flagging 13-point items for decomposition. - Sprint Backlog Construction: Decomposes each selected item into technical tasks of one day or less and produces a capacity plan accounting for availability and absences. - Use Case: At the start of a Sprint for an e-commerce project, use this Skill to pull the top prioritized user stories, set a goal like "the buyer can complete checkout end-to-end with Mercado Pago", estimate in story points, and confirm the commitment fits the team's velocity. ## Quick Start Run the scrum-sprint-planning skill to plan the next Sprint from the prioritized product backlog in docs/source/requisitos/historias-usuario.

Frequently Asked Questions about scrum-sprint-planning

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

FAQPage Schema
How do I run a Scrum Sprint Planning meeting?▼

Sprint Planning answers three questions: why the Sprint is valuable (Sprint Goal), what can be delivered (backlog selection), and how the work gets done (Sprint Backlog). Select prioritized items up to team velocity, decompose them into tasks of one day or less, and confirm the commitment by team pull.

How to estimate user stories with story points in Scrum?▼

Use relative estimation with the Fibonacci sequence 1, 2, 3, 5, 8, 13 rather than hours. Items of 1-5 points are Sprint-ready, 8 points is the upper limit, and a 13-point item must be decomposed before entering the Sprint.

What is a good Sprint Goal in Scrum?▼

A good Sprint Goal is unique, measurable, and expressed in business value rather than technical tasks. For example, "the buyer can complete a purchase end-to-end paying with Mercado Pago" unifies cart, checkout, and payment stories under one verifiable objective.

When should you not start Sprint Planning?▼

Do not plan when the backlog is unprioritized or items fail the Definition of Ready, since committing to ambiguous stories moves refinement into execution where it costs more. Return to backlog refinement first, or run a conservative Sprint 0 if the team has no velocity baseline.

How does team velocity limit Sprint scope?▼

Velocity is the average story points completed over the last three Sprints and acts as a ceiling for commitment. The sum of selected story points must not exceed it; overcommitting guarantees spillover and an unmet Sprint Goal.