Task Breakdown

Decompose high-level objectives into actionable, time-bound tasks with verification criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gonz0w/opencode-agents --skill task-breakdown-gonz0w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Task Breakdown
Source: https://github.com/gonz0w/opencode-agents/tree/main/skills/task-breakdown
Command: npx skills add https://github.com/gonz0w/opencode-agents --skill task-breakdown-gonz0w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps break down large, complex tasks into smaller, actionable sub-tasks, making them easier to estimate, assign, and complete.

Core Features & Use Cases

  • Task Decomposition: Divides a high-level objective into granular steps.
  • Estimation Guidance: Provides rules of thumb for task duration and quantity.
  • Dependency Identification: Helps in understanding task prerequisites and order.
  • Use Case: When faced with a large feature request, use this Skill to break it down into individual coding tasks, test cases, and documentation updates.

Quick Start

Use the Task Breakdown skill to decompose the objective "Implement user authentication system".

Frequently Asked Questions about Task Breakdown

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

FAQPage Schema
How do I decompose a complex software feature into manageable coding tasks?

Task decomposition divides high-level objectives into actionable, time-bound sub-tasks with clear verification criteria. It breaks down large feature requests into individual coding tasks, test cases, and documentation updates to make them easier to estimate and complete.

What is the best way to estimate task duration for agile project planning?

Agile estimation relies on predefined sizing rules and task anatomy to provide duration estimates. Decomposing complex initiatives into granular steps allows you to assign time-bound parameters and identify dependencies for accurate project planning.

How do I identify dependencies and prerequisites when breaking down a development initiative?

Dependency identification maps task prerequisites and execution order during the breakdown process. It analyzes the decomposed sub-tasks to clarify what needs completion first, ensuring accurate workflow sequencing for complex development initiatives.

When do I need to define task anatomy and verification criteria for workflow decomposition?

Task anatomy and verification criteria are needed when decomposing high-level objectives into actionable steps. This process ensures every granular task has clear completion standards, which is essential for accurate estimation and assignment in complex projects.

Can this task breakdown process identify test-driven development opportunities?

Yes, the breakdown process explicitly identifies test-driven development opportunities during decomposition. It analyzes the defined task anatomy to pinpoint where TDD practices can be applied alongside user setup requirements for complex development initiatives.