mindforge-next
mindforge-next automatically detects your current project phase by reading STATE.md, ROADMAP.md, and phase directories, then executes the next logical workflow step without requiring manual input. Use this skill to streamline multi-project workflows where you need continuous progression through planning, development, and testing phases without manually tracking which stage each project occupies.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-next && cp -r /tmp/mindforge-next/.agent/skills/mindforge-next ~/.claude/skills/mindforge-nextSKILL.md
<objective> Detect the current project state and automatically invoke the next logical MindForge workflow step. No arguments needed — reads STATE.md, ROADMAP.md, and phase directories to determine what comes next. Designed for rapid multi-project workflows where remembering which phase/step you're on is overhead. </objective> <execution_context> @.agent/workflows/mindforge-next.md </execution_context> <process> Execute the next workflow from @.agent/workflows/mindforge-next.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