What problem does it solve? LLMs often truncate long outputs, insert placeholder comments like "// rest of code", or skip deliverables to save tokens, leaving users with incomplete and unusable results. This Skill overrides that default behavior so every requested file, function, or section is delivered in full. ## Core Features & Use Cases - Placeholder Ban: Hard-fails patterns such as "// ...", "// TODO", "for brevity", and "the rest follows the same pattern" in both code and prose. - Scope Locking & Cross-Check: Counts expected deliverables before generating, then verifies the count against the original request before responding. - Token-Limit Handling: Stops at clean breakpoints with a structured [PAUSED] marker and resumes exactly where it left off on "continue", without compression or recap. - Use Case: Ask for a full 5-component React dashboard implementation; instead of receiving one component plus stubs, you receive all five complete, runnable components. ## Quick Start Apply the full-output-enforcement skill and generate the complete implementation of all requested files with no placeholders or omissions.