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 code that requires manual follow-up. This Skill overrides that default behavior so every requested deliverable is generated in full. ## Core Features & Use Cases - Placeholder Ban: Hard-fails on patterns like "// ...", "// TODO", "for brevity", and "the rest follows the same pattern" in both code and prose. - Scope Locking and Cross-Check: Counts expected deliverables before generating, then verifies the count before responding so nothing is omitted. - Token-Limit Handling: Splits long outputs at clean breakpoints with a structured [PAUSED] marker and resumes exactly where it stopped on "continue". - Use Case: Ask for a full multi-file project scaffold or five complete React components, and receive every file and component fully implemented without skeletons or "extend this later" shortcuts. ## Quick Start Apply the full-output-enforcement skill and generate the complete implementation of all requested files with no placeholders or omissions.