commands/gsd/workspace.md
Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| --new | Create workspace with worktree/clone strategy | new-workspace |
| --list | Scan ~/gsd-workspaces/, show summary table | list-workspaces |
| --remove | Confirm and remove workspace directory | remove-workspace |
<execution_context>
@/.claude/get-shit-done/workflows/new-workspace.md
@/.claude/get-shit-done/workflows/list-workspaces.md
@/.claude/get-shit-done/workflows/remove-workspace.md
@/.claude/get-shit-done/references/ui-brand.md
</execution_context>
Parse the first token of $ARGUMENTS:
--new: strip the flag, pass remainder (--name, --repos, --path, --strategy, --branch, --auto flags) to new-workspace workflow--list: execute list-workspaces workflow (no argument needed)--remove: strip the flag, pass remainder (workspace-name) to remove-workspace workflow