bitwarden/developing-breakdown-spec
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).
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.