From gsd
Creates isolated git workspaces with repo worktrees or clones plus independent .planning/ directories for multi-repo orchestration or feature isolation.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<context>
Creates isolated git worktrees for feature branches needing workspace isolation, with smart directory selection, .gitignore safety checks, auto project setup, and baseline verification.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Use cases:
.planning/Creates:
<path>/WORKSPACE.md — workspace manifest<path>/.planning/ — independent planning directory<path>/<repo>/ — git worktree or clone for each specified repoAfter this command: cd into the workspace and run /gsd:new-project to initialize GSD.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/new-workspace.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Execute the new-workspace workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/new-workspace.md end-to-end. Preserve all workflow gates (validation, approvals, commits, routing).