full-output-enforcement

Enforce complete, non-truncated output with banned placeholder patterns and pause-and-continue handling.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PolliticalSolutions/political-portal --skill full-output-enforcement-polliticalsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-output-enforcement
Source: https://github.com/PolliticalSolutions/political-portal/tree/main/.agents/skills/full-output-enforcement
Command: npx skills add https://github.com/PolliticalSolutions/political-portal --skill full-output-enforcement-polliticalsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents truncated or placeholder-heavy responses when you need the full, production-ready output instead of partial drafts.

Core Features & Use Cases

  • Full completion enforcement: Ensures every requested deliverable is fully written and not summarized or skipped.
  • Hard bans on placeholder patterns: Blocks common truncation markers (for example, ellipses, TODOs, and “rest of code” style omissions) from appearing in the output.
  • Token-limit safe handling: When nearing limits, it pauses cleanly at a logical boundary and provides an exact continuation directive for the next section.

Quick Start

Ask the AI to produce the complete file or full implementation for your request, and ensure it continues until every required section is fully delivered.

Frequently Asked Questions about full-output-enforcement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent truncated code generation when hitting token limits?

To prevent truncated code generation, this Skill enforces deterministic pause-and-continue behavior at token limits. It pauses at logical boundaries and provides exact continuation directives, ensuring the AI resumes and completes the full file without summarizing the rest.

Why does AI output placeholders like TODOs instead of the full implementation?

AI outputs placeholders to save processing, but this Skill enforces hard bans on placeholder patterns. It actively blocks ellipses, TODOs, and 'rest of code' omissions, validating output completeness against your requested scope to guarantee unabridged deliverables.

Can I use this to generate full files for multi-part implementations?

Yes, you can use this to generate full files for multi-part implementations. It is designed for large documentation and multi-part code generation, ensuring every requested deliverable is fully written and skipped sections are never summarized.

What is the best way to enforce no placeholders in AI generated code?

The best way to enforce no placeholders is to apply output completeness validation against the requested scope. This mechanism forces the AI to produce exhaustive deliverables and operational accuracy, rejecting partial drafts for production-ready code.

How do I continue AI output cleanly when approaching token limits?

To continue AI output cleanly when approaching token limits, the Skill uses deterministic pause-and-continue behavior. It stops at a logical boundary and issues an exact continuation directive for the next section, preventing abrupt mid-sentence truncation.