What problem does it solve?
This Skill solves the problem of inconsistent or ineffective documentation by applying Test-Driven Development (TDD) principles to the creation of agent skills, ensuring they are verified against real-world pressure scenarios before deployment.
Core Features & Use Cases
- TDD for Documentation: Provides a structured RED-GREEN-REFACTOR cycle for writing and testing skills.
- Pressure Testing: Includes methodologies for creating scenarios that test agent compliance under time, authority, and sunk-cost pressures.
- Use Case: Use this when you need to create a new skill that enforces a strict workflow, ensuring that agents don't just "know" the rule, but actually follow it when under stress.
Quick Start
Use the writing-skills framework to define a new skill by first documenting a failing pressure scenario where an agent violates your intended rule.