fix: separate parallelization question from config creation

Moves config.json creation to its own step so the parallelization
question isn't skipped. Matches pattern used by mode and depth steps.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson
2026-01-12 13:44:17 -06:00
parent 27d0f08778
commit 454def13bf

View File

@@ -264,6 +264,10 @@ Use AskUserQuestion:
**Parallelization allows `/gsd:execute-phase` to spawn multiple agents for independent plans.** Useful for "walk away, come back to completed work" execution. Can be changed later in config.json.
</step>
<step name="config">
Create `.planning/config.json` with chosen mode, depth, and parallelization using `templates/config.json` structure.
</step>