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 skeleton-only outputs, forcing complete implementations. - Deliverable Cross-Check: Counts requested items (files, functions, sections) before generating and verifies all are present before responding. - Token-Limit Handling: Pauses at clean breakpoints with a resumable marker instead of compressing or skipping content when output approaches the token limit. - Use Case: Ask for five React components or a full configuration file, and receive every one completely written with runnable code rather than one example plus "the rest follows the same pattern." ## Quick Start Apply the full-output-enforcement skill and generate the complete implementation of all requested files with no placeholders or omissions.