This skill should be used when the user asks to "orchestrate jira", "work on issue", "complete jira ticket", "development workflow", "jira automation", "issue lifecycle", "work on story", "fix bug...
Execute 6-phase protocol for coordinating Jira-based development work with multi-agent orchestration.
EXPLORE → PLAN → CODE → TEST → FIX → COMMIT
Each phase must complete validation gates before proceeding.
[ISSUE-KEY] description\n\nResolves: ISSUE-KEY| Issue Type | Primary | Secondary |
|---|---|---|
| Bug | triage-agent, hypothesis-debugger | root-cause-analyzer, test-strategist |
| Story | requirements-analyzer, code-architect | requirements-analyzer |
| Task | task-enricher | technology-specific |
| Epic | epic-decomposer | split into stories first |
| Spike | requirements-analyzer, requirements-analyzer | domain experts |
By Technology: Frontend→react-specialist; Backend→api-specialist; DevOps→infrastructure-orchestrator; Mobile→mobile-developer
By Priority: Blocker→triage-agent + escalate; Critical→senior agents + extended thinking; High→standard selection; Medium/Low→optimize for efficiency
Mark blocker when: Missing requirements, dependencies, technical limits, security concerns, breaking changes.
Immediate: Add "Blocked" label, create detailed comment, link blocking issue, notify stakeholders.
Escalate when: Persists >4 hours, beyond agent authority, security vulnerability, breaking changes, customer impact, legal/compliance questions.
Process: Pause, document context, create Jira comment, tag humans, transition to "Waiting for Support".
Always required: Security changes, breaking API/DB changes, infrastructure, customer-facing features, compliance.
Optional (post-review): Bug fixes, docs, tests, refactoring.
Update Jira at: Phase transitions, blockers, test failures, PR creation, hourly.
Status format:
## Progress - Phase: [NAME]
- Completed: [items]
- In Progress: [items] (X%)
- Blocked: [items] ([reason])
- Next: [steps]
- Time Spent: Xh Ym
Metrics: Velocity (story points/sprint), Cycle Time (In Progress→Done), Lead Time (creation→completion), Work Log (time/phase).
Bug: EXPLORE (reproduce)→PLAN (fix design)→CODE→TEST (add regression)→FIX→COMMIT Story: EXPLORE→PLAN (subtasks)→CODE (parallel)→TEST (E2E)→FIX→COMMIT Epic: Decompose into Stories, execute each Story workflow, integrate results
PR Title: [ISSUE-KEY] Brief description
Commit:
[ISSUE-KEY] description
Changes:
- item1
- item2
Resolves: ISSUE-KEY
Branch: [type]/[issue-key]-[description] (e.g., feature/PROJ-123-auth)
Smart commits: [ISSUE-KEY] #comment text | #time 2h 30m | #transition In Review
Issue: PROJ-123 "Login timeout after 5 minutes"
| Phase | Activity | Agents |
|---|---|---|
| EXPLORE | Analyze auth code, identify JWT expiry | requirements-analyzer, security-specialist |
| PLAN | Design fix: extend expiry, fix cleanup | triage-agent |
| CODE | Update JWT config, implement refresh | requirements-analyzer, security-specialist |
| TEST | Unit/integration/manual tests | test-strategist, qa-ticket-reviewer |
| FIX | No fixes needed | - |
| COMMIT | Create PR, link to PROJ-123 | commit-orchestrator |
Works with: jira (API), git-workflows (branches/PRs), orchestration-patterns (agent coordination), testing (test execution), debugging (root cause analysis).