Meta Execution Protocol
Path:
loom-builder/prompts/_meta-execution-protocol.mdRelative: prompts/_meta-execution-protocol.mdSubproject: loom-builderCategory: dispatch-promptsLines: 60Bytes: 2,923Imports: 0Exports: 0
Content Preview
- # Meta-Execution Protocol — Reusable Template for Dispatch Prompts
- > Include this section in every dispatch prompt to make agents self-reinforcing.
- ## META-EXECUTION PROTOCOL
- For EVERY step, follow this loop:
- 1. **HYPOTHESIZE**: State the exact goal, exact command to run, and expected output
- 2. **EXECUTE**: Run the command
- 3. **EVALUATE**: Compare actual output to expected. If mismatch, diagnose
- 4. **COMMIT**: If success, log the proven step. If fail 3x, bail and document why
- ### Rules
- - *