Task Decomposer banner
Decusthesupamida Decusthesupamida

Task Decomposer

Productivity community

Description

--- name: task-decomposer description: Force a plan-and-confirm step before any multi-file or multi-step change. Invoke whenever the user requests a task that touches more than one file, takes more than a few minutes, or has multiple phases. Skip only if the user says "skip planning". when_to_use: Multi-step coding tasks, refactors, feature additions, migrations, anything non-trivial. --- # Task Decomposer Skill ## When to activate Activate this skill when the user provides any non-trivial tas

Installation

Installs to ~/.claude/skills/decusthesupamida-claude-efficiency-skill-task-decomposer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/decusthesupamida-claude-efficiency-skill-task-decomposer && curl -fsSL https://raw.githubusercontent.com/Decusthesupamida/claude-efficiency-skill/HEAD/.claude/skills/task-decomposer.md -o ~/.claude/skills/decusthesupamida-claude-efficiency-skill-task-decomposer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository