eval-suite-planner

द्वारा microsoft

माइक्रोसॉफ्ट के इवैल सिनारियो लाइब्रेरी और एमएस लर्न एजेंट मूल्यांकन मार्गदर्शन पर आधारित एक ठोस इवैल सूट योजना तैयार करता है — परिदृश्य प्रकार, मूल्यांकन विधियाँ,…

npx skills add https://github.com/microsoft/eval-guide --skill eval-suite-planner

Purpose

This skill produces the Plan artifact of the /eval-guide lifecycle: a populated copy of the customer's Eval Suite Planning & Logging Template plus an interactive HTML review page. The workbook is the source-of-truth artifact; do not replace it with a scenario table, quality-signal table, generic spreadsheet, default .docx report, or HTML-only plan.

The skill aligns to skills/eval-guide/playbook.md and skills/eval-guide/eval-suite-template.md. Use the 10-step playbook as the methodology spine and the XLSX template as the output shape.

Core rule

Copy the blank XLSX template and populate existing cells/rows only. Do not modify the template.

Do not rename sheets, add sheets, delete sheets, add columns, change headers, rewrite README text, edit Dropdown Lists, change styles, change data validation, or convert the template into a different spreadsheet.

If a blank template workbook is available in the session, use it. If not, ask the user to provide the template; do not silently invent a new workbook.

Question policy

Ask targeted questions only when a workbook field materially affects the plan and cannot be inferred safely:

  1. Eval owner / named approver.
  2. Lifecycle stage and target deployment decision.
  3. Whether the agent is prompt-only, RAG/knowledge-grounded, or agentic with tools/connectors.
  4. Regulated/compliance obligations.
  5. Authoritative sources and source owners.

If the user wants speed or cannot answer, populate TBD - confirm before baseline.

Planning method

When invoked as /eval-suite-planner <agent description>:

  1. Extract or infer the agent's purpose, users, knowledge sources, capabilities, boundaries, architecture, lifecycle stage, and known risks.
  2. Populate Step 1 — Plan the Eval Effort:
    • one-sentence eval objective;
    • five-factor risk tier: reach, criticality of error, autonomy/blast radius, regulatory/compliance exposure, data sensitivity;
    • one accountable owner.
  3. Define eval sets, not scenarios:
    • Capability eval sets: one row per capability dimension that must be diagnostic, e.g. accuracy/correctness, faithfulness/groundedness, relevancy, style/tone, reasoning/tool use.
    • Trust & Safety eval sets: one row per refusal, boundary, or safety category, e.g. guardrails, out-of-scope handling, sensitive-data handling, prompt injection/jailbreak, compliance-specific behavior.
  4. Apply Step 4 v5 gates/improvement-target logic:
    • T&S sets use absolute pass-rate hard gates, usually near 100%.
    • Capability sets usually use a launch floor for first deployment plus regression/direction after baseline, not a standing absolute pass-rate target.
    • High-risk capabilities that function like guardrails keep explicit hard floors.
    • Use the template's existing Target pass rate, Target rationale, Gate type, Intended use, Run cadence, and Notes columns to express this; do not add a new column.
  5. Specify Step 5 human inputs:
    • grading rubric, ground truth, golden answer, or rubric + ground truth;
    • author/owner;
    • grounding source dependency;
    • whether source changes require review.
  6. Plan Step 6 grader validation without changing the template:
    • record grader type and validation expectation in the registry row's Notes;
    • for LLM-as-judge / Custom rubrics, note that human-labeled hard and borderline cases must validate the judge before baseline scores are trusted;
    • for programmatic checks, note the deterministic check to confirm;
    • for human grading, note reviewer agreement expectations where relevant.
  7. Seed Step 7 baseline placeholders in 3 . Run Log only when useful:
    • one placeholder row per eval set;
    • Run type = Baseline;
    • result fields blank;
    • Actionable next step = Validate grader, then run baseline;
    • Status = Open.
  8. Apply Step 8 regression partitioning in existing registry fields:
    • capability sets usually Intended use = Both or Regression;
    • most T&S sets are Gate; the slim subset likely affected by model/tool/policy changes can be Both or Regression;
    • set Run cadence using existing dropdown values such as Per-change, Nightly, Weekly, or Milestone-only.
  9. Flag Step 10 reusable assets in 4 . Reusable Library:
    • reusable T&S sets;
    • grading rubrics;
    • failure-pattern templates;
    • production-derived edge-case categories when applicable.

Workbook population rules

Use skills/eval-guide/eval-suite-template.md as the exact tab/column map.

README

Do not edit.

1 . Planning

Populate only existing input cells:

  • Agent identity.
  • Risk classification (5 factors).
  • Owners & roles.
  • Deployment gates / sign-off criteria.

For the template's Min pass rate - Capability row, reflect v5 Step 4 accurately: use launch floor / high-risk capability floor / regression-governance language, not a generic scenario pass-rate target.

2 . Eval Suite Registry

Populate one row per eval set. Do not populate one row per test case or legacy planning artifact.

Required row semantics:

  • Category: Capability or Trust & Safety.
  • Dimension tested: capability dimension or T&S category from the template dropdowns.
  • Purpose / diagnostic signal: what failure in this set diagnoses.
  • Target pass rate: absolute gate for T&S; launch floor or Regression / direction after baseline for most capability sets.
  • Target rationale: v5 Step 4 rationale.
  • Gate type: closest existing dropdown value.
  • Intended use: Gate, Regression, or Both.
  • Run cadence: cadence for Step 8.
  • Human input type, Human input author, Grounding source dependency, Source change -> review?: Step 5.
  • Reusable asset?, Reuse tier, Set status: Step 10 and lifecycle status.
  • Notes: assumptions, open questions, Step 4 nuance, and Step 6 grader-validation plan.

3 . Run Log

Use this for Step 7 baseline/iteration logging. During planning, add placeholder baseline rows only if useful; keep result fields blank.

4 . Reusable Library

Populate candidate reusable assets only. Do not duplicate every eval set; promote assets that could help other agents.

Dropdown Lists

Do not edit.

Output

Create eval-suite-<agent-name>-<YYYY-MM-DD>.xlsx as a populated copy of the template.

Then create eval-suite-<agent-name>-<YYYY-MM-DD>-review.html next to the workbook using skills/eval-guide/plan-review-page.md.

Do not paste the summary, eval-set table, or checklist into chat. The HTML page carries that content. The final chat response should be only the workbook path, the HTML review page path, and any blocker/manual action.

Human review checkpoints

Include these in the HTML review page checklist instead of displaying them in chat:

#CheckpointWhat to verify
1Objective, risk tier, ownerThe objective is decision-oriented, the five-factor risk tier is right, and a named owner can sign off.
2Eval-set decompositionCapability sets isolate one diagnostic capability each; T&S sets remain separate from capability.
3Step 4 barsT&S has absolute hard gates; capability uses launch floors / regression-direction unless high-risk.
4Human inputsRubrics, ground truths, golden answers, and source dependencies have owners.
5Grader validationEach set has a plausible grader type and validation plan before baseline.
6Regression partitionCapability and slim T&S regression sets have cadence; gate-only T&S sets run at milestones.
7Template integrityNo sheets, columns, headers, dropdowns, README text, or formatting were changed.

Behavior rules

  • Do not generate scenario-plan tables as the Plan artifact.
  • Do not generate quality-signal sheets or quality-signal grouping as the Plan artifact.
  • Do not add columns to support missing concepts; use existing fields, especially Notes.
  • Do not create a .docx unless the user explicitly asks for a narrative report.
  • Do not produce long narrative chat output after artifact generation; use the HTML review page for the interactive summary and checkpoints.
  • Be specific to the described agent, but at eval-set granularity.

Companion skills

  • /eval-generator — Generate test cases from the populated workbook registry.
  • /eval-result-interpreter — Interpret baseline / iteration results using Step 6-7 and gate status.
  • /eval-triage-and-improvement — Diagnose failures and feed the Step 9 optimization loop.
  • /eval-library-promoter — Promote Step 10 reusable assets.
  • /eval-guide — Orchestrated workflow with dashboard review checkpoints.

microsoft की और Skills

oss-growth
microsoft
OSS ग्रोथ हैकर व्यक्तित्व
official
microsoft-foundry
microsoft
Foundry एजेंटों को एंड-टू-एंड डिप्लॉय, मूल्यांकन और प्रबंधित करें: Docker बिल्ड, ACR पुश, होस्टेड/प्रॉम्प्ट एजेंट क्रिएट, कंटेनर स्टार्ट, बैच इवैल्यूएशन, कंटीन्यूअस इवैल्यूएशन, प्रॉम्प्ट ऑप्टिमाइज़र वर्कफ़्लो, agent.yaml, ट्रेस से डेटासेट क्यूरेशन। इसका उपयोग करें: Foundry पर एजेंट डिप्लॉय करना, होस्टेड एजेंट, एजेंट बनाना, एजेंट को इनवोक करना, एजेंट का मूल्यांकन
officialdevelopmentdevops
azure-ai
microsoft
Azure AI के लिए उपयोग करें: खोज, वाक्, OpenAI, दस्तावेज़ बुद्धिमत्ता। खोज, वेक्टर/हाइब्रिड खोज, वाक्-से-पाठ, पाठ-से-वाक्, प्रतिलेखन, OCR में सहायता करता है। कब उपयोग करें: AI खोज, क्वेरी खोज, वेक्टर खोज, हाइब्रिड खोज, सिमैंटिक खोज, वाक्-से-पाठ, पाठ-से-वाक्, प्रतिलेखन, OCR, पाठ को वाक् में बदलना।
officialdevelopmentapi
azure-deploy
microsoft
पहले से तैयार एप्लिकेशनों के लिए Azure डिप्लॉयमेंट निष्पादित करें जिनमें मौजूदा .azure/deployment-plan.md और इंफ्रास्ट्रक्चर फ़ाइलें हों। इस स्किल का उपयोग तब न करें जब उपयोगकर्ता कोई नया एप्लिकेशन बनाने के लिए कहे — इसके बजाय azure-prepare का उपयोग करें। यह स्किल azd up, azd deploy, terraform apply, और az deployment कमांड को बिल्ट-इन एरर रिकवरी के साथ चलाती है। इसके लिए azure-prepare से .azure/deployment-plan.md और azure-validate से सत्यापित स्थिति आवश्यक है। कब: "azd
officialdevopsaws
azure-storage
microsoft
Azure Storage सेवाएँ जिनमें Blob Storage, File Shares, Queue Storage, Table Storage और Data Lake शामिल हैं। स्टोरेज एक्सेस टियर (हॉट, कूल, कोल्ड, आर्काइव), प्रत्येक टियर का उपयोग कब करें और टियर तुलना के बारे में प्रश्नों के उत्तर देता है। ऑब्जेक्ट स्टोरेज, SMB फ़ाइल शेयर, एसिंक्रोनस मैसेजिंग, NoSQL की-वैल्यू और बिग डेटा एनालिटिक्स प्रदान करता है। लाइफसाइकिल प्रबंधन शामिल है। उपयोग करें: ब्लॉब स्टोरेज, फ़ाइल शेयर, क्य
officialdevelopmentdatabase
azure-diagnostics
microsoft
Azure पर AppLens, Azure Monitor, संसाधन स्वास्थ्य और सुरक्षित ट्राइएज का उपयोग करके Azure उत्पादन समस्याओं को डीबग करें। कब: उत्पादन समस्याओं को डीबग करना, ऐप सेवा समस्या निवारण, ऐप सेवा उच्च CPU, ऐप सेवा परिनियोजन विफलता, कंटेनर ऐप्स समस्या निवारण, फंक्शन्स समस्या निवारण, AKS समस्या निवारण, kubectl कनेक्ट नहीं हो सकता, kube-system/CoreDNS विफलताएँ, पॉड लंबित, क्रैशलूप, नोड तैयार नहीं, अपग्रेड विफ
officialdevopsdevelopment
azure-prepare
microsoft
Azure ऐप्स को तैनाती के लिए तैयार करें (infra Bicep/Terraform, azure.yaml, Dockerfiles)। निर्माण/आधुनिकीकरण या निर्माण+तैनाती के लिए उपयोग करें; क्रॉस-क्लाउड माइग्रेशन के लिए नहीं (azure-cloud-migrate का उपयोग करें)। इसका उपयोग न करें: copilot-sdk ऐप्स के लिए (azure-hosted-copilot-sdk का उपयोग करें)। कब: "create app", "build web app", "create API", "create serverless HTTP API", "create frontend", "create back end", "build a service", "modernize application", "update application", "add authentication", "add caching", "host on Azure", "create and...
officialdevelopmentdevops
azure-validate
microsoft
Azure तैनाती-पूर्व तत्परता के लिए सत्यापन। तैनाती से पहले कॉन्फ़िगरेशन, इंफ्रास्ट्रक्चर (Bicep या Terraform), RBAC भूमिका असाइनमेंट, प्रबंधित पहचान अनुमतियाँ और पूर्वापेक्षाओं की गहन जाँच करें। कब: मेरे ऐप को सत्यापित करें, तैनाती तत्परता की जाँच करें, प्रीफ्लाइट जाँच चलाएँ, कॉन्फ़िगरेशन सत्यापित करें, तैनाती के लिए तैयार है या नहीं जाँचें, azure.yaml सत्यापित करें, Bicep सत्यापित
officialdevopstesting