What problem does it solve?
Inconsistent or untested SKILL.md documentation leads agents to ignore rules, rationalize shortcuts, or apply incorrect workflows. Writing-skills provides a TDD-inspired process to detect those failure modes early and ensure skills reliably guide agent behavior under pressure.
Core Features & Use Cases
- TDD for documentation: RED-GREEN-REFACTOR cycle applied to SKILL.md authoring so agents are observed failing before skills are written and verified after.
- Pressure scenario testing: Templates and guidance for multi-pressure scenarios (time, sunk cost, authority) to reveal rationalizations agents use to bypass rules.
- Rationalization defenses: Rationalization tables, red-flag lists, and explicit negations that close loopholes discovered during testing.
- Support tools & references: Includes flowchart rendering guidance and persuasion-principles research to design discipline-enforcing skills.
- Deployment checklist: A mandatory verification checklist to ensure each skill is tested, refactored, and committed before reuse.
Quick Start
Run a baseline pressure scenario without the skill, document agent failures verbatim, write the minimal SKILL.md addressing those failures, and re-run the scenario until agents comply.