mcpbeat Sign in

Work Breakdown Agent Skill

Break down features and requirements into actionable, implementable tasks with clear scope and acceptance criteria. Use when planning implementation, organizing complex work, or creating task lists. Trigger phrases: "break down tasks", "create work plan", "organize implementation", "plan development". This skill works best when preceded by `requirements-elicitation` skill use.

4k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
129
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/bitwarden/ai-plugins --skill work-breakdown

What comes with it

9 309 bytes besides the instruction
examples/oauth-authentication.md

The instruction itself

15 sections, as written by the author

Work Breakdown

Key Capabilities

  • Task Identification — Identify discrete, implementable work units from high-level requirements
  • Dependency Analysis — Determine task order, relationships, and blocking dependencies
  • Scope Definition — Create clear, bounded task descriptions with acceptance criteria
  • Phase Organization — Group related tasks into logical implementation phases

Approach

1. Read and Understand Requirements

  • Review the complete requirements document
  • Understand the full scope and all success criteria
  • Identify major components and subsystems affected
  • Note security requirements and constraints

2. Identify System Components

  • What parts of the codebase are affected?
  • Which APIs, services, databases, UIs need changes?
  • What external systems or dependencies are involved?
  • Are multiple platforms affected (web, desktop, mobile, CLI)?

3. Break into Phases

Organize work into logical phases:

Phase 1: Architecture & Design

  • Design system architecture and data models
  • Create sequence diagrams, data flow diagrams
  • Define API contracts and interfaces
  • Security threat modeling (if applicable)

Phase 2: Implementation

  • Core functionality development
  • Database schema changes
  • API endpoint creation
  • UI component development
  • Integration work

Phase 3: Testing

  • Unit test development
  • Integration test development
  • End-to-end test scenarios
  • Security testing (if applicable)
  • Cross-platform verification

Phase 4: Documentation & Deployment

  • User documentation
  • API documentation
  • Deployment procedures
  • Migration scripts (if needed)

4. Define Individual Tasks

Each task should be:

  • Right-sized: Completable in 2-8 hours (not days)
  • Independent: Can be worked on without blocking on other incomplete tasks (except explicit dependencies)
  • Testable: Has clear acceptance criteria that can be verified
  • Specific: Clear description of what needs to be done
  • Assigned: Identified role or team (e.g., "Backend team", "Security team", "QA")

5. Identify Dependencies

  • What tasks must be completed before others can start?
  • Are there parallel work streams that can proceed independently?
  • What external dependencies exist (library updates, third-party APIs)?
  • What approval gates are needed (security review, design review)?

6. Validate Completeness

  • Do the tasks cover all functional requirements?
  • Are non-functional requirements addressed (performance, security, reliability)?
  • Is testing adequately planned?
  • Is documentation included?
  • Are verification commands/tests defined?

Task Template

Each task should follow this structure:

**Task X.Y**: [Concise task title]

- **Description**: [What needs to be done]
- **Team/Role**: [Backend | Frontend | Security | QA | DevOps]
- **Estimated Duration**: [2-8 hours]
- **Dependencies**: [Task IDs that must complete first, or "None"]
- **Deliverables**: [Specific outputs or changes]
- **Acceptance Criteria**: [How to verify completion]

Example

See examples/oauth-authentication.md for a complete worked example.

Best Practices

Do's

  • Right-size tasks — 2-8 hours each, not full days or weeks
  • Clear acceptance criteria — Must be testable and specific
  • Assign appropriate teams — Match task to expertise
  • Group related tasks — Organize into phases for clarity
  • Identify dependencies — Make blocking relationships explicit
  • Ensure completeness — All requirements covered, nothing orphaned
  • Include verification — Testing and validation tasks for every feature
  • Plan documentation — Technical and user docs are deliverables
  • Consider security — Threat modeling and security testing included
  • Think cross-platform — Bitwarden runs everywhere; plan for it

Don'ts

  • Tasks too large — >1 day tasks should be broken down further
  • Vague acceptance criteria — "Make it work" is not testable
  • Circular dependencies — Tasks shouldn't block each other in loops
  • Missing phases — Don't skip design, testing, or documentation
  • Unclear deliverables — Every task should produce something concrete
  • Ignoring platforms — Don't forget mobile, CLI, browser extensions
  • Skipping security — Security tasks are not optional at Bitwarden

Output Format

Organize work breakdown in structured phases:

# Work Breakdown: [Feature Name]

## Summary

- **Total Estimated Duration**: X-Y hours
- **Number of Tasks**: N tasks across M phases
- **Teams Involved**: [List of teams]
- **Critical Path**: [Key dependencies or bottlenecks]

---

## Phase 1: [Phase Name]

**Goal**: [What this phase accomplishes]

**Task 1.1**: [Task title]

- **Description**: [What needs to be done]
- **Team/Role**: [Who does this]
- **Estimated Duration**: [Hours]
- **Dependencies**: [Prerequisites or "None"]
- **Deliverables**: [Concrete outputs]
- **Acceptance Criteria**: [How to verify]

**Task 1.2**: [Next task]
...

---

## Phase 2: [Phase Name]

...

---

## Verification

After all phases complete, verify:

- [ ] All functional requirements implemented
- [ ] All non-functional requirements met
- [ ] All security requirements addressed
- [ ] All tests passing (unit, integration, E2E)
- [ ] Documentation complete and accurate
- [ ] Deployment procedures tested

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
File Organizer
by frostant
×10

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

3k tokens
Domain Name Brainstormer
by frostant
×8

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

1k tokens
Brainstorming
by ZhanlinCui
×4

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

626 tokens
Planning With Files
by ZhanlinCui
×3

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

9k tokens scripts
Scientific Brainstorming
by christophacham
×3

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.

5k tokens
GitHub Project Management
by ComeOnOliver
×3

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

14k tokens
Grill Me
by ComeOnOliver
×3

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3k tokens

How to use it

Copy the folder

Take bitwarden/work-breakdown from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.