Agent skill
work-unit-decomposition
Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/work-unit-decomposition
SKILL.md
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 decompositionagents/cto/- Validates TDD readiness per unit
Tool Use
Invoke as part of: methodologies/metaswarm/metaswarm-orchestrator (Phase 4)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?