gsd-list-workspaces · git:20260914.e75f220 · 2026-09-14 · sha256 f1003da38d502116
gsd-list-workspaces git:20260914.e75f220A
Immutable. This exact content is served forever at /api/v1/blob/f1003da38d502116.
--- name: gsd-list-workspaces description: "Use when the user asks which GSD workspaces exist, or where their isolated work lives. Scans the workspaces root for WORKSPACE.md manifests and prints name, path, repo count, strategy and project status." allowed-tools: - Bash - Read --- <objective> Scan `~/gsd-workspaces/` for workspace directories containing `WORKSPACE.md` manifests. Display a summary table with name, path, repo count, strategy, and GSD project status. </objective> <execution_context> @$HOME/.claude/get-shit-done/workflows/list-workspaces.md @$HOME/.claude/get-shit-done/references/ui-brand.md </execution_context> <process> Execute the list-workspaces workflow from @$HOME/.claude/get-shit-done/workflows/list-workspaces.md end-to-end. </process>