Skip to content

Instantly share code, notes, and snippets.

View swatantra-atomicwork's full-sized avatar
🎯
Focusing

Swatantra Mishra swatantra-atomicwork

🎯
Focusing
View GitHub Profile
@Hona
Hona / code-like-luke.md
Created August 13, 2026 01:44
OpenCode slash command for happy-path-first, use-case-oriented software design
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