Skip to content

Commit 1e78284

Browse files
mnriemCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0115c03 commit 1e78284

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/concepts/spec-of-specs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Treat this as a lightweight planning conversation with your agent, not a full sp
3333
boundaries are what keep each sub-spec small enough to fit in context.
3434
4. **Order by dependency.** Note which slices depend on others and sequence them so
3535
prerequisites come first. Slices with no dependency on each other can be built in
36-
any order (or in parallel).
36+
any order. To build independent slices in parallel, use separate worktrees so each
37+
run has isolated active-feature state.
3738
5. **Record the result as a roadmap.** Capture the slices in a durable roadmap file
3839
(below) so every later sub-spec can point back to it.
3940

0 commit comments

Comments
 (0)