edd
Installation
SKILL.md
EDD (Eval-Driven Development) Framework v2.64
Eval-Driven Development is a quality-first development pattern that enforces define-before-implement workflow with structured evaluations.
v2.88 Key Changes (MODEL-AGNOSTIC)
- Model-agnostic: Uses model configured in
~/.claude/settings.jsonor CLI/env vars - No flags required: Works with the configured default model
- Flexible: Works with GLM-5, Claude, Minimax, or any configured model
- Settings-driven: Model selection via
ANTHROPIC_DEFAULT_*_MODELenv vars
What is EDD?
EDD provides a systematic approach to software development with three phases:
- DEFINE - Create structured eval specifications using TEMPLATE.md
- IMPLEMENT - Build features according to eval definitions
- VERIFY - Validate implementation against eval criteria