What problem does it solve?
This Skill prevents agents from skipping or rationalizing around process rules when creating or updating documentation-based skills, especially under pressure.
Core Features & Use Cases
- TDD for Skills: Uses RED-GREEN-REFACTOR so Skill content is validated by observing failures without the Skill, then enforcing compliance with the Skill.
- Pressure-scenario testing: Guides creation of realistic multi-pressure scenarios to surface rationalizations agents use to bypass rules.
- Loophole hardening: Adds explicit negations, rationalization tables, red flags, and re-verification until compliance holds.
- CSO-ready discovery: Establishes discovery-focused guidance for writing a correct name/description that helps agents select the right Skill.
- Documentation architecture: Recommends when to inline content vs reference other files, and how to organize long instructions.
Quick Start
Use writing-skills to edit or create a new Skill by running a failing baseline scenario first, then updating the Skill text to block the exact rationalizations you observed.