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 file, function, or section is delivered 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 Cross-Check: Counts expected deliverables from the request and verifies all are present before responding. - Token-Limit Handling: Splits long outputs at clean breakpoints with a resumable "[PAUSED — X of Y complete]" marker instead of compressing content. - Use Case: When asking an AI to scaffold five React components or generate a full configuration file, this Skill ensures all five components arrive complete rather than two real ones and three stubs. ## Quick Start Ask the AI to generate the complete implementation of all requested files with no placeholders, abbreviations, or omitted sections.