What problem does it solve?
This Skill addresses the challenge of creating clear, effective documentation (Skills) that AI agents can reliably discover and follow, especially under pressure or when tempted to take shortcuts.
Core Features & Use Cases
- TDD for Documentation: Applies the Test-Driven Development cycle (Red-Green-Refactor) to the creation and editing of Skills documentation.
- Pressure Testing: Provides methods to test Skills with agents under various pressures (time, sunk cost, authority) to ensure compliance.
- Rationalization Countermeasures: Offers strategies to identify and close loopholes that agents use to bypass documentation rules.
- Use Case: When developing a new Skill for code review, you would use this Skill's methodology to first write scenarios where an agent fails to do a proper review without the Skill, then write the Skill, and finally test it under pressure to ensure it's followed consistently.
Quick Start
Use the writing-skills skill to apply the TDD cycle to create a new skill documentation.