task-decomposition

Installation
SKILL.md

This skill provides methodology for decomposing complex tasks into independent, parallelizable units that can be executed by multiple engineers simultaneously.

When to Invoke This Skill

Automatically activate for:

  • Complex features requiring multiple components
  • Large refactoring spanning many files
  • Multi-domain work (frontend + backend + database)
  • Any task where "this could be parallelized" applies
  • Planning sprints or implementation roadmaps

Task Decomposition Principles

1. Independence First

Tasks must be independent to run in parallel:

Installs
18
GitHub Stars
5
First Seen
Feb 6, 2026
task-decomposition — duyet/claude-plugins