output-dev-scenario-file

Create, validate, and organize test scenario JSON files for Output SDK workflows.

430|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/growthxai/output --skill output-dev-scenario-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: output-dev-scenario-file
Source: https://github.com/growthxai/output/tree/main/coding_assistants/claude/plugins/outputai/skills/output-dev-scenario-file
Command: npx skills add https://github.com/growthxai/output --skill output-dev-scenario-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating standardized test scenario JSON files for Output SDK workflows to simplify testing, improve coverage, and reduce manual setup.

Core Features & Use Cases

  • Generates properly named JSON scenario files for each workflow
  • Enforces folder conventions and scenario organization within src/workflows/{workflow-name}/scenarios
  • Validates scenarios against the workflow input schema and supports regression testing

Quick Start

Place scenario JSON files under src/workflows/<workflow-name>/scenarios and run the Output CLI to execute tests.

Frequently Asked Questions about output-dev-scenario-file

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

FAQPage Schema
How do I create test scenario JSON files for Output SDK workflows?

To create test scenario JSON files for Output SDK workflows, generate properly named JSON files and place them under src/workflows/{workflow-name}/scenarios to cover basic, complete, and edge-case inputs.

What is the correct folder structure for organizing Output workflow test scenarios?

The correct folder structure for Output workflow test scenarios requires placing JSON files under src/workflows/{workflow-name}/scenarios, enforcing naming conventions and consistent organization for regression coverage.

How does JSON schema validation work for Output workflow test scenarios?

JSON schema validation for Output workflow test scenarios checks generated files against the workflow input schema, ensuring consistent testing and preventing invalid scenario data from executing.

Can I run regression testing using scenario JSON files in Output workflows?

Yes, you can run regression testing by placing validated scenario JSON files under src/workflows/{workflow-name}/scenarios and executing the Output CLI to test basic, complete, and edge-case inputs.

Do I need specific naming conventions for Output workflow scenario JSON files?

Yes, specific naming conventions are enforced for Output workflow scenario JSON files to ensure consistent testing, proper folder structure organization, and reliable regression coverage across workflows.

What types of test inputs should I cover when generating workflow scenarios?

When generating workflow scenarios, you should cover basic, complete, and edge-case inputs to ensure comprehensive regression coverage and validate the Output workflow against varied conditions.