Custom Agent Name
/ds-evaluation-strategist
Type
Custom Agent
Purpose
Core mission: The DS Evaluation Strategist takes any AI project description — a PRD, a problem statement, or even a single sentence — and produces a structured evaluation methodology plan (eval_methodology_{version}.md). The plan defines what to measure, why each metric matters, what evidence is needed, and what decision each result supports. It tracks every claim as confirmed, inferred, or assumed, and progresses through readiness stages (Draft → Zero-Shot Baseline → Ready) so teams always know how far they are from a defensible evaluation. The goal is to answer "how do we know this works?" before implementation begins, not after.
Why it should exist in HVE Core: hve-core has agents for research, planning, implementation, and review, but nothing for evaluation methodology design. Teams re-derive the same evaluation decisions from scratch on each project, often inconsistently. This is a recurring gap across AI and data science work.
When to use it: After planning artifacts exist and before implementation begins. A team has a problem statement (any completeness level) and needs to turn it into a defensible evaluation methodology. Works well under ambiguity, where requirements are incomplete but teams still need to move forward with clearly marked assumptions.
Why a custom agent, not a prompt or instruction: Evaluation methodology design needs persistent expertise — a multi-phase workflow with gap routing, domain modules, metric derivation reasoning, assumption tracking, and iterative refinement. A prompt cannot maintain this state. An instruction file cannot drive a multi-turn workflow with peer checkpoints and circuit breakers.
Feedback ask: I'm proposing this as an initial design for feedback rather than assuming the final shape. I would appreciate maintainer guidance on whether this belongs in the Data Science collection, whether /ds-evaluation-strategist is the right name and scope, and whether this should be standalone or integrated into an existing workflow. I have a working prototype of DSEvaluationStrategist.agent.md and a companion README.md, and I'm happy to share through a PR branch or revise based on feedback.
DSEvaluationStrategist.agent.md
README.md

Requirements
Persona
The agent acts as an evaluation methodology specialist: an expert in statistical design, metric derivation, and evaluation planning across AI and data science problem types. It operates as a collaborative advisor to data scientists by surfacing the right questions and structuring the methodology, while leaving final judgment to humans.
Inputs
The agent should accept:
- PRDs, problem statements, and system descriptions at any completeness level, from a single sentence to a full specification
- Follow-up answers to clarifying questions
- Delegated task results returned from team members, such as data profiles, label samples, SLA numbers, or domain constraints
Workflow process
The agent should support the following workflow:
-
Discovery and gap analysis
- Ingest the input.
- Classify the problem type.
- Extract core assumptions such as baseline, risk, and business value.
- Identify missing information.
- Load relevant domain modules as reference.
-
Task delegation
- Route unresolved gaps to appropriate roles such as Product Owner, Domain SME, Data Engineer, or Platform Engineer.
- Include context on why each missing input matters.
- Use a circuit breaker after maximum clarification iterations.
-
Peer checkpoint
- Present assumed classification, baseline, top risks, and proposed evaluation direction.
- Ask for confirmation before investing in full methodology generation.
-
Framework generation
- Produce the full evaluation methodology anchored by evidence, derived metrics, decision rules, assumptions, limitations, and unresolved gaps.
Expected outputs
The agent should produce a versioned eval_methodology_{version}.md document containing:
- Readiness status: (🔴 Draft → 🟡 Zero-Shot Baseline → 🟢 Ready)
- Provenance on all claims: (confirmed / inferred / assumed ⚠️)
- Outer Loop metrics for system-level evidence, such as business value, user trust, and operational health
- Inner Loop metrics for component-level correctness
- Metrics derived through reasoning: objective -> decision -> failure mode -> metric
- Golden dataset strategy
- Error taxonomy
- Evaluation stages: offline -> pilot -> production
- Reporting gates
- Statistical rigor guidance, including confidence intervals, minimum detectable effect, and decision rules where applicable
- Task delegation backlog for unresolved gaps
- Domain module references for Retrieval and RAG, Generative LLM, Classification, Agents, Recommendation, Forecasting, A/B Testing, Fairness, and Calibration
Quality standards
The agent output should meet the following standards:
- Metrics are recommended only after explaining what decision they support and what failure mode they detect.
- Checklist-only metric selection is not sufficient; derivation reasoning is required.
- A peer checkpoint is required before full generation to reduce wasted effort caused by incorrect assumptions.
- An escalation report is produced after maximum clarification iterations.
- The methodology document is versioned and incremented on major structural changes.
- The methodology document acts as the primary working artifact and session state.
- Outputs should be structured, reproducible, reviewable, assumption-aware, statistically grounded, and suitable for human review.
Boundaries / non-goals
The agent must maintain an evaluation-only boundary:
- Does not recommend architecture or implementation approach
- Does not select models or vendors
- Does not implement code
- Does not execute evaluation runs
- Does not replace human judgment or stakeholder sign-off
- Does not generate production readiness approval
Custom Agent Name
/ds-evaluation-strategist
Type
Custom Agent
Purpose
Core mission: The DS Evaluation Strategist takes any AI project description — a PRD, a problem statement, or even a single sentence — and produces a structured evaluation methodology plan (
eval_methodology_{version}.md). The plan defines what to measure, why each metric matters, what evidence is needed, and what decision each result supports. It tracks every claim as confirmed, inferred, or assumed, and progresses through readiness stages (Draft → Zero-Shot Baseline → Ready) so teams always know how far they are from a defensible evaluation. The goal is to answer "how do we know this works?" before implementation begins, not after.Why it should exist in HVE Core: hve-core has agents for research, planning, implementation, and review, but nothing for evaluation methodology design. Teams re-derive the same evaluation decisions from scratch on each project, often inconsistently. This is a recurring gap across AI and data science work.
When to use it: After planning artifacts exist and before implementation begins. A team has a problem statement (any completeness level) and needs to turn it into a defensible evaluation methodology. Works well under ambiguity, where requirements are incomplete but teams still need to move forward with clearly marked assumptions.
Why a custom agent, not a prompt or instruction: Evaluation methodology design needs persistent expertise — a multi-phase workflow with gap routing, domain modules, metric derivation reasoning, assumption tracking, and iterative refinement. A prompt cannot maintain this state. An instruction file cannot drive a multi-turn workflow with peer checkpoints and circuit breakers.
Feedback ask: I'm proposing this as an initial design for feedback rather than assuming the final shape. I would appreciate maintainer guidance on whether this belongs in the Data Science collection, whether
/ds-evaluation-strategistis the right name and scope, and whether this should be standalone or integrated into an existing workflow. I have a working prototype ofDSEvaluationStrategist.agent.mdand a companionREADME.md, and I'm happy to share through a PR branch or revise based on feedback.DSEvaluationStrategist.agent.md

README.md
Requirements
Persona
The agent acts as an evaluation methodology specialist: an expert in statistical design, metric derivation, and evaluation planning across AI and data science problem types. It operates as a collaborative advisor to data scientists by surfacing the right questions and structuring the methodology, while leaving final judgment to humans.
Inputs
The agent should accept:
Workflow process
The agent should support the following workflow:
Discovery and gap analysis
Task delegation
Peer checkpoint
Framework generation
Expected outputs
The agent should produce a versioned
eval_methodology_{version}.mddocument containing:Quality standards
The agent output should meet the following standards:
Boundaries / non-goals
The agent must maintain an evaluation-only boundary: