Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Anti-rationalization enforcement for maximum-rigor task execution.
This skill operates as a composable modifier that wraps any task with explicit anti-rationalization enforcement. It implements the Gate Enforcement architectural pattern—every phase transition requires evidence, every completion claim requires proof—with Pressure Resistance embedded to prevent quality erosion under time or social pressure.
This skill is not a substitute for domain-specific methodologies (debugging, refactoring, testing have their own skills). Instead, it layers anti-rationalization checks on top of whatever task you're executing. It adds intentional overhead for safety on critical work where shortcuts cause harm.
Goal: Load all anti-rationalization patterns relevant to the task before starting work.
Constraint: Full pattern loading is mandatory because domain-specific patterns catch rationalizations that the core set misses.
Step 1: Identify task domain
Classify the task to determine which domain-specific patterns apply:
| Domain | Pattern to Load |
|---|---|
| Any task | anti-rationalization-core.md |
npx skills add notque/vexjoy-agent --skill with-anti-rationalizationHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.