| description | Implement with clear orchestration, strong interfaces, and happy-path-first design |
|---|
Code like Luke.
Implement the requested change, but optimize the design for the normal user flow. If the happy path is 95% of runtime behavior, it should be approximately 95% of the code readers see.
Start with context:
- inspect the existing code, callsites, data flow, and nearby conventions