Create Jira epics through natural language conversation (requires Jira integration)
Creates Jira epics through natural language conversation with interactive field completion.
/plugin marketplace add TaylorHuston/ai-toolkit/plugin install ai-toolkit@ai-workflow-marketplace[PROJ-### | --spec SPEC-###]claude-opus-4-5WHAT: Create/refine Jira epics through conversational interaction.
WHY: Natural conversation for creating PM tracking containers in Jira. Epics organize work at the PM tool level.
HOW: See jira-integration.md for Jira integration patterns, field discovery, and epic creation workflow.
REQUIRES: Jira integration enabled in CLAUDE.md (see jira-integration.md for setup)
/jira-epic # Create new Jira epic
/jira-epic PROJ-### # Refine existing Jira epic
/jira-epic --spec SPEC-### # Create Jira epic from local spec
Before you start: Read jira-integration.md for Jira requirements, field discovery, and conversational creation patterns.
Verify Jira Integration
Load Context
Conversational Creation/Refinement
Optional Issue Suggestions
Optional Spec Creation
See jira-integration.md "Epic Creation Workflow" for complete conversational flow details.
Local Specs (/spec): Document WHAT to build, version controlled
Jira Epics (this command): PM tracking container, network required
See jira-integration.md for semantic mapping and workflow patterns.
User: /jira-epic --spec SPEC-001
AI: Creating Jira epic from SPEC-001: User Authentication
✓ Loaded spec content for pre-population
Summary: User Authentication
Epic Name: user-authentication
Customize? (yes/no)
User: no
AI: ✓ Created PROJ-100: User Authentication
🔗 https://company.atlassian.net/browse/PROJ-100
Add initial issues? (yes/no)
User: yes
AI: Suggested:
1. User Registration (Story)
2. Login Flow (Story)
3. Database Schema (Task)
Create which? (1,2,3/all/none)
User: all
AI: ✓ PROJ-101: User Registration
✓ PROJ-102: Login Flow
✓ PROJ-103: Database Schema
Next: /jira-import PROJ-101
Spec-first (recommended):
/spec → /jira-epic --spec SPEC-### → /jira-import PROJ-###
Epic-first:
/jira-epic → /spec --jira-epic PROJ-### → /jira-import PROJ-###
Epic-only (no local spec):
/jira-epic → /jira-import PROJ-###
Primary: project-manager (conversation, Jira interaction) Supporting: Domain specialists (field suggestions), test-engineer (acceptance criteria)
See jira-integration.md for complete error scenarios and solutions.
Creates: Jira epic (PROJ-###)
Next step: /jira-import PROJ-### or /spec --jira-epic PROJ-###
See jira-integration.md for complete workflow integration.