agentsclimarketplace

Task decomposition

Skill a5c-ai/babysitter/library/methodologies/spec-kit/skills/task-decomposition

Convert technical plans into actionable development tasks with dependency graphs, effort estimates, and parallelization opportunities.From its SKILL.md

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

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

SKILL.md

1.6 KB, 235 tokens by cl100k_base, as published. Nobody here has run it

  • When breaking down a large feature into implementable units
  • When identifying parallelization opportunities in a task set
  • When estimating effort and critical path for a feature

Key Principle

Every task must trace back to at least one specification requirement. Tasks must be atomic enough for a single development session. Dependency graphs must be acyclic.

Process

  1. Decompose components - Break architecture components into implementable tasks
  2. Define tasks - Each with id, title, description, acceptance criteria, dependencies, effort
  3. Build dependency graph - Show task ordering constraints
  4. Identify parallel groups - Tasks with no mutual dependencies
  5. Determine critical path - Longest dependency chain
  6. Generate test tasks - Testing tasks alongside implementation
  7. Map to requirements - Traceability from tasks to specification
  8. Human review - Approve task list before implementation

Tool Use

Invoke via babysitter process: methodologies/spec-kit/spec-kit-planning (task decomposition phase) Full pipeline: methodologies/spec-kit/spec-kit-orchestrator

What ships with it: 1 file

470 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.