Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill work-unit-decomposition --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Work Unit Decomposition?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-work-unit-decomposition)More formats (shields.io, HTML) on the badges page.
---
name: work-unit-decomposition
description: Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
---
# Work Unit Decomposition
## Overview
Break implementation plans into discrete, testable work units. Each unit has enumerated Definition of Done items, declared file scope, dependency mapping, and optional human checkpoint flags.
## When to Use
- After plan review gate approval
- When decomposing a large feature into implementable chunks
- When preparing for orchestrated execution
## Work Unit Structure
Each work unit specifies:
- **ID** - Unique identifier
- **Title** - Human-readable description
- **Definition of Done** - Enumerated checklist items
- **File Scope** - Which files the unit may modify
- **Dependencies** - Other work units this depends on
- **Human Checkpoint** - Whether human approval is needed before execution
- **Parallel Safe** - Whether it can execute alongside other units
## Human Checkpoint Triggers
Mark human checkpoints for:
- Schema or database changes
- Security-sensitive code paths
- New architectural patterns not seen in codebase
- External API integrations
- Breaking changes to public interfaces
## Agents Used
- `agents/architect/` - Creates the decomposition
- `agents/cto/` - Validates TDD readiness per unit
## Tool Use
Invoke as part of: `methodologies/metaswarm/metaswarm-orchestrator` (Phase 4)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!