planning-and-task-breakdown

Decompose work into verifiable tasks with explicit acceptance criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pyoclaw/agent-skills --skill planning-and-task-breakdown-pyoclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-and-task-breakdown
Source: https://github.com/pyoclaw/agent-skills/tree/main/skills/planning-and-task-breakdown
Command: npx skills add https://github.com/pyoclaw/agent-skills --skill planning-and-task-breakdown-pyoclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks complex work into small, verifiable tasks with explicit acceptance criteria, enabling reliable planning and execution.

Core Features & Use Cases

  • Decompose work into manageable, testable tasks with clear acceptance criteria.
  • Identify dependency graphs and plan vertical, end-to-end slices for delivery.
  • Use for planning, estimation, and coordinating parallel work across teams.

Quick Start

Provide a concise project brief and a task-based plan with clear acceptance criteria and checkpoints to guide execution.

Frequently Asked Questions about planning-and-task-breakdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down complex project requirements into actionable tasks?

Breaking down complex project requirements involves decomposing work into small, verifiable tasks with explicit acceptance criteria. This method formalizes workflows into concrete tasks, dependencies, and checkpoints to guide reliable execution and avoid scope creep.

What is the best way to define acceptance criteria for task breakdown?

Defining acceptance criteria for task breakdown requires specifying verifiable conditions for each small work slice. This ensures reliable implementation by binding planning directly to execution through clear verification steps and project checkpoints.

How do I plan vertical end-to-end slices for parallel team delivery?

Planning vertical end-to-end slices for parallel delivery involves identifying dependency graphs and decomposing work into manageable tasks. This approach coordinates parallel work across teams while avoiding scope creep through explicit checkpoints.

Can I use this task breakdown approach for project estimation and checkpoints?

Yes, this task breakdown approach is applicable for project estimation and checkpoints. It decomposes specs into concrete tasks with dependencies and verification steps, enabling reliable planning and coordination across teams.

When should I formalize a workflow into concrete tasks to avoid scope creep?

You should formalize a workflow into concrete tasks when dealing with complex specs or clear requirements. This binds planning to execution with explicit acceptance criteria and verification checkpoints, directly preventing scope creep.