-
Notifications
You must be signed in to change notification settings - Fork 0
Step 3 Breakdown
github-actions[bot] edited this page Apr 8, 2026
·
4 revisions
Command: /breakdown [feature] · Habit: H3 Put First Things First · Previous: Step 2 · Design · Next: Step 4 · Build Brief
Decompose a feature into atomic tasks — 1 task per focused unit of work. Prevents "one giant prompt that tries to do everything at once."
- Any feature with >1 distinct concern
- Any work that could be parallelized
- Any time you're tempted to write a 500-word prompt
- Single-file change with no dependencies
- Bug fix with single touch point
- Tasks already broken down in an external tracker
- Read PRD and design decisions from previous steps
- Decompose — each task in 1 sentence, ≤5 files, explicit dependencies
- Prioritize by Covey's Quadrants: Q2 > Q1 > Q3, eliminate Q4 (gold-plating)
- Classify orchestration:
sequential,parallel-safe,parallel-worktree - Apply the Lazy Parallelism Gate — only parallelize when the cost of coordination is less than the wall-clock savings
| # | Task | Files | Depends | Type | Q |
-
Expects: Architecture decisions from
/design -
Produces for
/build-brief: Prioritized task list with dependencies and file paths
"Am I doing what's important, or what's interesting?"
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project