From jira-tools
Create a well-structured Jira Epic with consistent formatting optimized for both human readers and AI agents. Invoked internally by the /jira-create command. Handles clarifying questions, optional codebase investigation, and MCP-based ticket creation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira-tools:create-jira-epicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every epic MUST use this exact structure. Do not deviate.
Every epic MUST use this exact structure. Do not deviate.
## Background
[1-3 paragraphs. Business context, strategic driver, or user need that motivates this body of work.]
## Goals
* [Concrete goal or outcome this epic aims to achieve]
* [Another goal]
## Acceptance Criteria
* [High-level, testable condition that signals the epic is complete]
* [Another condition]
## Additional Information / Links
* [Designs, documentation, dependencies, related tickets or initiatives, out-of-scope items]
h2., {{code}}, {code}, # for numbered lists). Use ## Heading, `code`, triple-backtick fenced code blocks, and 1. for numbered lists.feat: prefix.Extract from the user's message or the context passed from /jira-create:
Use AskUser when genuinely ambiguous. Common questions:
Do NOT ask about format -- the format is fixed. Do NOT ask questions you can answer by investigating the codebase.
If codebase analysis was requested during /jira-create, always investigate:
Write the description following the mandatory format. Before creating, review:
Use atlassian___createJiraIssue via the manage-jira skill for API mechanics:
issueTypeName: Always "Epic"parent: Set when the user provides a parent initiativeprojectKey: Derive from the parent ticket's project, or ask the userAfter creating the ticket, follow any post-creation steps defined by the active project skill (e.g. cars-project). These may include setting required custom fields such as team. If no project skill is active, skip this step.
manage-jira skill.manage-jira skill.npx claudepluginhub mbensch/mb-ai-tools --plugin jira-toolsCreates epic JSON files with vision (overview, goals, metrics, scope, NFRs) via user dialog, ID generation, and existence checks. Deprecated; use /plan instead.
Creates backlog epics in an issue tracker from a specification document. Accepts optional flags for decomposition into subtasks, updates to existing issues, or dry-run preview.
Converts Confluence spec pages into Jira backlogs with Epics and linked tickets. Use for generating backlogs from specs, breaking down requirements, or creating issues from Confluence.