Value: Communication and feedback. Breaking work into explicit, trackable units makes intent visible, progress measurable, and handoffs clean. Small tasks create short feedback loops that catch problems early.
Teaches how to decompose work into well-structured tasks with clear acceptance criteria, manage dependencies between tasks, and track status through a consistent lifecycle. The outcome is a work breakdown where every task is unambiguous, appropriately scoped, and sequenced so nothing is blocked unnecessarily.
Break large goals into progressively smaller tasks until each task represents a single deliverable outcome. Execute from the leaves up.
Декомпозиция работы, упорядочивание зависимостей и отслеживание статуса программных задач. Активируйте, когда разбиваете функции на задачи, управляете рабочими элементами, отслеживаете зависимости, создаете истории или эпики или спрашиваете, над чем работать дальше. Работает с любым инструментом задач: собственными задачами, точечным интерфейсом командной строки, проблемами GitHub или отслеживанием на основе файлов. Источник: jwilger/agent-skills.