Meta Execution Protocol

loom-builderpromptmarkdown
Path: loom-builder/prompts/_meta-execution-protocol.mdRelative: prompts/_meta-execution-protocol.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 60Bytes: 2,923Imports: 0Exports: 0

Content Preview

  1. # Meta-Execution Protocol — Reusable Template for Dispatch Prompts
  2. > Include this section in every dispatch prompt to make agents self-reinforcing.
  3. ## META-EXECUTION PROTOCOL
  4. For EVERY step, follow this loop:
  5. 1. **HYPOTHESIZE**: State the exact goal, exact command to run, and expected output
  6. 2. **EXECUTE**: Run the command
  7. 3. **EVALUATE**: Compare actual output to expected. If mismatch, diagnose
  8. 4. **COMMIT**: If success, log the proven step. If fail 3x, bail and document why
  9. ### Rules
  10. - *