specify-scenario

Generate INSERT/MODIFY/DELETE/REFER scenes from business intent and append to spec.md.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill specify-scenario
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specify-scenario
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/specify-scenario
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill specify-scenario

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Analyze business intent against existing scenarios and identify changes to the scenario set.

## Core Features & Use Cases

  • INSERT/MODIFY/DELETE/REFER scene generation based on new business intents.
  • Context-aware analysis using FEATURE_DIR/context.md and related documents for alignment.
  • Change auditing and append to spec.md for traceability.

### Quick Start Describe the current business intent and existing context, then generate INSERT/MODIFY/REFER scenes and append them to spec.md.

Frequently Asked Questions about specify-scenario

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

FAQPage Schema
How do I turn business intents into actionable scenarios for requirements documentation?

To turn business intents into actionable scenarios, you analyze the intent against existing context and generate INSERT, MODIFY, DELETE, or REFER scenes. These template-driven scene definitions are then appended to spec.md to ensure traceability and support review.

What is scenario traceability and how does change auditing work in spec management?

Scenario traceability in spec management links generated scenes to original business intents. Change auditing works by appending template-driven INSERT, MODIFY, or DELETE actions to spec.md, ensuring all modifications are tracked for collaboration and review.

How to generate INSERT and MODIFY scenes from new business requirements?

To generate INSERT and MODIFY scenes, provide the new business intent alongside existing context.md documents. The system analyzes the intent against current scenarios, identifies necessary changes, and appends the generated scenes to spec.md.

Do I need existing context documents to generate requirements specs from business intents?

Yes, existing context.md and related documents are required to generate requirements specs. The system applies context-aware analysis to align new business intents with current scenarios, ensuring generated scenes integrate properly into spec.md.

What's the best way to manage acceptance testing scenarios when business requirements change?

The best way to manage acceptance testing scenarios during requirement changes is to apply change auditing against existing specs. By generating REFER or MODIFY scenes from the new intent, you maintain traceability and append updates directly to spec.md.

Why does scenario generation require template-driven definitions for spec.md?

Scenario generation requires template-driven definitions to enforce consistency and traceability within spec.md. By structuring INSERT, MODIFY, and DELETE actions through templates, the system ensures change auditing supports effective review and collaboration.