jira-task
Installation
SKILL.md
When to Use
Triggers: When creating Jira tickets, tasks, or issues for features, bugs, or enhancements.
Load when: creating Jira tickets, structuring work items, splitting tasks by component, or using the Jira MCP.
Critical Patterns
Rule 1: Split by component
If the change touches API, UI, or SDK → create separate tasks per component:
- Enables parallel development
- Assignment by team
- Dependency tracking
✅ Feature in API + UI:
Task 1: [FEATURE] Add user endpoint (API)
Task 2: [FEATURE] Add user form (UI)
Related skills