AgentSkillsCN

scenario-multiverse-orchestrator

从财务与战略假设出发,生成多种业务场景(增长型、稳定型、混合型),为高管决策提供有力支撑。

SKILL.md
--- frontmatter
name: scenario-multiverse-orchestrator
description: Generates multiple business scenarios (Growth/Stability/Hybrid) from financial and strategic assumptions for executive decision-making.
status: implemented
arguments:
  - name: input
    short: i
    type: string
    required: true
    description: Path to JSON file with base assumptions
  - name: scenarios
    short: s
    type: number
    default: 3
    description: Number of scenarios to generate
  - name: out
    short: o
    type: string
    description: Output file path

Scenario Multiverse Orchestrator

This skill generates multiple business scenarios for strategic decision-making.

Capabilities

1. Scenario Generation

  • Creates Growth, Stability, Pivot, and Exit-Prep scenarios from base assumptions.
  • Projects monthly/quarterly financials for each scenario.

2. Scenario Comparison

  • Identifies highest revenue, longest runway, and lowest risk options.
  • Recommends balanced approach based on risk/reward analysis.

Usage

  • "Generate 3 business scenarios for the next 12 months based on our current financials."
  • "Compare aggressive growth vs stability for our startup."

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md.