- Stuff everything relevant into context (AI Readability)
- Describe the next single, concrete incremental change we're trying to implement
- Don't ask for code, ask for a few high-level approaches, pros/cons.
- Pick one approach, ask for first draft code.
- Review / learning phase: ask for explanations, clarifications, changes, wind back
- Test
- Commit
- Ask for suggestions on what we could implement next
- Repeat
True no-code
Code Review standards should be differentiated (core code needs thorough review, vibe code only needs to pass tests)