Skip to content

Commit 0cd4e0b

Browse files
mnriemCopilot
andcommitted
docs: address review feedback on complex features guide
Use task IDs (T001-T010) instead of bare numbers to match the tasks.md template format, and add the combined scoping + delegation approach to the selection table for completeness. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9d60c32 commit 0cd4e0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/concepts/complex-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Instead of letting implement run through every task at once, tell it to stop
2121
early:
2222

2323
```text
24-
/speckit.implement only execute tasks 1-10, then stop and report progress
24+
/speckit.implement only execute tasks T001-T010, then stop and report progress
2525
```
2626

2727
or scope by phase:
@@ -73,6 +73,7 @@ that are too large to handle any other way.
7373
| --- | --- |
7474
| Limit to N tasks or a phase | Any agent; simplest; no sub-agent support needed |
7575
| Sub-agent delegation | Agents that support sub-agents; maximizes parallelism |
76+
| Combine scoping + delegation | Large features on sub-agent-capable agents; balances both |
7677
| Decompose into smaller specs | When even a single phase overwhelms the context |
7778

7879
For most cases, limiting task scope per run is the simplest fix. Reach for

0 commit comments

Comments
 (0)