What problem does it solve?
This Skill provides a structured, test-driven approach to creating and refining Skills, ensuring they are validated under pressure before deployment.
Core Features & Use Cases
- RED-GREEN-REFACTOR discipline: Apply a rigorous testing loop to skill documentation, capturing baseline failures and explicit rationalizations.
- Baseline testing patterns: Learn to observe agent behavior without a Skill to identify concrete failure modes.
- Iterative refinement: Systematically close loopholes by updating counters and red flags, then re-test to ensure compliance.
- Deployment readiness: Ensure Skills are deployable only after repeatable green outcomes.
Quick Start
Create a new Skill by drafting SKILL.md with frontmatter, write RED baseline scenarios to capture failures, implement GREEN content to address those failures, then REFACTOR to close new loopholes. Document rationalizations verbatim and re-run tests to verify compliance under pressure.