mindforge-list-workspaces
This Claude Code skill scans the `~/mindforge-workspaces/` directory to identify and catalog active MindForge workspaces. It retrieves workspace metadata from `WORKSPACE.md` manifest files and generates a summary table displaying workspace name, file path, repository count, strategy type, and current MindForge project status. Use this skill to audit existing workspaces and quickly assess their configuration and health.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-list-workspaces && cp -r /tmp/mindforge-list-workspaces/.agent/skills/mindforge-list-workspaces ~/.claude/skills/mindforge-list-workspacesSKILL.md
<objective> Scan `~/mindforge-workspaces/` for workspace directories containing `WORKSPACE.md` manifests. Display a summary table with name, path, repo count, strategy, and MindForge project status. </objective> <execution_context> @.agent/workflows/mindforge-list-workspaces.md @.agent/references/ui-brand.md </execution_context> <process> Execute the list-workspaces workflow from @.agent/workflows/mindforge-list-workspaces.md end-to-end. </process>
Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase