qa-scenario-gen

Generate test scenarios and acceptance criteria from user requirements.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill qa-scenario-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-scenario-gen
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/%40action/skills/qa/qa-scenario-gen
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill qa-scenario-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The QA Scenario Generator skill helps developers streamline the testing process by automatically generating test scenarios and acceptance criteria from user requirements.

Core Features & Use Cases

  • Test Scenario Creation: Generates test scenarios and acceptance criteria for micro-QA verification.
  • Requirement Analysis: Parses user task descriptions to identify functional and technical components.
  • Output Format Options: Outputs structured data in contract.json or test scenario formats.

Quick Start

Generate QA scenarios for a task with skill: qa-scenario-gen task_description: "Develop a user registration feature" output_format: contract_json.

Frequently Asked Questions about qa-scenario-gen

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

FAQPage Schema
How do I generate test scenarios and acceptance criteria from user requirements?

You can generate test scenarios and acceptance criteria by providing a task description to the QA scenario generator, which parses functional and technical components to output structured data for micro-QA verification.

Can I automate QA scenario generation for RESTful APIs and form interfaces?

Yes, automated QA scenario generation parses task descriptions to create test cases for RESTful APIs, form interfaces, and data validation, streamlining the process of writing test scenarios for software development.

What is the best way to output structured acceptance criteria for API testing?

The best way to output structured acceptance criteria is by specifying an output format like contract.json when generating test scenarios, which provides structured data for automated API testing and requirements engineering.

How does requirements analysis work when generating test cases from task descriptions?

Requirements analysis parses user task descriptions to identify functional and technical components, automating the process of writing test cases and creating structured test scenarios for improved quality assurance.

What output formats are available when generating QA test scenarios?

Available output formats include contract.json and standard test scenario formats, allowing you to generate structured data for micro-QA verification based on your specific software development requirements.