work-decomposition

Solid

Decompose goals into MEOWs (Molecular Expressions of Work) - trackable atomic units following Gas Town's bead-based work model.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
54
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Work Decomposition ## Overview Break high-level goals into MEOWs (Molecular Expressions of Work) - the fundamental atomic units in Gas Town. Each MEOW becomes a bead (git-backed work unit) or wisp (ephemeral task). ## When to Use - Before creating a convoy - When a goal is too large for a single agent - When parallel execution would benefit progress - When work needs tracked attribution ## Process 1. **Analyze** the goal and project context 2. **Identify** natural seams for decomposition 3. **Create MEOWs** with clear boundaries and dependencies 4. **Classify** as beads (persistent) or wisps (ephemeral) 5. **Map dependencies** between MEOWs 6. **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)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills