โ† Covenant

WORKFLOW.md

The Loop

1. Failure Report โ€” What broke? What didn't work? What's missing? What came back from the world that wasn't what you expected? Write it down. Be specific. Numbers. Screenshots. Receipts.

2. PRD โ€” Given the failure, what does success look like? Not how to get there. What does "done" look like? What would you see if it worked? Write acceptance criteria. Short. Testable.

3. Work โ€” Make the PRD true. Ship it. Get a receipt from the world. The receipt becomes the next failure report (because the world always responds with new information).


failure โ†’ PRD โ†’ work โ†’ receipt โ†’ failure โ†’ PRD โ†’ work โ†’ ...

The loop runs forever. Every receipt contains the next failure. Every failure contains the next PRD. Every PRD contains the next work.

Rules