m_golisted
Install: claude install-skill mapuamap/denys-fast-mskills
# m_go
Read `.m_last_task.md` from the project root (written earlier by `/m_save`), rebuild working context, and **continue the work** — not just summarize it.
## Inputs
- `$ARGUMENTS` (optional): adjustments to the resumed task ("skip the tests part", "focus on X first"). Apply them on top of the saved plan.
## Procedure
1. **Read the snapshot.** Read `.m_last_task.md` at the project root.
- Missing → tell the user there is no saved task (`/m_save` hasn't been run here) and stop.
- Present in a parent directory but not here → mention it and ask which project they meant; don't guess.
2. **Sanity-check freshness.** Compare the snapshot's branch/commit line with `git branch --show-current` and `git log -1 --oneline`. If the repo has moved on (different branch, new commits, dirty tree not explained by the snapshot), say so in one line and account for it — the snapshot describes intent, the repo describes reality; reality wins.
3. **Restore context.** Read every file under "Key files" (relevant parts, not blindly whole files). If the snapshot links an `.m_plan/<slug>/` run, open `05_step_plan.md` and `09_verification.md` — for a plan run, prefer resuming via `/m_plan_implement` (it owns the step-walking and `V-*` bookkeeping) and say you're doing so.
4. **Brief the user (short).** 3–5 lines: the task, what's done, and the next step you're about to take. This is a status line, not a report — then keep going without waiting, unless "Blockers / open questions" contains som