Files
get-shit-done/commands/gsd/remove-workspace.md
Tom Boucher 5c4d5e5f47 feat: add multi-project workspace commands (#1241)
Three new commands for managing isolated GSD workspaces:
- /gsd:new-workspace — create workspace with repo worktrees/clones
- /gsd:list-workspaces — scan ~/gsd-workspaces/ for active workspaces
- /gsd:remove-workspace — clean up workspace and git worktrees

Supports both multi-repo orchestration (subset of repos from a parent
directory) and feature branch isolation (worktree of current repo with
independent .planning/).

Includes init functions, command routing, workflows, 24 tests, and
user documentation.

Closes #1241

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 17:02:48 -04:00

760 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
gsd:remove-workspace Remove a GSD workspace and clean up worktrees <workspace-name>
Bash
Read
AskUserQuestion
**Arguments:** - `` (required) — Name of the workspace to remove Remove a workspace directory after confirmation. For worktree strategy, runs `git worktree remove` for each member repo first. Refuses if any repo has uncommitted changes.

<execution_context> @/.claude/get-shit-done/workflows/remove-workspace.md @/.claude/get-shit-done/references/ui-brand.md </execution_context>

Execute the remove-workspace workflow from @~/.claude/get-shit-done/workflows/remove-workspace.md end-to-end.