task-breakdown

Installation
SKILL.md

Task Breakdown

Break big work into small, shippable pieces. If a task takes more than 3 days, it's not broken down enough.

Context

Task breakdown turns architecture and specs into actionable work items. It is the critical bridge between "what to build" and "how to build it incrementally." Good breakdown enables parallelism, reduces risk, and provides clear progress signals.

In a lifecycle-aware system, task breakdown must preserve upstream boundaries. Do not turn unresolved architecture questions into implementation commitments. Do not decompose a brownfield modernization as if it were a clean-slate rewrite.

Inputs

  • architecture-doc -- Required. Provides component boundaries, seam decisions, and coexistence constraints.
  • api-contract -- Optional but strongly preferred when implementation work includes API-facing changes or compatibility surfaces.
  • spec-doc -- Optional amplifying input for spec-driven or waterfall paths.

Process

Step 1: Identify Work Packages

Related skills

More from yknothing/prodcraft

Installs
6
First Seen
Mar 27, 2026