-
Notifications
You must be signed in to change notification settings - Fork 0
Step 3 Breakdown
github-actions[bot] edited this page Jun 6, 2026
·
4 revisions
/breakdown decomposes approved work into small, ordered tasks that can be implemented and reviewed without hidden scope creep.
| Field | Value |
|---|---|
| Command | /breakdown [design or requirements] |
| Habit | H3 Put First Things First |
| Previous | Step 2 · Design |
| Next | Step 4 · Build Brief |
- The work spans multiple files or phases.
- Tasks need dependencies, sequencing, or parallelization decisions.
- You want to separate required work from optional ideas.
- The change is a single, obvious edit.
- A reviewed task list already exists and is still current.
- Atomic tasks.
- Dependencies and ordering.
- Priority by importance, not novelty.
- Explicit exclusions for out-of-scope work.
- Suggested validation per task.
/build-brief should receive one task at a time, with dependencies and expected validation clear.
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