You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/WORKFLOW.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ Validate implementation strategy and phase breakdown
196
196
197
197
### Step 5: Implementation Phases
198
198
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):
200
200
201
201
#### Step 5a: Create Design Document
202
202
@@ -226,7 +226,7 @@ Approve technical architecture and implementation strategy
226
226
- Validate design decisions
227
227
- Confirm integration approach
228
228
- Approve technology choices
229
-
- Commit design document, then create a NEW child branch and PR for implementation
229
+
- Commit design document
230
230
231
231
#### Step 5b: Create Episodes Document
232
232
@@ -261,11 +261,7 @@ Approve atomic change breakdown and sequencing
261
261
262
262
##### 🤖 Checklist Prompt (to Agent)
263
263
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)
0 commit comments