detect-scope-change

Detect and quantify sprint scope changes by computing added and removed ticket story points.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/yannmenec/delivery-management-skills --skill detect-scope-change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect-scope-change
Source: https://github.com/yannmenec/delivery-management-skills/tree/main/archive/v1/skills/sprint-operations/detect-scope-change
Command: npx skills add https://github.com/yannmenec/delivery-management-skills --skill detect-scope-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects tickets added to or removed from a sprint after sprint start, and computes scope change percentage to assess sprint stability.

Core Features & Use Cases

  • Detect added mid-sprint tickets using added_to_sprint or created dates.
  • Compute original committed story points, net change, and classify impact (stable, moderate, significant, critical).
  • Generate a Scope Change Report suitable for sprint reviews and retrospectives.

Quick Start

Provide sprint_tickets and sprint_start_date (and optionally removed_tickets) to generate a Scope Change Report.

Frequently Asked Questions about detect-scope-change

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

FAQPage Schema
How do I calculate sprint scope change percentage for added or removed tickets?

Sprint scope change percentage is calculated by detecting tickets added or removed after the sprint start date, computing the net story point change against original committed story points, and classifying the impact as stable, moderate, significant, or critical.

What is sprint scope change impact classification in agile reporting?

Sprint scope change impact classification categorizes sprint stability into stable, moderate, significant, and critical levels by quantifying the story points added or removed mid-sprint, providing a clear metric for sprint reviews and retrospective reporting.

How do I detect mid-sprint scope changes using story points and sprint start date?

Detect mid-sprint scope changes by providing a list of sprint tickets and the sprint start date to identify tickets added after the start date using added_to_sprint or created dates, then computing the net story point difference to generate a scope change report.

Can I track removed tickets separately when measuring sprint stability?

Yes, you can track removed tickets separately by providing an optional removed_tickets input alongside sprint_tickets and sprint_start_date, allowing the report to compute both added story points and removed story points for a complete scope change analysis.

What story point metrics are included in a sprint scope change report?

A sprint scope change report includes original committed story points, added story points, removed story points, net scope change percentage, and an impact classification to assess sprint predictability and stability for retrospective analysis.

When should I generate a scope change report for agile sprint reviews?

Generate a scope change report during agile sprint reviews and retrospectives when you need to assess sprint stability by quantifying tickets added or removed after the sprint start date and evaluating their impact on original story point commitments.