Create isolated project workspaces
gsd:new-workspacecommandsetup L2★11
vamseeachanta/workspace-hub ↗What it does
Create isolated workspace with repo copies and independent planning
Best for
Multi-repo orchestration and feature-branch isolation with independent GSD state.
Inputs
- · --name (required)
- · --repos (optional)
- · --strategy worktree|clone
Outputs
- · workspace directory with repos and .planning/
Requires
- · git worktree or git clone
- · bash
Preconditions
- · Target path writable
- · Git repos valid
Failure modes
- · Worktree creation fails
- · Repo not found
Trust signals
- · WORKSPACE.md manifest
- · Strategy choice (lightweight worktree vs. clone)
- · Interactive repo selection