Skip to content
Automation
Skill

/work-decomposition

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

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill work-decomposition --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/work-decomposition

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

work-decomposition.SKILL.md
name: work-decomposition
description: Decompose goals into MEOWs (Molecular Expressions of Work) - trackable atomic units following Gas Town's bead-based work model.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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)

Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.