Work decomposition
Skill a5c-ai/babysitter/library/methodologies/gastown/skills/work-decomposition
Decompose goals into MEOWs (Molecular Expressions of Work) - trackable atomic units following Gas Town's bead-based work model.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill work-decompositionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 198 tokens by cl100k_base, as published. Nobody here has run it
- When a goal is too large for a single agent
- When parallel execution would benefit progress
- When work needs tracked attribution
Process
- Analyze the goal and project context
- Identify natural seams for decomposition
- Create MEOWs with clear boundaries and dependencies
- Classify as beads (persistent) or wisps (ephemeral)
- Map dependencies between MEOWs
- Estimate effort and assign priorities
Decomposition Principles
- Each MEOW should be completable by a single agent
- Dependencies should form a DAG (no cycles)
- Prefer more smaller beads over fewer larger ones
- Wisps for throwaway work (scaffolding, exploration)
- Every MEOW gets attribution tracking
Tool Use
Invoke via babysitter process: methodologies/gastown/gastown-orchestrator (analyze-work step)
What ships with it: 1 file
607 B alongside SKILL.md
- README.md607 B