-
Notifications
You must be signed in to change notification settings - Fork 0
Step 4 Build Brief
github-actions[bot] edited this page Jun 6, 2026
·
4 revisions
/build-brief prepares implementation by reading the existing code and turning one task into a concrete engineering brief.
| Field | Value |
|---|---|
| Command | /build-brief [task] |
| Habit | H5 Seek First to Understand |
| Previous | Step 3 · Breakdown |
| Next | Step 5 · Review AI |
- A task is ready to implement.
- The agent needs to inspect local code before writing.
- Existing patterns, tests, or integration points matter.
- The edit is trivial and the relevant context is already visible.
- The task is documentation-only and no repo pattern discovery is needed.
- Files likely to change.
- Existing patterns to follow.
- Edge cases and failure modes.
- Test and validation commands.
- Implementation constraints.
/review-ai should receive the implemented diff plus the brief, so review can check whether the code matches the intended task.
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