Skip to main content
Back to the directory
addyosmani/agent-skillsSoftware EngineeringFrontend and Design

planning-and-task-breakdown

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.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, planning-and-task-breakdown has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: addyosmani/agent-skills. Canonical URL: https://skills.sh/addyosmani/agent-skills/planning-and-task-breakdown.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. Before writing any code, operate in read-only mode: Do NOT write code during planning. The output is a plan document, not implementation. Map what depends on what: Implementation order follows the dependency graph bottom-up: build foundations first. Instead of building all the database, then all the API, then all the UI — build one complete feature path at a time: Bad (horizontal slicing): Good (vertical slicing): Each vertical slice delivers working, testable functionality.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does planning-and-task-breakdown do?

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.

Is planning-and-task-breakdown good?

planning-and-task-breakdown does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support planning-and-task-breakdown?

planning-and-task-breakdown currently lists compatibility with Skills CLI.

Is planning-and-task-breakdown safe to install?

planning-and-task-breakdown has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to planning-and-task-breakdown?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to install planning-and-task-breakdown: npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown

Related skills

More from addyosmani/agent-skills

addyosmani/agent-skills/Software Engineering

code-review-and-quality

Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance.

Weekly installs
2
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource addyosmani/agent-skills
addyosmani/agent-skills/Software Engineering

frontend-ui-engineering

Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that looks like it was built by a design-aware engineer at a top company — not like it was generated by an AI. This means real design system adherence, proper accessibility, thoughtful interaction patterns,...

Weekly installs
2
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource addyosmani/agent-skills
addyosmani/agent-skills/Software Engineering

spec-driven-development

Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing.

Weekly installs
2
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource addyosmani/agent-skills
addyosmani/agent-skills/Software Engineering

api-and-interface-design

Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wrong thing hard. This applies to REST APIs, GraphQL schemas, module boundaries, component props, and any surface where one piece of code talks to another.

Weekly installs
1
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource addyosmani/agent-skills
Related skills

Alternatives in Software Engineering