概要
The Decompose Task skill is designed to prevent AI performance degradation by strategically breaking down complex coding projects that exceed context window limits. By monitoring token usage and identifying logical boundaries—such as separation between layers, features, or testing—this skill creates a structured hierarchy of subtasks. It generates dependency graphs and parallel execution plans, allowing multiple subagents to work concurrently while ensuring progress is preserved and context remains focused, ultimately enabling Claude to handle large-scale development tasks without stalling.