What problem does it solve?
This Skill provides a rigorous, test-driven framework for creating and refining AI Skills, ensuring they are discoverable, effective, and robust against rationalization, especially under pressure.
Core Features & Use Cases
- TDD for Skills: Adapts the RED-GREEN-REFACTOR cycle to skill authoring.
- Pressure Testing: Uses realistic scenarios with combined pressures (time, sunk cost, authority) to test skill compliance.
- Rationalization Countermeasures: Provides methods to identify and close loopholes agents use to bypass rules.
- Use Case: When developing a new skill for code review, you would use this skill to first simulate scenarios where an agent might skip review under time pressure, document their rationalizations, write the skill to prevent those specific bypasses, and then re-test until the agent consistently follows the review process.
Quick Start
Use the writing-skills skill when creating new skills, editing existing skills, or verifying skills work before deployment.