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