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 code. 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 real runnable code. - Deliverable Counting: Scopes the request, locks the expected number of deliverables, and cross-checks the output against that count before responding. - Token-Limit Handling: When output approaches the token limit, it pauses at a clean breakpoint with a resumable marker instead of compressing or skipping content. - Use Case: Ask for a full multi-file component library or a complete configuration set, and receive every file finished, with no omitted sections or "continue the pattern" shortcuts. ## Quick Start Apply the full-output-enforcement skill and generate the complete implementation of all five requested components with no placeholders or omissions.