gsd-list-workspaces

Scan local GSD workspace directories and summarize WORKSPACE.md manifests.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-list-workspaces-d0nmega
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-list-workspaces
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/gsd-list-workspaces
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-list-workspaces-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and inventories active GSD workspaces by reading local WORKSPACE.md manifests, delivering a concise status overview.

Core Features & Use Cases

  • Scan ~/gsd-workspaces/ for workspace directories containing WORKSPACE.md manifests.
  • Display a summary table with name, path, repo count, strategy, and GSD project status.
  • Use Case: when onboarding new workspaces or auditing multiple projects to verify status and configuration.

Quick Start

Run the gsd-list-workspaces skill to display the current workspace inventory.

Frequently Asked Questions about gsd-list-workspaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all active GSD workspaces on my local machine?▼

To list active GSD workspaces, scan the ~/gsd-workspaces/ directory for folders containing WORKSPACE.md manifests and display a summary table showing each workspace name, path, repository count, strategy, and project status.

What information is included in a GSD workspace inventory summary?▼

A GSD workspace inventory summary displays the workspace name, file path, repository count, configured strategy, and current project status by reading data directly from local WORKSPACE.md manifests.

Do I need external services or dependencies to inventory local project workspaces?▼

No external services or dependencies are required to inventory local project workspaces; all workspace data is read directly from local filesystem directories and WORKSPACE.md manifest files.

How do I audit multiple project workspaces to verify their configuration status?▼

Audit multiple project workspaces by scanning ~/gsd-workspaces/ for WORKSPACE.md manifests, which generates a summary table verifying the repository count, strategy, and project status for each active workspace.

What is the best way to onboard and review new GSD workspaces?▼

The best way to onboard new GSD workspaces is running a filesystem scan of ~/gsd-workspaces/ to generate a concise overview table verifying the name, path, repo count, strategy, and status of each workspace.

Why is my workspace not showing up in the GSD workspace inventory list?▼

A workspace may not appear in the GSD workspace inventory if its directory under ~/gsd-workspaces/ lacks a valid WORKSPACE.md manifest file required for the scanner to recognize and summarize it.