Skip to main content
Generaldavepoon

gsd:list-workspaces

List active GSD workspaces and their status

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--list-workspaces
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/list-workspaces/SKILL.md -o .claude/skills/list-workspaces.md

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

Scan `~/gsd-workspaces/` for workspace directories containing `WORKSPACE.md` manifests. Display a summary table with name, path, repo count, strategy, and GSD project status. @${CLAUDE_PLUGIN_ROOT}/workflows/list-workspaces.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md Execute the list-workspaces workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/list-workspaces.md end-to-end.