Create isolated build workspace
gsd:new-workspaceskillsetup L3★3,035
davepoon/buildwithclaude ↗What it does
Create isolated workspace with repo worktrees
Best for
Isolating multi-repo feature work when you need independent .planning/ folders per feature branch.
Inputs
- · Workspace name
- · Repo list/paths
- · Target directory
- · Strategy flag (worktree|clone)
- · Optional branch
Outputs
- · WORKSPACE.md manifest
- · Worktree directories
- · Independent .planning/ folder
Requires
- · Git
Preconditions
- · Parent directory exists
- · Child git repos present
Failure modes
- · Invalid repo paths
- · Worktree already exists
- · Git not installed
Trust signals
- · Documented flags and execution context
- · Clear workflow reference