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-executeor 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-executeskill, re-resolve, return here - Pre-emit reveals new unknown → invoke
planningskill, restart chain - Post-emit variance with unknown cause → invoke
planningskill, restart chain - Scope changed → invoke
planningskill, restart chain - From VERIFY: end-to-end reveals broken file → re-enter here, fix, re-verify, re-advance