Skip to main content
Back to registry

full-output-enforcement

leonxlnx/taste-skill

Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions.

Installs176
Install command
npx skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcement
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions. The following patterns are hard failures. Never produce them: In code blocks: // ... , // rest of code , // implement here , // TODO , /* ... */ , // similar to above , // continue pattern , // add more as needed , bare ... standing in for omitted code In prose: "Let me know if you want me to continue", "I can provide more details if needed", "for brevity", "the rest follows the same pattern", "similarly for the remaining", "and so on" (when replacing actual content), "I'll leave that as an exercise" Structural shortcuts: Outputting a skeleton when the request was for a full implementation.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does full-output-enforcement do?

Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions.

Is full-output-enforcement good?

full-output-enforcement does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does full-output-enforcement work with?

full-output-enforcement currently lists compatibility with codex, gemini-cli, opencode, cursor, cline, github-copilot.

What are alternatives to full-output-enforcement?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install full-output-enforcement?

npx skills add https://github.com/leonxlnx/taste-skill --skill full-output-enforcement

Related skills

More from leonxlnx/taste-skill

Related skills

Alternatives in Software Engineering