scenario-test-designer

Design scenario-based tests for AI agents with standardized rubrics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Oxilith/CopilotSkills --skill scenario-test-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scenario-test-designer
Source: https://github.com/Oxilith/CopilotSkills/tree/main/.agentskills/skills/scenario-test-designer
Command: npx skills add https://github.com/Oxilith/CopilotSkills --skill scenario-test-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps teams design and author scenario-based tests to evaluate AI agent behavior, ensuring robust evaluation coverage across skills, commands, and agents.

Core Features & Use Cases

  • Provides academic, pressure, edge-case, and integration test categories to cover diverse agent behaviors
  • Generates scenario test files and associated evaluation rubrics to standardize assessment
  • Supports interactive prompting via AskUserQuestion for persona- and context-specific testing
  • Uses template-driven initialization to accelerate test creation and maintain consistency

Quick Start

  • Initialize tests with the provided CLI: init_scenario_tests.py <target-name> <category> [--name <test-name>] [--persona <name>]
  • Review and customize test files: test-<name>.md and evaluation-rubrics.md
  • Validate and run tests using the repository tooling

Frequently Asked Questions about scenario-test-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design scenario-based tests for AI agents?

To design scenario-based tests for AI agents, use a template-driven tool that generates standardized test files and evaluation rubrics, ensuring repeatable assessments across academic, pressure, edge-case, and integration testing categories.

What is scenario-based testing for AI agents?

Scenario-based testing is an evaluation method that validates AI agent behaviors across skills and commands. It applies standardized rubrics to assess academic, pressure, edge-case, and integration test scenarios for repeatable performance measurement.

How do I generate evaluation rubrics for AI agent testing?

You generate evaluation rubrics for AI agent testing by initializing scenario tests with a CLI tool, which automatically creates associated rubric files to standardize the assessment of generated test scenarios.

Does scenario testing support edge-case and pressure test categories?

Yes, scenario testing supports edge-case and pressure test categories, alongside academic and integration testing, to provide diverse evaluation coverage for various AI agent behaviors and commands.

Can I customize test scenarios for specific user personas?

Yes, you can customize test scenarios for specific user personas by using interactive AskUserQuestion prompting during test initialization, allowing you to generate persona- and context-specific test files.

What are the limitations of template-driven scenario test generation?

Template-driven scenario test generation requires manual review and customization of the generated test and rubric files to ensure accuracy, meaning it accelerates but does not fully automate the test authoring workflow.