jira-agile-management

Manage Jira Agile workflows for epics, sprints, backlogs, and story points.

42|8|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-agile-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-agile-management
Source: https://github.com/grandcamel/JIRA-Assistant-Skills/tree/main/skills/jira-agile
Command: npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-agile-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage Jira Agile workflows by organizing epics, sprints, backlogs, and story points, reducing manual overhead and improving planning accuracy.

Core Features & Use Cases

  • Epic management: create epics, link stories to epics, and track progress with story points
  • Sprint management: create, start, close, and move issues between sprints and backlog
  • Backlog and planning: view backlog grouped by epic, rank items, and forecast release scope
  • Estimation and velocity: set story points, compute velocity, and generate summaries for planning

Quick Start

Use the jira-as CLI to kick off an epic, attach issues, and spin up a sprint:

  • Create an epic: jira-as agile epic create --project PROJ --summary "User Authentication" --epic-name "Auth"
  • Add issues to the epic: jira-as agile epic add-issues --epic PROJ-100 --issues PROJ-101,PROJ-102
  • Create and start a sprint: jira-as agile sprint create --board 123 --name "Sprint 42" --start-date 2026-02-01 --end-date 2026-02-14

Frequently Asked Questions about jira-agile-management

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

FAQPage Schema
How do I manage Jira agile workflows for epics and sprints?

Jira agile workflows are managed by using CLI commands to create epics, link stories, and spin up sprints. This approach reduces manual overhead and improves sprint planning accuracy through scripted backlog management and story point estimation.

What's the best way to create a Jira epic and attach issues to it?

Creating a Jira epic involves using a CLI command to generate the epic with a specific summary and epic name. You then attach issues by running an add-issues command, passing the epic identifier and the specific issue keys to link them together.

How do I estimate story points and calculate velocity for sprint planning?

Story point estimation and velocity calculation are handled by setting point values on issues and generating planning summaries. This allows teams to compute historical velocity and forecast release scope directly from backlog data.

Can I use the CLI to move issues between the Jira backlog and active sprints?

Yes, you can use CLI commands to move issues between the backlog and active sprints. The workflow supports creating, starting, and closing sprints while allowing continuous backlog ranking and issue transfers throughout the sprint lifecycle.

Does Jira agile management work without direct UI access for backlog ranking?

Yes, Jira agile management functions without direct UI access by using scripted workflows. You can view the backlog grouped by epic, rank items, and execute sprint management operations entirely through command line interface commands.

When should I not use scripted commands for Jira sprint management?

Scripted commands for Jira sprint management are not ideal for visual planning sessions requiring real-time drag-and-drop board manipulation. It is optimized for structured, repeatable planning execution rather than highly interactive visual refinement.