Execution Checklist
Execution Checklist
- Write failing acceptance test (outside)
- Define mock contracts for all collaborators
- Write failing unit test for next layer
- Implement minimal code to pass test
- Verify all mock interactions
- Refactor while keeping tests green
- Move to next inner layer
- Share contracts with swarm if coordinating