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
|[spec-documenter](spec-documenter.md)| Sonnet 4.6 | Documentation | Generates API refs, user guides, and ADRs from spec and code |
21
21
22
22
## Agent Roles
23
23
24
24
### Planning pipeline
25
25
26
-
**[spec-planner](spec-planner.md)** runs during `/spec` to produce `requirements.md` and `design.md`. It uses Opus to reason carefully about edge cases, security implications, and architectural tradeoffs before a single line of code is written.
26
+
**[spec-planner](spec-planner.md)** runs during `/spec` to produce `requirements.md` and `design.md`. It uses Opus 4.6 to reason carefully about edge cases, security implications, and architectural tradeoffs before a single line of code is written.
27
27
28
28
**[spec-tasker](spec-tasker.md)** picks up after the planner and breaks the design into discrete, trackable tasks organized across five phases: Setup, Core Implementation, Integration, Testing, and Polish. It syncs tasks to Claude Code's todo system.
Opus is used where careful reasoning matters most (planning and review). Sonnet handles the high-frequency work (implementation, testing, documentation).
Copy file name to clipboardExpand all lines: docs/getting-started/quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Run the `/spec` command with a feature name:
10
10
/spec user-authentication
11
11
```
12
12
13
-
The spec-planner agent (Opus) will ask if you want to start from a preset template or from scratch. For a new authentication feature, you might choose the preset to get pre-filled user stories covering common scenarios.
13
+
The spec-planner agent (Opus 4.6) will ask if you want to start from a preset template or from scratch. For a new authentication feature, you might choose the preset to get pre-filled user stories covering common scenarios.
14
14
15
15
The agent then guides you through two phases interactively:
Copy file name to clipboardExpand all lines: docs/workflow/design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Design
2
2
3
-
The design phase defines how the system will implement the requirements. It follows immediately after requirements in the `/spec` workflow, handled by the same spec-planner agent (Opus).
3
+
The design phase defines how the system will implement the requirements. It follows immediately after requirements in the `/spec` workflow, handled by the same spec-planner agent (Opus 4.6).
Copy file name to clipboardExpand all lines: docs/workflow/tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tasks
2
2
3
-
The tasks phase breaks the design into discrete, trackable implementation items. The spec-tasker agent (Sonnet) generates `tasks.md` and syncs tasks to Claude Code's todo system.
3
+
The tasks phase breaks the design into discrete, trackable implementation items. The spec-tasker agent (Sonnet 4.6) generates `tasks.md` and syncs tasks to Claude Code's todo system.
0 commit comments