What problem does it solve?
This Skill prevents AI agents from following incorrect or incomplete documentation by forcing skill authors to validate instructions through failing and passing pressure scenarios, not by assuming clarity.
Core Features & Use Cases
- TDD for process documentation: maps RED-GREEN-REFACTOR to skill-authoring so documentation changes are verified against baseline agent rationalizations.
- Pressure-scenario testing with subagents: captures the exact “excuses” agents use under time, sunk-cost, authority, exhaustion, and similar pressures.
- Bulletproofing against loopholes: adds explicit negations, rationalization tables, red flags, and re-verification until compliance holds under stress.
- Discovery-optimized skill writing: enforces a concise, trigger-focused YAML description and structured skill body for findability and progressive disclosure.
Quick Start
Use Writing Skills to create or edit a new Skill, by first running a baseline pressure scenario without the Skill, then writing the minimal SKILL.md changes to make the scenario comply, and finally re-testing to close newly discovered loopholes.