Bitwarden Designer
Bitwarden Product Analyst
Bitwarden Tech Lead
Bitwarden Testing Tools
Claude Config Validator · Reviewing…
Claude Retrospective
65 skills · 321 min
Bitwarden Delivery Tools
Skill 14 of 65
Turn a tech breakdown’s tasks.md into Jira ticket drafts — an epic parent plus one child story/task per task entry, each a real ticket with acceptance criteria and mapped…
2 minutes · 546 words · 5 sections
Install
npx skills add bitwarden/ai-plugins --skill filing-breakdown-tasksnpx skills add bitwarden/ai-plugins/plugin marketplace add bitwarden/ai-pluginsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
This skill owns the tech-breakdown half of ticketing: turning a tasks.md decomposition into a parented set of ticket drafts. It does not file them. Once the drafts are ready it hands off to filing-jira-tickets, which reads the target project’s create screen, previews each ticket, takes approval, and creates and links them through the Atlassian MCP write tools.
Tickets are read outside the breakdown’s context, so translate each task entry into a ticket that stands on its own — never paste the decomposition label.
Read tasks.md and its sibling breakdown.md. The pair lives in one breakdown folder (<team>/<JIRA-KEY>-<short-slug>/) in a bitwarden/tech-breakdowns checkout — Glob for it when the user gave no path, and ask which one when more than one matches. If breakdown.md is missing or names no epic key, ask for the key.
Establish the hierarchy before drafting any fields:
breakdown.md. If no epic exists, ask whether to create one or attach children to an existing key — do not guess a key. Confirm the key is an Epic (get_issue, check issuetype) before parenting under it.Completion criterion: an echoed tree — epic key, then the ordered children with type and parent — where the child count matches the task count in tasks.md.
Translate each entry into ticket fields; don’t copy it:
Add CSV export to the item list (web). NOT the decomposition label (ExportService + column mapping (libs/exporter)).Part of PM-XXXX), no breakdown path — the epic-child link already conveys that.Scenario / Given / When / Then / And). Supply the content only; filing-jira-tickets decides the field — the project’s criteria field, or the description if it has none.Leave labels unset unless the user asked for a specific one.
Completion criterion: for every child, a draft of {title, description, acceptance criteria, type, parent}.
From each task’s Blocked by / Depends on, build the link map filing-jira-tickets will wire:
Completion criterion: a link map of {blocker, blocked, type} for every dependency whose both ends are tickets in this set.
Hand the drafted tickets (Step 2) and the link map (Step 3) to Skill(bitwarden-atlassian-tools:filing-jira-tickets). It owns the rest: reading the project’s create screen, dry-run previews, per-ticket approval, live creation, and link verification.
That skill ships in bitwarden-atlassian-tools. If it is unavailable, stop and prompt the user to install the plugin (/plugin install bitwarden-atlassian-tools@bitwarden-marketplace), then hand off. Never file the drafts by another route, and never drop them silently.
If an epic is being created rather than reused, file it first so the children have a parent key to reference.
Completion criterion: filing-jira-tickets has the full draft set and link map and has taken over creation.
Turn a tech breakdown's tasks.md into Jira ticket drafts — an epic parent plus one child story/task per task entry, each a real ticket with acceptance criteria and mapped Blocked-by/Depends-on links — then hand off to filing-jira-tickets to file them.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
ReadGlobSkill(bitwarden-atlassian-tools:filing-jira-tickets)mcp__plugin_bitwarden-atlassian-tools_bitwarden-atlassian__get_issueplugins/bitwarden-delivery-tools/skills/filing-breakdown-tasks/SKILL.mdmain, last pushed 23 September 2026.SKILL.md, not by matching a directory convention. 13 distinct layouts observed: plugins/bitwarden-atlassian-tools/skills/*/SKILL.md, plugins/bitwarden-code-review/skills/*/SKILL.md, plugins/bitwarden-delivery-tools/skills/*/SKILL.md, plugins/bitwarden-design-tools/skills/*/SKILL.md, plugins/bitwarden-designer/skills/*/SKILL.md, plugins/bitwarden-devops-engineer/skills/*/SKILL.md, plugins/bitwarden-product-analyst/skills/*/SKILL.md, plugins/bitwarden-security-engineer/skills/*/SKILL.md, plugins/bitwarden-shepherd/skills/*/SKILL.md, plugins/bitwarden-tech-lead/skills/*/SKILL.md, plugins/bitwarden-testing-tools/skills/*/SKILL.md, plugins/claude-config-validator/skills/*/SKILL.md, plugins/claude-retrospective/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Bitwarden, declaring 16 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./bitwarden/ai-plugins.md, and each skill at its own .md URL.4 files · 18 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 14.
Everything else published alongside the skill.