What problem does it solve?
Creating custom agent skills often results in untested, unreliable documentation that agents ignore or rationalize away under pressure, leading to wasted effort and inconsistent team workflows.
Core Features & Use Cases
- TDD-Adapted Creation Workflow: Applies the RED-GREEN-REFACTOR cycle from test-driven development to skill documentation, ensuring skills are validated against real agent behavior before deployment.
- Pressure Testing Framework: Provides structured methods for testing skills against common agent rationalizations under time, sunk cost, and authority pressures to make them bulletproof.
- Authoring Best Practices: Covers skill structure, discovery optimization, anti-patterns to avoid, and efficient cross-referencing to minimize context usage.
- Use Case: For example, use this skill to build a new TDD enforcement skill: first run baseline tests to observe agents skipping tests under pressure, write the skill to address those specific failures, then close loopholes until full compliance is achieved.
Quick Start
Follow the writing-skills TDD methodology to design, test, and deploy a new skill that enforces your team's mandatory code review process.