no_lazy_implementation
Installation
SKILL.md
No Lazy Implementation Protocol
1. Zero Placeholder Policy
Strictly Prohibited:
// ... rest of code// ... implement logic here// ... same as above- Leaving TODOs for critical business logic that was requested.
Requirement:
- You must generate COMPLETE, WORKING CODE.
- If a file is too large for one turn, explicitly state: "This is Part 1 of X. I will implement the rest in the next step." and immediately proceed to generate the rest.