Epic, sprint, and backlog management - create/link epics, manage sprints, estimate with story points, rank backlog issues.
Manages Jira Agile workflows including epics, sprints, backlogs, and story point estimation.
/plugin marketplace add grandcamel/JIRA-Assistant-Skills/plugin install jira-assistant-skills@jira-assistant-skillsThis skill is limited to using the following tools:
docs/BEST_PRACTICES.mddocs/FIELD_REFERENCE.mddocs/OPTIONS.mddocs/QUICK_START.mddocs/SKILL_SELECTION.mddocs/TROUBLESHOOTING.mddocs/WORKFLOWS.mdexamples/README.mdexamples/backlog-management.mdexamples/epic-management.mdexamples/estimation.mdexamples/sprint-lifecycle.mdAgile and Scrum workflow management for JIRA - epics, sprints, backlogs, and story points.
Use this skill when you need to:
Do not use this skill when:
See Skill Selection Guide for detailed guidance.
IMPORTANT: Always use the jira-as CLI. Never run Python scripts directly.
Create epics with Epic Name and Color fields, link stories/tasks to epics, and track epic progress with story point calculations.
See epic examples for detailed usage.
Create subtasks linked to parent issues with automatic project inheritance and time estimate support.
List and discover sprints for a project, create sprints with dates and goals, manage sprint lifecycle (start/close), move issues to sprints or backlog, and track sprint progress.
See sprint examples for detailed usage.
View board backlog with epic grouping, rank issues by priority (before/after/top/bottom).
See backlog examples for detailed usage.
Set story points on single or bulk issues, validate against Fibonacci sequence, get estimation summaries grouped by status or assignee.
See estimation examples for detailed usage.
Calculate team velocity from completed sprints. Shows average story points per sprint, trends, and historical data for planning.
jira-as agile epic create --project PROJ --summary "Mobile App MVP"
jira-as agile epic create --project PROJ --summary "MVP" --epic-name "Mobile MVP" --color blue
jira-as agile epic get PROJ-100 --with-children
jira-as agile epic add-issues --epic PROJ-100 --issues PROJ-101,PROJ-102
jira-as agile epic remove-issues --epic PROJ-100 --issues PROJ-103
jira-as agile subtask --parent PROJ-101 --summary "Implement login API"
jira-as agile subtask --parent PROJ-101 --summary "Task" --assignee self --estimate 4h
jira-as agile sprint list --project DEMO # List all sprints for project
jira-as agile sprint list --project DEMO --state active # Find active sprint
jira-as agile sprint list --board 123 --state closed # List closed sprints
jira-as agile sprint get --board 123 --active # Get active sprint details
jira-as agile sprint get 456 --include-issues # Get sprint with issues
jira-as agile sprint create --board 123 --name "Sprint 42" --goal "Launch MVP"
jira-as agile sprint move-issues --sprint 456 --issues PROJ-101,PROJ-102
jira-as agile sprint manage --sprint 456 --start
jira-as agile sprint manage --sprint 456 --close --move-incomplete-to 457
jira-as agile backlog --board 123
jira-as agile backlog --board 123 --group-by epic
jira-as agile rank PROJ-101 --before PROJ-100
jira-as agile rank PROJ-101 --after PROJ-102
jira-as agile rank PROJ-101 --position top
jira-as agile estimate PROJ-101 --points 5
jira-as agile estimates --project PROJ
jira-as agile estimates --sprint 456 --group-by assignee
jira-as agile velocity --project PROJ # Last 3 sprints
jira-as agile velocity --project PROJ --sprints 5 # Last 5 sprints
jira-as agile velocity --board 123 --output json # JSON output
All commands support --help for full documentation.
All commands support:
--help - Show usage and examplesMost commands also support:
--output json - Output as JSON (query and creation commands)--dry-run - Preview changes (where applicable)See Options Reference for details.
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Error (validation, API, etc.) |
| 130 | Cancelled (Ctrl+C) |
| Skill | Integration |
|---|---|
| jira-issue | Create stories/tasks, then add to epics |
| jira-search | Find issues by JQL for bulk operations |
| jira-lifecycle | Transition epic children through workflow |
| jira-fields | Discover custom field IDs for your instance |
Default Agile field IDs may vary by instance. See Field Reference for configuration.
See Troubleshooting Guide for common issues and solutions.
For comprehensive guidance on sprint planning, estimation, and Agile workflows, see Best Practices Guide.
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.