What problem does it solve?
This Skill runs targeted challenge sets against a named agent and turns the results into objective evidence about performance, trap awareness, and confidence calibration.
Core Features & Use Cases
- Challenge Dispatch: Builds a self-contained prompt for each challenge using the agent’s identity, learnings, scenario, and acceptance criteria.
- Hidden-Trap Evaluation: Scores solutions against the concealed trap and ground truth without leaking those details to the agent.
- Calibration Tracking: Measures whether the agent’s self-reported confidence matches actual outcomes.
- Persistent Reporting: Writes evaluation files for longitudinal tracking and emits pipe-format output for downstream learning.
- Use Case: After generating a challenge set, run this Skill to benchmark an agent’s ability to solve the tasks and expose where it is improving or still stuck.
Quick Start
Run /challenge-run with the target agent name after /challenge-gen to evaluate that agent against the latest challenge set.