What problem does it solve? LLMs often truncate long responses, insert placeholder comments like "// rest of code", or skip deliverables to save tokens. This Skill overrides that default behavior so every requested file, function, or section 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. - Deliverable Counting: Scopes the request, locks the expected deliverable count, and cross-checks output against it before responding. - Token-Limit Handling: When output approaches the token limit, it stops at a clean breakpoint and emits a resumable pause marker instead of compressing or skipping content. - Use Case: Ask for a full multi-file implementation (e.g., 5 React components with tests) and receive every file completely, with no skeletons or omitted sections. ## Quick Start Apply the output-skill rules and generate the complete implementation for all requested files without any placeholders or omissions.