sprint-planning

Analyze Jira backlogs to identify unassigned, blocked, and ready issues for sprint planning.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill sprint-planning-dmzoneill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-planning
Source: https://github.com/dmzoneill/skills/tree/main/sprint-planning
Command: npx skills add https://github.com/dmzoneill/skills --skill sprint-planning-dmzoneill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of analyzing a Jira backlog for sprint planning, identifying key issues and candidates for the upcoming sprint.

Core Features & Use Cases

  • Backlog Analysis: Lists all issues in the backlog, highlighting those ready for development and any blocked items.
  • Candidate Identification: Identifies the most suitable issues to include in the sprint based on readiness and lack of blockers.
  • Automated Addition: Optionally adds the top candidate issue directly to a specified sprint.
  • Quality Check: Performs a quality check on backlog issues using jira_lint.

Quick Start

Use the sprint planning skill to analyze the backlog for project AAP and identify sprint candidates.

Frequently Asked Questions about sprint-planning

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

FAQPage Schema
How do I analyze a Jira backlog for sprint planning?

Analyzing a Jira backlog for sprint planning involves listing all issues, highlighting those ready for development, and identifying blocked items. This Skill automates that process by evaluating issue readiness and flagging blockers to find suitable sprint candidates.

How do I find unassigned and blocked issues in my Jira backlog?

Finding unassigned and blocked issues in your Jira backlog is done by scanning the queue for specific status attributes. This Skill identifies these items automatically, ensuring blocked tasks are excluded from sprint candidate selection.

Can I automatically add top candidate issues to a Jira sprint?

Yes, you can automatically add top candidate issues to a Jira sprint. Once the backlog is analyzed, this Skill can optionally add the most suitable unblocked issues directly to a specified sprint.

Do I need Jira API access to use this sprint planning tool?

Yes, you need Jira API access to use this sprint planning tool. It requires API credentials for issue retrieval from the backlog and for managing sprint assignment operations.

Does this Skill perform quality checks on Jira backlog items?

Yes, this Skill performs quality checks on Jira backlog items. It uses jira_lint to evaluate backlog issues during the candidate identification process, ensuring only well-formed issues are selected.

What is the best way to identify issues ready for development in Jira?

The best way to identify issues ready for development in Jira is to filter the backlog by readiness and lack of blockers. This Skill automates that evaluation, highlighting tasks that are fully prepared for sprint inclusion.