·planning-and-task-breakdown
>_

planning-and-task-breakdown

Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

12Installs·0Trend·@addyosmani

Installation

$npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown

How to Install planning-and-task-breakdown

Quickly install planning-and-task-breakdown AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: addyosmani/agent-skills.

SKILL.md

View raw

Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session.

When NOT to use: Single-file changes with obvious scope, or when the spec already contains well-defined tasks.

Do NOT write code during planning. The output is a plan document, not implementation.

Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible. Source: addyosmani/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown
Category
>_Productivity
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from addyosmani/agent-skills

Quick answers

What is planning-and-task-breakdown?

Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible. Source: addyosmani/agent-skills.

How do I install planning-and-task-breakdown?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/addyosmani/agent-skills