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. - Scope Locking: Counts the distinct deliverables in a request before generating, then cross-checks the output against that count. - 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 project scaffold or five complete React components, and receive every one of them fully implemented with no skeletons or omitted sections. ## Quick Start Apply this skill and ask the AI to generate the complete implementation of all requested files with no placeholders or omitted sections.