Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-progress

The mindforge-progress Claude Code skill evaluates current project status by reviewing recent completed work and upcoming tasks, then automatically directs users to either execute an established plan or create a new one based on project state. Use this skill before beginning work sessions to gain situational awareness and ensure actions align with the project's current trajectory and needs.

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

SKILL.md

<objective>
Check project progress, summarize recent work and what's ahead, then intelligently route to the next action - either executing an existing plan or creating the next one.

Provides situational awareness before continuing work.
</objective>

<execution_context>
@.agent/workflows/mindforge-progress.md
</execution_context>

<process>
Execute the progress workflow from @.agent/workflows/mindforge-progress.md end-to-end.
Preserve all routing logic (Routes A through F) and edge case handling.
</process>