mindforge-remove-workspace
This Claude Code skill removes a specified MindForge workspace by executing a structured workflow that deletes the workspace directory and cleans up associated git worktrees. Use it when decommissioning a workspace, after confirming the workspace name and ensuring all member repositories have committed changes to prevent data loss.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-remove-workspace && cp -r /tmp/mindforge-remove-workspace/.agent/skills/mindforge-remove-workspace ~/.claude/skills/mindforge-remove-workspaceSKILL.md
<context> **Arguments:** - `<workspace-name>` (required) — Name of the workspace to remove </context> <objective> Remove a workspace directory after confirmation. For worktree strategy, runs `git worktree remove` for each member repo first. Refuses if any repo has uncommitted changes. </objective> <execution_context> @.agent/workflows/mindforge-remove-workspace.md @.agent/references/ui-brand.md </execution_context> <process> Execute the remove-workspace workflow from @.agent/workflows/mindforge-remove-workspace.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