What problem does it solve?
This Skill helps teams create and modify gambit skills using evaluation-driven development, ensuring that every change is tested before finalization. It codifies a rigorous workflow so that skill updates cannot bypass verification, increasing reliability and auditability.
Core Features & Use Cases
- Evaluation-first: Define objective evaluation criteria before coding or modifying a skill.
- Phase-driven workflow: Follow a Baseline RED test, a GREEN minimal skill, and a REFACTOR pass with explicit checks, using subagents for verification.
- Multi-model validation: Verify skill behavior across multiple models and scenarios to ensure robustness.
- Announce & document: Begin with a clear announcement and maintain structured, frontmatter-based documentation for discoverability.
- Use Case: When refining a gambit writing skill, execute end-to-end tests before applying changes to production-ready skills.
Quick Start
Use gambit:writing-skills to initialize a new skill with evaluation criteria, run a RED baseline without the skill to confirm failure, then implement a GREEN minimal skill and iterate through REFACTOR and multi-model tests.