Skip to content
Discussion options

You must be logged in to vote

v1.31.0 adds several features for parallel phase work:

  1. /gsd:autonomous --only N — Execute a single phase, then repeat for another
  2. /gsd:workstreams — Namespace isolation for parallel work
  3. project_code config — Prefix phase directories to avoid numbering collisions
  4. workflow.use_worktrees: false — If worktree conflicts are an issue

The recommended flow for independent phases:

/gsd:discuss-phase 3
/gsd:discuss-phase 4
/gsd:autonomous --only 3   # in one terminal
/gsd:autonomous --only 4   # in another terminal

Generated by Claude Code

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trek-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants