What problem does it solve?
Designing fair, reproducible agent evaluations is hard: tasks leak hidden answers, verifiers accept wrong results, environments fail to reset, and pass rates get misread as quality. This Skill provides a disciplined end-to-end workflow for turning an agent repository and optional traces into reviewed Task Specs, audited Harbor tasks, and reusable project World Knowledge Skills.
Core Features & Use Cases
- Spec-driven task design: Inspect the repository, harness, and traces, then draft a human-reviewed
Task.md spec alongside a project World Knowledge Skill before any implementation.
- Spec2Task implementation and audit: Build the Harbor task package (instruction, environment, verifier, optional solution), run package completeness audits, and validate verifier behavior against valid, wrong, shortcut, and corrupt-evidence cases.
- Calibration and failure classification: Read full run trajectories and classify failures as capability, harness, environment, verifier, leakage, or infrastructure issues before trusting any score.
- Use Case: You maintain a customer-support agent and want a benchmark. Use this Skill to mine traces, propose a policy-bound refund task, build its simulated environment and verifier, run the real harness, and reconcile what you learned into a reusable World Skill for future tasks.
Quick Start
Use the eval-engineering skill to inspect my agent repository and draft one Task Spec with its project World Skill for my review.