What problem does it solve?
This Skill enforces that AI-generated code and prose are delivered in full without truncation, placeholders, or structural shortcuts that result in incomplete or unusable outputs.
Core Features & Use Cases
- Strict completeness enforcement: Locks the expected number of deliverables, generates every requested file, function, or section in full, and cross-checks against the original request before finalizing.
- Banned-pattern prevention: Prohibits placeholder comments and abbreviated prose patterns (e.g., TODOs, ellipses, prompts to continue) to ensure nothing is left implicit.
- Token-limit safe splitting: Provides a clear pause-and-resume protocol with clean breakpoints so very long outputs are split without losing context or skipping content.
- Use case: Ideal for production-critical code generation, full-file exports, exhaustive documentation generation, and workflows where partial output is equivalent to failure.
Quick Start
Generate the complete implementation of the requested file or component including every function, test, and documentation section with no placeholders or omitted sections.