Разбивка задач на подзадачи с планом

★ 8.7 · productivity

planning-and-task-breakdown is a Claude Code skill that decomposes large tasks into ordered, verifiable subtasks with explicit acceptance criteria. It operates in a strict two-phase flow: a read-only planning phase that analyzes the spec and codebase, followed by writing an implementation plan to `tasks/plan.md` and a task list to `tasks/todo.md` or an external tracker such as GitHub Issues, Jira, or Linear. Each task includes a description, testable acceptance criteria, verification commands, dependencies, and a scope estimate (XS–L); anything XL must be split further. Work is organized into vertical slices — each delivering a complete, testable feature path — with mandatory checkpoints every two to three tasks. The skill is designed for situations where a requirement feels too large to start, scope needs to be estimated, or work must be distributed across multiple agents or sessions.