vc-scenario

Decompose features across 12 dimensions to generate edge cases and test scenarios.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/tutran27/trust-room-AI --skill vc-scenario-tutran27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-scenario
Source: https://github.com/tutran27/trust-room-AI/tree/main/.agents/skills/vc-scenario
Command: npx skills add https://github.com/tutran27/trust-room-AI --skill vc-scenario-tutran27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify potential issues and test scenarios by decomposing features across 12 dimensions, ensuring robust implementation and testing.

Core Features & Use Cases

  • Feature Decomposition: Analyze features across 12 dimensions to uncover edge cases and risks.
  • Mode Selection: Simple mode for quick edge case generation, Deep mode for detailed scenarios referencing actual code.
  • Use Case: Before implementing complex features, use this Skill to generate test scenarios and identify potential issues early.

Quick Start

Use the /vc-scenario command with the feature description or file path to generate scenarios.

Frequently Asked Questions about vc-scenario

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

FAQPage Schema
How do I identify edge cases and test scenarios before writing code?

To identify edge cases and test scenarios before implementation, decompose your features across 12 distinct dimensions. This risk assessment analyzes potential issues early, ensuring a robust testing process and preventing bugs in complex features.

What is feature decomposition for risk assessment in software engineering?

Feature decomposition for risk assessment is the process of breaking down a feature across 12 dimensions to systematically uncover hidden edge cases. It generates comprehensive test scenarios, helping developers catch potential issues before implementation begins.

How do I generate test scenarios from a feature description or file path?

You can generate test scenarios by triggering the scenario generation process with a feature description or file path. It supports a Simple mode for quick edge case generation and a Deep mode for detailed scenarios referencing actual code structures.

When do I need to generate edge cases for complex features?

You need to generate edge cases for complex features right before the implementation or testing phase. Decomposing the feature early uncovers potential risks and test scenarios, catching architectural issues and reducing downstream debugging effort.

Can I do a quick risk assessment without analyzing the actual code structure?

Yes, you can perform a quick risk assessment without deep code analysis by using Simple mode. It generates edge cases rapidly based on the feature description, whereas Deep mode references actual code for more detailed and comprehensive test scenarios.