What problem does it solve?
Empirical evaluation loops for skill prompts, codified from real iter runs. This skill acts as the operating manual for the waxa CLI, guiding how to author scenarios, choose graders, interpret unclear-points, and manage a ledger to judge convergence.
Core Features & Use Cases
- Four-stage iteration pattern (structural fix, grader breadth, surface-form coverage, residual unclear)
- Explicit invocation rules: only run when the user asks for evaluation
- Scenario authoring under evals/ with templates and per-task scenarios
- Ledger-based convergence tracking and extraction of general fix rules
- Integration with empirical-prompt-tuning methodology and the waxa tooling
Quick Start
Scaffold the eval skeleton inside the skill directory and run an iteration pass with the provided eval.yaml to start the loop.