Skip to content
Michi v2026.05.20
Save the Tokens

Cheatsheet

A quick reference for someone who knows Michi and wants a fast reminder. New here? Start with the How-To Guides reading guide.

Every piece of Michi work — except one-time bootstrap — runs the same six phases:

PhaseWhat it is
ExploreGather context. Read the code, the docs, the problem space.
BrainstormShape the approach. Decide what before how.
PlanWrite it down. Scope, acceptance criteria, verification — the contract.
ExecuteDo the work. Test after every change; log decisions as you make them.
VerifyCheck it. Run the scenarios — not just “tests pass.”
DocumentCapture what was learned. This is what makes the next cycle better.

It is fractal — an epic runs the cycle, each milestone runs it, a bug fix runs it — and it spirals: every pass produces a deliverable and richer context for the next pass.

Your situationGuideCarried by
Set a project up for MichiBootstrap Michi/michi-bootstrap
Investigate / evaluate / think throughResearch and Explore/michi-explore
One bounded changeImplement a Task or Story/michi-workshop
A multi-phase, multi-milestone effortRun an Epic or Project/michi-planning/michi-session/michi-debrief
Fix something brokenTroubleshoot and Fix a “Thing”/michi-workshop bugfix
Get better at working with agentsImprove Your Agent Practiceexport + co-read transcripts
ModeWhatWhen
PairedHuman present, tight loop, reviewing each stepNew codebase, uncertain work, the first epic — always
EntrustedAgent has wider initiative; human reviews at gatesEarned, once verification and shared context support it

Moving back to Paired isn’t regression — it’s knowing when to slow down. See Modes.

These hold regardless of use case:

  • Surface assumptions — say what you’re assuming before you act. The cheapest bug to catch.
  • Plan as contract — the plan doc, not conversation memory, is the source of truth. It survives context compaction.
  • Verify before “done” — “tests pass” is necessary, not sufficient. Run the scenarios. “I believe it passes” is not evidence.
  • Capture decisions — log them as you make them. Retroactive recall is unreliable.
  • Match ceremony to the work — a bug fix doesn’t need an epic’s process. A workshop is about less ceremony, never less rigor.

A workshop that grows a design decision, a multi-system change, or a scope expansion is no longer a workshop. Stop and switch to /michi-planning. Escalating is the correct move, not a failure.