scenario

Decompose features into 12 risk dimensions and emit severity-labeled scenarios.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/vanducng/skills --skill scenario-vanducng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scenario
Source: https://github.com/vanducng/skills/tree/main/skills/scenario
Command: npx skills add https://github.com/vanducng/skills --skill scenario-vanducng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Decompose a feature into 12 risk dimensions to surface exhaustive edge cases and failure modes for risk discovery, QA planning, and regression design.

Core Features & Use Cases

  • Enumerates edge-case scenarios across the 12 dimensions to ensure thorough coverage.
  • Provides pre-implementation risk discovery, QA planning, regression design, and exhaustive scenario enumeration workflows.
  • Output is organized as dimensioned scenarios with severity labels to guide testing, documentation, and risk remediation.

Quick Start

Provide an exhaustive edge-case list for the target feature or file and save the results to the designated scenario report path.

Frequently Asked Questions about scenario

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

FAQPage Schema
How do I enumerate exhaustive edge cases for QA planning and regression design?

Exhaustive edge case enumeration is achieved by decomposing a target feature into 12 distinct risk dimensions. This process surfaces failure modes for QA planning and regression design, generating scenarios complete with severity labels, rationale, and recommended tests.

What is the best way to design regression tests using risk dimensions?

Designing regression tests with risk dimensions involves analyzing a feature across 12 specific categories to identify failure modes. The resulting scenarios include severity labels and recommended tests, providing a structured report for comprehensive regression coverage.

Can I use automated scenario enumeration for pre-implementation risk analysis?

Automated scenario enumeration supports pre-implementation risk analysis by systematically decomposing features into 12 risk dimensions. It outputs dimensioned scenarios with severity, rationale, and recommended tests, saving the comprehensive risk report to a specified file path.

How does edge case decomposition work across multiple risk dimensions?

Edge case decomposition works by analyzing a feature against 12 predefined risk dimensions to surface exhaustive failure modes. Each emitted scenario is categorized by its specific dimension, assigned a severity level, and paired with a rationale and recommended test action.

What limitations exist when generating exhaustive scenario reports for complex features?

Generating exhaustive scenario reports relies on decomposing features into 12 fixed risk dimensions, meaning coverage is bounded by those specific categories. The resulting edge cases, severities, and recommended tests are saved to a designated path for manual QA review.