-
Notifications
You must be signed in to change notification settings - Fork 0
Step 4 Build Brief
github-actions[bot] edited this page Apr 8, 2026
·
4 revisions
Command: /build-brief [task] · Habit: H5 Seek First to Understand · Previous: Step 3 · Breakdown · Next: Step 5 · Review AI
Produce a context-rich implementation brief before Claude writes any code. Forces the "read first, write second" discipline that separates expert engineers from vibe coders.
- Before every non-trivial task from the breakdown
- When the file you're editing has >100 lines you haven't read
- When the task touches an unfamiliar module
- Single-file bugfix in code you wrote this session
- Formatting / obvious mechanical changes
- Problem statement gate (required) — state the problem in 1 sentence
- Read existing code — files the task will touch, plus their callers
- Identify patterns to follow (naming, error handling, testing style)
- List edge cases — null inputs, permissions, concurrency, failure modes
- Produce the brief — files to touch, functions to add/modify, test plan
## Brief: [Task]
**Problem**: 1 sentence
**Files to touch**: [list]
**Existing patterns**: [observations]
**Edge cases**: [list]
**Test plan**: [what to verify]
**Rollback**: [if applicable]
-
Expects: A task from
/breakdown -
Produces for
/review-ai: Implemented code with a brief to review against
"Have I read enough of the existing code to make good judgments here?"
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