Resolve open design questions, then capture what's being built into the Specification section of a Bitwarden Tech Breakdown. Use after a breakdown document has been created in its empty state or resuming a partly-resolved specification. Triggered by phrasings such as "understand the work", "define breakdown scope", "write the breakdown spec", "develop the specification", "continue the breakdown spec".
npx skills add https://github.com/bitwarden/ai-plugins --skill developing-breakdown-spec
Assist a Bitwarden engineer with defining the WHAT and WHY for an upcoming body of work. The end result is a Specification, which defines the boundaries and solution shape for the Plan, which will define HOW that work is executed. Tease out any ambiguity through question and answer cycles, with open questions being captured in the Clarifications Log. Works against breakdown.md inside a per-breakdown folder under the locally-cloned bitwarden/tech-breakdowns repo: <team>/<JIRA-KEY>-<short-slug>/breakdown.md.
<HARD-GATE>
Orientation within a breakdown is required. If $breakdown was provided at invocation, treat it as the breakdown identifier (path, Jira key, or slug) and resolve it via Glob under tech-breakdowns/ to a real breakdown.md, then confirm the resolved path with AskUserQuestion before proceeding. Otherwise, ask the user which breakdown to work against — they can give a path, a Jira key, or a slug — and resolve the same way. Use the pattern **/*<JIRA-KEY>*/breakdown.md when given a Jira key, or <team>/*<slug>*/breakdown.md when given a team/slug, so resolution is deterministic across runs. If the user already named it earlier in the conversation, confirm the resolved path with AskUserQuestion before proceeding.
Verify the folder exists with breakdown.md inside it. If there isn't one, ask the user to create it, or offer to do so by invoking Skill(starting-breakdown).
</HARD-GATE>
Create a task for each phase as you start it (TaskCreate), mark it in progress, and complete it before moving on. If resuming, use AskUserQuestion to confirm which phase to enter and re-fetch external sources (Jira, PRD, PoC) before continuing. See references/process-flow.dot for the full phase + decision graph.
Ask the user for each. Don't assume defaults; an empty answer is valid.
Read what you reference; never proceed on a description alone. The Jira tickets and Confluence pages the user named are the source of truth for Phase 1's context gathering.
If a source cannot be read, stop and surface this to the user explicitly. Name the source, name the error, and ask how to proceed. Do not silently work around a missing source.
Produce and surface a three-section triage before continuing:
If gaps block useful design work (no PRD content, scope not agreed, an obvious unclear boundary), recommend that the user stop and close those gaps before proceeding to defining the Spec. A Spec that is not complete will drive a Plan to solve the wrong problem.
Work each Open question one at a time. For each:
Resolved, with owner and date.If a decision reveals a new question, add it and continue. Before exiting, ask: _"Any other open points before we move to the specification?"_
Capture in the Specification section:
Surface the question explicitly: is there a smaller change that delivers most of the value? The point isn't to find a smaller version; it's to make the scope decision visible. Capture each alternative considered with its rejection reason.
When the Spec and Spec Alternatives are filled, surface remaining Open clarifications with their owners, then suggest the user move on to developing the Plan for HOW the work will be executed, by invoking Skill(developing-breakdown-plan).
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Take bitwarden/developing-breakdown-spec from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.