jira-work

Automate Jira-linked task initialization, branch creation, and implementation plans.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/rozza/ai-skills --skill jira-work-rozza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-work
Source: https://github.com/rozza/ai-skills/tree/main/jira-work
Command: npx skills add https://github.com/rozza/ai-skills --skill jira-work-rozza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of setting up a new development task by automating workspace validation, branch management, and the creation of implementation plans.

Core Features & Use Cases

  • Automated Workflow Orchestration: Validates workspace state, updates the main branch, and creates feature branches based on Jira ticket IDs.
  • Intelligent Planning: Fetches ticket details and delegates to the superpowers plugin to generate structured implementation plans.
  • Lifecycle Management: Provides subcommands to handle the full development lifecycle, including implementation, code review, and committing changes.

Quick Start

Use the jira-work skill to start working on ticket JAVA-6111 by running the command /jira-work JAVA-6111.

Frequently Asked Questions about jira-work

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

FAQPage Schema
How do I automate Jira ticket workflow initialization for development tasks?

Automating Jira ticket workflow initialization validates the workspace, updates the main branch, and creates a feature branch based on the Jira ticket ID. It fetches ticket details and generates technical implementation plans.

Do I need jira-cli and the superpowers plugin to manage development tasks?

You need jira-cli and the superpowers plugin to manage development tasks. These dependencies execute git operations for feature branch creation and drive subagent-driven development tasks.

What's the best way to generate technical implementation plans from Jira tickets?

Generating technical implementation plans from Jira tickets fetches ticket details and delegates to the superpowers plugin. This creates a structured plan facilitating the end-to-end initialization of development tasks.

Can I manage the full development lifecycle including code review with Jira workflows?

Managing the full development lifecycle with Jira workflows provides subcommands to handle implementation, code review, and committing changes. This eliminates manual overhead for workspace synchronization and lifecycle management.

How does workspace synchronization work when starting a new Jira development task?

Workspace synchronization validates the workspace state and updates the main branch before creating feature branches. This orchestration ensures the local environment is prepared for Jira-linked development tasks.