What problem does it solve? LLMs often truncate long outputs, insert placeholder comments like "// rest of code", or ask "want me to continue?" instead of delivering complete work. 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 "the rest follows the same pattern" in code and prose. - Scope Locking: Counts the requested deliverables before generating, then cross-checks the output against that count before responding. - Token-Limit Handling: When output approaches the token limit, it stops at a clean breakpoint and emits a [PAUSED — X of Y complete] marker, resuming exactly on "continue". - Use Case: Ask for a full implementation of five React components. Instead of receiving one complete component and four stubs, you receive all five fully implemented, or a clean pause marker with an exact resume point. ## Quick Start Apply the full-output-enforcement rules and generate the complete implementation of all requested files with no placeholders or omissions.