Skip to main content
Generalmarkus41

jira:prepare

Prepare a Jira task with enrichment and subtask creation. Use when the user wants to "prepare task", "enrich issue", "create subtasks", or "prepare for development".

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--jira-prepare
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/jira-prepare/SKILL.md -o .claude/skills/jira-prepare.md

Drops the SKILL.md into .claude/skills/jira-prepare.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Jira Task Preparation

Prepare a Jira task with technical enrichment, subtask creation, and work breakdown structure.

Usage

/jira:prepare <issue-key>

Features

  • Analyzes issue requirements
  • Creates technical subtasks
  • Enriches description with implementation notes
  • Identifies dependencies
  • Estimates effort

Related Commands

  • /jira:work - Start working on the prepared issue
  • /jira:triage - Triage and analyze issues