Bitwarden Delivery Tools
Chapter 21 of 59
Sets up a new Bitwarden Tech Breakdown in the bitwarden/tech-breakdowns repo.
3 minutes · 583 words · 7 sections
Help the user set up a new Tech Breakdown with enough captured context that the design work can start from solid ground. Each breakdown lives in its own folder under the team’s directory: <team>/<JIRA-KEY>-<short-slug>/breakdown.md. This skill stops at “folder created, breakdown.md written, status In Planning.”
Work through each phase in order; do not skip ahead.
Ask the user for each of these. All four are required by the HARD-GATE; if any is missing, prompt for it before continuing.
$jira was provided at invocation, use it and confirm with the user; otherwise prompt for it.Produce a short summary and surface it to the user before continuing:
bitwarden/tech-breakdowns working copy. Ask the user for the absolute path via AskUserQuestion if it is not already established in the conversation. Once the path is known, confirm it is on main and up to date with git status / git pull; if no working copy exists, clone it where the user directs.<team>/<JIRA-KEY>-<short-slug>/. Anchor on a short, change-focused phrase: client-vault-refactor is good; clients-team-vault-refactoring-q3 is bad (team prefix, gerund, and unrelated time-window noise). Validate before using in shell commands. Slug must match ^[a-z][a-z0-9-]*$. Jira key must match ^[A-Z][A-Z0-9]+-[0-9]+$. If either fails, reject and re-prompt the user — never interpolate an non-validated value into mkdir, cp, or any other shell command.<team>/<JIRA-KEY>-<short-slug>/. This folder is the single home for everything tied to this breakdown — the breakdown itself, the future tasks.md, any sibling specification artifacts, PoC notes. Do not place breakdown files directly under <team>/.templates/breakdown.md inside the bitwarden/tech-breakdowns working copy.breakdown.md: copy templates/breakdown.md to <team>/<JIRA-KEY>-<short-slug>/breakdown.md. Do not edit the template itself.breakdown.md.breakdown.md:
Status: — In PlanningLast substantive update: — today’s date + the literal note initial draftActive owner / contact: — the specific human from Phase 1.When all phases are complete, tell the user the path to the new folder and the breakdown file inside it: <team>/<JIRA-KEY>-<short-slug>/breakdown.md. Then offer to continue inline by invoking Skill(developing-breakdown-spec) against the new file so the user can move straight from setup into resolving open questions and writing the Specification.
Install this repository
npx skills add bitwarden/ai-plugins/plugin marketplace add bitwarden/ai-pluginsSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
Sets up a new Bitwarden Tech Breakdown in the bitwarden/tech-breakdowns repo. Creates a per-breakdown folder (`<team>/<JIRA-KEY>-<short-slug>/`) containing `breakdown.md` from the template, so the future `tasks.md` and any specification artifacts can live alongside it. Use when a team is creating a new breakdown — triggered by phrasings such as "start a tech breakdown", "create a new breakdown for X", "set up the breakdown file", "spin up a breakdown".
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
Skill(developing-breakdown-spec),Read,Edit,Glob,Bash(gitclone:*),Bash(gitpull:*),Bash(gitstatus:*),Bash(cp:*),Bash(mkdir:*),mcp__plugin_bitwarden-atlassian-tools_bitwarden-atlassian__get_issue,mcp__plugin_bitwarden-atlassian-tools_bitwarden-atlassian__get_issue_comments,mcp__plugin_bitwarden-atlassian-tools_bitwarden-atlassian__get_issue_remote_links,mcp__plugin_bitwarden-atlassian-tools_bitwarden-atlassian__search_issuesplugins/bitwarden-delivery-tools/skills/starting-breakdown/SKILL.mdmain, last pushed 8 August 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 chapter at its own .md URL.