mindforge-do
The mindforge-do skill analyzes natural language input to automatically route requests to the appropriate MindForge command. Use this when you have a clear goal but are uncertain which specific mindforge command (such as mindforge-brainstorm or mindforge-analyze) will accomplish it most effectively.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-do && cp -r /tmp/mindforge-do/.agent/skills/mindforge-do ~/.claude/skills/mindforge-doSKILL.md
<objective> Analyze freeform natural language input and dispatch to the most appropriate MindForge command. Acts as a smart dispatcher — never does the work itself. Matches intent to the best MindForge command using routing rules, confirms the match, then hands off. Use when you know what you want but don't know which `/mindforge-*` command to run. </objective> <execution_context> @.agent/workflows/mindforge-do.md @.agent/references/ui-brand.md </execution_context> <context> $ARGUMENTS </context> <process> Execute the do workflow from @.agent/workflows/mindforge-do.md end-to-end. Route user intent to the best MindForge command and invoke it. </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