sprint-management

Manage sprint lifecycle and generate summaries via Azure DevOps.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill sprint-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-management
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/sprint-management
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill sprint-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines sprint management, ensuring teams maintain focus, track progress effectively, and adhere to Scrum principles, preventing chaos and improving project cadence.

Core Features & Use Cases

  • Current Sprint Status: Get real-time updates on sprint progress, including remaining days and key metrics.
  • Work Item Tracking: List all work items within the current sprint, their states, and assignments.
  • Progress Calculation: Analyze sprint progress based on Story Points, Remaining Work, and item distribution.
  • Velocity & Trend Analysis: Calculate historical sprint velocity to forecast future performance.
  • Sprint Summary Generation: Create concise summaries of sprint status, progress, and potential risks.
  • Use Case: A Scrum Master can use this Skill to quickly generate a daily sprint status report, identify overloaded team members, and assess if the sprint is on track to meet its goals.

Quick Start

Get the current status of the active sprint.

Frequently Asked Questions about sprint-management

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

FAQPage Schema
How do I track sprint progress in Azure DevOps?

Sprint progress in Azure DevOps is tracked by querying iteration work items and calculating metrics like Story Points, Remaining Work, and item distribution. This process provides real-time updates on sprint status and team progress.

Can I calculate historical sprint velocity using Azure DevOps iteration data?

Yes, historical sprint velocity can be calculated by querying past Azure DevOps iteration data and work item states. This historical analysis allows teams to forecast future performance and identify potential risks.

How do I generate a daily sprint summary for Scrum?

A sprint summary is generated by analyzing current sprint status, remaining days, and work item assignments. This creates a concise report of sprint progress and potential risks suitable for daily Scrum updates.

Does sprint management work with Azure DevOps for automated snapshotting?

Yes, sprint management supports automated snapshotting of sprint data by integrating with Azure DevOps. This allows teams to capture iteration data and work item states for historical analysis and reporting.

What's the best way to analyze sprint work item distribution and assignments?

Analyzing sprint work item distribution involves listing all work items within the current sprint and their states. This identifies overloaded team members and assesses whether the sprint is on track to meet its goals.

Do I need curl and jq installed to query Azure DevOps sprint data?

Yes, curl and jq are required dependencies to query Azure DevOps iteration data and process sprint work item states. These tools facilitate the API requests and data parsing needed for progress calculation.