What problem does it solve?
Prevents untested, brittle, or undiscoverable agent skills by applying a test-driven process to skill authoring so that agents behave correctly under pressure and documented guidance is actually followed.
Core Features & Use Cases
- TDD mapping: Red-Green-Refactor cycle adapted to SKILL.md authoring with failing pressure scenarios and verification steps.
- Discovery guidance: Clear frontmatter and Claude Search Optimization (CSO) guidance to make skills findable and token-efficient.
- Guardrails & checklists: Deployment checklist, anti-rationalization counters, and persuasion principles for discipline-enforcing skills.
- Testing patterns: Pressure scenario design, subagent test methodology, and flowchart rendering for non-obvious decisions.
- Use case: Create or revise a SKILL.md for a verification or workflow skill and validate it by running failing scenarios, then iterating until agents comply.
Quick Start
Run a failing pressure scenario without the skill, capture agent failures verbatim, author SKILL.md with required YAML frontmatter and concise guidance addressing those failures, then re-run the scenario with the skill to confirm compliance.