The Framework
This workshop teaches a disciplined workflow in three acts:Act 1: Rehearsal (~75% of time)
Deep collaborative thinking to build a shared understanding and a vetted plan.- Define the problem space completely
- Explore constraints and edge cases
- Build a detailed execution plan
- Validate assumptions before coding
Act 2: Performance (~5% of time)
Fast execution of the well-vetted plan.- AI implements the agreed-upon design
- Engineer monitors and guides
- Rapid iteration on implementation details
Act 3: Polish (~20% of time)
Closing the loop through multiple verification layers:- Self-review: Does it match the plan?
- Automated checks: Tests, linting, type checking
- Human verification: Code review and integration testing