modelado-basado-escenarios

Model business processes from happy path narratives with sequential numbering.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/imaginabit/Agente-Domain-Storytelling --skill modelado-basado-escenarios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modelado-basado-escenarios
Source: https://github.com/imaginabit/Agente-Domain-Storytelling/tree/main/skills/modelado-basado-escenarios
Command: npx skills add https://github.com/imaginabit/Agente-Domain-Storytelling --skill modelado-basado-escenarios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you simplify complex business processes by focusing on the ideal "happy path" scenario, eliminating unnecessary complexity and making them easier to understand, document, and implement.

Core Features & Use Cases

  • Happy Path Focus: Captures the 80% of cases that follow an ideal flow, ignoring exceptions initially.
  • Eliminate Conditionals: Guides users to avoid "if/else" statements in narratives, creating linear stories.
  • Strict Sequential Numbering: Ensures a clear, chronological order for every step in a process.
  • Use Case: You need to document how a customer places an order. This Skill will help you capture the standard, most common order process from start to finish, without getting bogged down by exceptions like payment failures or stock issues, which can be documented later.

Quick Start

Use the modelado-basado-escenarios skill to help me document the process of a customer placing an order online, focusing on the happy path.

Frequently Asked Questions about modelado-basado-escenarios

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

FAQPage Schema
How do I document business processes without getting bogged down by exceptions?

Business process modeling using scenario-driven narratives captures the ideal happy path to document the 80% of standard cases. This approach strictly eliminates conditional logic, ensuring workflows are simple, linear, and easy to understand without exceptions.

What is Domain Storytelling and how does it simplify workflow documentation?

Domain Storytelling is a technique for workflow documentation that extracts knowledge from domain narratives. It models business processes by focusing on sequential, happy path scenarios, which simplifies complex workflows by removing conditional branches and enforcing chronological order.

How can I model a customer order process focusing only on the standard flow?

To model a customer order process, you capture the standard flow from start to finish using scenario modeling. By focusing on the happy path and ignoring edge cases like payment failures, you create a clear, sequentially numbered narrative of the ideal transaction.

When should I use happy path scenario modeling for business analysis?

Use happy path scenario modeling for business analysis when you need to simplify complex processes and capture the 80% of ideal cases. It is ideal for initial workflow documentation and structured knowledge extraction before addressing exceptions or conditional logic.

Does scenario-based process modeling eliminate if/else conditions in workflows?

Yes, scenario-based process modeling actively eliminates if/else statements to create linear stories. By enforcing strict sequential numbering and avoiding conditionals, it ensures a clear, chronological order for every step in the business process.

What is the best way to extract structured knowledge from domain narratives?

The best way to extract structured knowledge from domain narratives is through Domain Storytelling. This approach models business processes based on scenario-driven narratives, enforcing sequential numbering and focusing on the ideal flow to clearly document workflows.