What problem does it solve?
This Skill helps an AI agent create and maintain process documentation (Skills) that reliably enforce correct behavior, by adapting Test-Driven Development to writing instructions and preventing common rationalizations.
Core Features & Use Cases
- TDD for documentation: Define pressure scenarios (RED), write minimal documentation to fix failures (GREEN), and then close loopholes (REFACTOR).
- Skill usage discovery optimization: Ensures the YAML frontmatter name/description are written for discoverability and correct triggering behavior.
- Anti-rationalization tooling: Adds explicit negations, foundational principles, and “red flags” to prevent “spirit vs letter” workarounds.
- Skill authoring guidance: Provides structure patterns, writing constraints, and workflow checklists for robust Skill deployment.
Quick Start
Use the writing-skills Skill when authoring a new process Skill or revising an existing one that must remain compliant under pressure, and verify it by first running an identical baseline scenario without the Skill, then updating the Skill to address the exact failures you observed.