MM Focus

Reloads only the current GSD phase's working files into context after a manual /clear, mid-phase

von mworldorg · mworldorg/markdown-memory

Getestet · Funktioniert ★ 9.2/10

MM Focus — Reloads only the current GSD phase's working files into context after a manual /clear, mid-phase

Was es kann

For GSD-methodology projects, reloads the full content (not a summary) of the current phase's working files -- STATE.md, HANDOFF.json, and whichever of CONTEXT/PLAN/SUMMARY apply to the detected stage (Discuss/Plan/Execute/Verify) -- right after the user has manually run /clear mid-phase. Triggers on phrasings like '/mm-focus', 'reload the current stage files after clear', or 'bring back stage context after /clear'; explicitly defers to the sibling /mm resume skill for non-GSD projects or when a prose summary (not raw files) is wanted. Strictly read-only, never writes to .planning/ or .gsd/.

Testbericht

Built a throwaway fake GSD project (.planning/STATE.md + phases/03-auth/{CONTEXT,PLAN}.md + HANDOFF.json) and ran the procedure for real: it correctly used artifact-priority (PLAN.md present, SUMMARY.md absent -> stage=Execute, not just trusting STATE.md's declared status), loaded exactly the 4 scoped files, and produced a one-line pointer pulling the real next step out of HANDOFF.json -- versus a baseline reflex of just skimming the whole repo and writing a prose summary, which is precisely the resume-style duplication the skill's own description says to avoid.

Getestet am: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/mworldorg/markdown-memory
cd markdown-memory
mkdir -p ~/.claude/skills
cp -r skills/mm-focus ~/.claude/skills/mm-focus

Befehle & Beispiel-Prompts

  • /mm-focusReloads only the current GSD phase's working files into context after a manual /clear, mid-phase

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Reload the current phase's working files now that I just ran clear
  • Bring back my project's stage context now that the session got cleared
  • Pull the STATE and PLAN files back in after this manual context clear