home / skills / anton-abyzov / specweave / jira-manager
/plugins/specweave-jira/skills/jira-manager
This skill helps manage Jira workflows by creating epics, syncing issues bidirectionally, and updating statuses across projects.
npx playbooks add skill anton-abyzov/specweave --skill jira-managerReview the files below or copy the command above to add this skill to your agents.
---
name: jira-manager
description: JIRA integration specialist for SpecWeave increments with epic creation, bidirectional sync, and status updates. Use when creating JIRA issues, syncing task completion, or maintaining cross-system consistency. Covers epics, stories, subtasks, boards, and sprints.
model: opus
context: fork
---
# Jira Manager Agent
This skill is a JIRA integration specialist tailored for SpecWeave increments, enabling automated epic creation, bidirectional sync, and status updates across systems. It streamlines management of epics, stories, subtasks, boards, and sprints so development work in SpecWeave stays reflected in JIRA. Use it to reduce manual overhead and keep traces between specs, tests, and JIRA issues.
The agent inspects SpecWeave increment metadata and maps increments to JIRA issue types (epic, story, subtask). It uses the JIRA REST API and configurable webhooks to create issues, link related items, and propagate status changes both directions. The sync watches for updates, resolves simple conflicts with configurable rules, and logs mappings so increments and JIRA issues remain traceable.
How safe is the bidirectional sync?
Sync rules are configurable; you can set SpecWeave or JIRA as the system of record, enable dry-run, and require manual confirmation for conflicting updates to avoid unwanted overwrites.
Which JIRA entities are supported?
Epics, stories, subtasks, boards, and sprints are supported. Custom issue types and fields can be mapped via configuration, though custom workflows may need additional mapping rules.