Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-next && cp -r /tmp/mindforge-next/.agent/skills/mindforge-next ~/.claude/skills/mindforge-next
Then start a new Claude Code session; the skill loads automatically.

SKILL.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>