Skill
gsd-remove-workspace
Remove a GSD workspace and clean up worktrees
Trigger Phrases
No trigger phrases were parsed from this skill.
Structured Sections
Context
**Arguments:** - `<workspace-name>` (required) — Name of the workspace to remove
Process
Execute the remove-workspace workflow from @$HOME/.Codex/get-shit-done/workflows/remove-workspace.md end-to-end.
Objective
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.