What problem does it solve?
This Skill solves the common issue of LLMs producing truncated, partial, or placeholder-filled outputs that require manual follow-up to complete, wasting time and breaking workflows that need full, production-ready content.
Core Features & Use Cases
- Complete Output Enforcement: Overrides default LLM truncation behavior to deliver full, unabridged content for all requests.
- Banned Pattern Detection: Blocks all placeholder and shortcut patterns including omitted code markers, "TODO" notes, and prose that replaces actual content.
- Token Limit Handling: Manages long outputs with clean pause/resume logic when approaching token limits, no content is skipped or compressed.
- Use Case: When generating a full e-commerce checkout flow with 12 distinct components, this Skill ensures every component, test case, and configuration file is fully written out with no skipped sections or placeholder comments.
Quick Start
Ask the AI to generate the complete implementation of a user profile management system with CRUD operations, user roles, and input validation, with no omitted code or placeholder text.