agentsclimarketplace

Work unit decomposition

Skill a5c-ai/babysitter/library/methodologies/metaswarm/skills/work-unit-decomposition

Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill work-unit-decomposition

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.5 KB, 221 tokens by cl100k_base, as published. Nobody here has run it

  • 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)

What ships with it: 1 file

606 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.