Skip to main content
Generaldavepoon

gsd:remove-workspace

Remove a GSD workspace and clean up worktrees

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--remove-workspace
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/remove-workspace/SKILL.md -o .claude/skills/remove-workspace.md

Drops the SKILL.md into .claude/skills/remove-workspace.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

**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. @${CLAUDE_PLUGIN_ROOT}/workflows/remove-workspace.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md Execute the remove-workspace workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/remove-workspace.md end-to-end.