Summary
- Enforces complete, unabridged output by banning truncation patterns and placeholder code.
- Eliminates common shortcuts like // ... , // TODO , // rest of code , and prose phrases that defer work ("let me know if you want more") Treats every task as production-critical: full files, all components, no skeletons or partial implementations Handles token-limit splits cleanly by pausing at logical breakpoints (end of function, end of file) with a resumption marker, then continuing without recap on "continue" command Includes a pre-output verification checklist to confirm no banned patterns remain, all requested deliverables are present, and code is runnable rather than descriptive