What problem does it solve?
This skill provides a structured, test-driven approach to creating and maintaining Skills documentation, reducing ambiguity and preventing regressions by baselining failure cases and documenting explicit countermeasures.
Core Features & Use Cases
- RED-GREEN-REFACTOR workflow: baseline failure testing, minimal skill creation, and tightening loopholes.
- Rationalization management: capture and address agent rationalizations with a formal table and red flags.
- Deployment hygiene: ensures skill is tested before deployment and includes a mandatory stop-and-test checklist.
- Cross-skill guidance: supports references to background materials like anthropic-best-practices.md and testing-skills-with-subagents.md to align with best practices.
- Meta-testing patterns: includes meta-discussion about evaluation, feedback loops, and iteration.
Quick Start
Begin with RED-GREEN-REFACTOR: run a failing baseline, write a minimal GREEN skill, and complete a REFACTOR pass to close loopholes.