Skip to content

Commit 7bf69ea

Browse files
committed
WORKFLOW: change sub-branch semantics
1 parent 890dacd commit 7bf69ea

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

spec/WORKFLOW.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Validate implementation strategy and phase breakdown
196196

197197
### Step 5: Implementation Phases
198198

199-
For each implementation phase (repeat as needed):
199+
For each implementation phase (repeat as needed), do this on a new branch (with a PR against this branch):
200200

201201
#### Step 5a: Create Design Document
202202

@@ -226,7 +226,7 @@ Approve technical architecture and implementation strategy
226226
- Validate design decisions
227227
- Confirm integration approach
228228
- Approve technology choices
229-
- Commit design document, then create a NEW child branch and PR for implementation
229+
- Commit design document
230230

231231
#### Step 5b: Create Episodes Document
232232

@@ -261,11 +261,7 @@ Approve atomic change breakdown and sequencing
261261

262262
##### 🤖 Checklist Prompt (to Agent)
263263

264-
> Create, in order to implement the above design:
265-
>
266-
> 1. a new branch `{branch_name}/phase{k}-tagline`
267-
> 2. a`spec/{branch_name}/{n+2}-phase{k}-checklist.md` Checklist Document using a project manager agent with the relevant skills, following the Checklist Instructions in Step 5c of @spec/WORKFLOW.md (then commit + push)
268-
> 3. a PR for the new branch against the original branch
264+
Create, in order to implement the above design a`spec/{branch_name}/{n+2}-phase{k}-checklist.md` Checklist Document using a project manager agent with the relevant skills, following the Checklist Instructions in Step 5c of @spec/WORKFLOW.md (then commit + push)
269265

270266
##### 📝 Checklist Instructions (for Agent)
271267

0 commit comments

Comments
 (0)