ck:scenario

Generate edge cases and test scenarios by analyzing features across 12 dimensions.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-scenario-auxi-wardrobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:scenario
Source: https://github.com/auxi-wardrobe/auxi-all-in/tree/main/.agents/skills/ck-scenario
Command: npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-scenario-auxi-wardrobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps in generating comprehensive edge cases and test scenarios to identify potential issues before implementation, enhancing the quality and robustness of features.

Core Features & Use Cases

  • 12-Dimensional Decomposition: Analyze features across 12 dimensions to generate scenarios.
  • Pre-Implementation and Testing: Surface edge cases and risks before implementation or testing.
  • Use Case: For a new feature involving user authentication, it can generate scenarios to cover different user roles, input extremes, and authorization failures.

Quick Start

Run the 'ck:scenario' command with the path to your feature file or a description of the feature.

Frequently Asked Questions about ck:scenario

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

FAQPage Schema
How do I generate test scenarios and edge cases before implementation?

Generate test scenarios by analyzing your feature across 12 dimensions, including user types, input extremes, timing, scale, and state transitions. This approach surfaces edge cases and risks early in the development cycle.

What is the best way to catch edge cases during feature analysis?

The best way to catch edge cases during feature analysis is applying a 12-dimensional decomposition approach. It evaluates risks across user roles, input extremes, and state transitions to identify potential issues before testing begins.

Can I use this for risk assessment on a new user authentication feature?

Yes, you can use it for risk assessment on a user authentication feature. It generates scenarios covering different user roles, input extremes, and authorization failures to enhance feature robustness.

Do I need a specific file format to analyze feature risks?

No specific file format is required. You can run the analysis by providing a path to your feature file or a direct description of the feature, allowing flexible integration into your workflow.

What dimensions are covered in software testing scenario generation?

Software testing scenario generation covers 12 dimensions, including user types, input extremes, timing, scale, and state transitions. This comprehensive decomposition ensures thorough feature analysis.

When should I not use a 12-dimensional approach for test scenarios?

You should avoid this approach for simple, low-risk features where extensive pre-implementation analysis is unnecessary. It is designed to catch issues early in the development cycle for complex features requiring robust testing.