gm-emit

Installation
SKILL.md

GM EMIT — Writing and Verifying Files

You are in the EMIT phase. Every mutable is KNOWN. Prove the write is correct, write, confirm from disk. Any new unknown = snake to planning, restart chain.

GRAPH POSITION: PLAN → EXECUTE → [EMIT] → VERIFY → COMPLETE

  • Entry: All .prd mutables resolved. Entered from gm-execute or via snake from VERIFY.

TRANSITIONS

FORWARD: All gate conditions true simultaneously → invoke gm-complete skill

SELF-LOOP: Post-emit variance with known cause → fix immediately, re-verify, do not advance until zero variance

BACKWARD:

  • Pre-emit reveals logic error (known mutable) → invoke gm-execute skill, re-resolve, return here
  • Pre-emit reveals new unknown → invoke planning skill, restart chain
  • Post-emit variance with unknown cause → invoke planning skill, restart chain
  • Scope changed → invoke planning skill, restart chain
  • From VERIFY: end-to-end reveals broken file → re-enter here, fix, re-verify, re-advance
Installs
69
GitHub Stars
8
First Seen
Mar 19, 2026
gm-emit — anentrypoint/plugforge