Task Decomposition

Decompose high-level objectives into atomic implementation tasks for Python/React projects. Use when breaking down large features, multi-file changes, or tasks requiring more than 3 steps. Produces independently-verifiable tasks with done-conditions, file paths, complexity estimates, and explicit ordering. Creates persistent task files (task_plan.md, progress.md) to track state across context windows. Does NOT cover high-level planning (use project-planner) or architecture decisions (use system-architecture).

hieutrtr cb812e8 2 files · 27.1 KB Updated

File contents

hieutrtr/ai1-skills/tree/main/skills/task-decomposition commit cb812e821b

Frequently asked questions

npx skillmds@latest add hieutrtr/task-decomposition