cfo-cenarios-nomeados

Save and compare named financial scenarios with side-by-side projections.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill cfo-cenarios-nomeados
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cfo-cenarios-nomeados
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/cfo-cenarios-nomeados
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill cfo-cenarios-nomeados

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Salva e compara cenários financeiros nomeados. O dono pode criar cenários ("crescimento_agressivo", "cautela") com parâmetros próprios e Marcos compara projeções lado-a-lado com tradeoffs explícitos.

Core Features & Use Cases

  • Salva cenários com parâmetros personalizados (ex.: crescimento_agressivo, cautela) e armazena projeções.
  • Compara projeções lado-a-lado com tradeoffs explícitos (caixa_final, runway, margem).
  • Suporta criação, listagem e comparação via scripts Python fornecidos.

Quick Start

Execute o script criar_cenario.py com --nome e --params para criar um cenário nomeado, depois use listar_cenarios.py ou comparar.py para gerenciar e comparar cenários.

Frequently Asked Questions about cfo-cenarios-nomeados

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

FAQPage Schema
How do I save and compare financial scenarios with side-by-side projections?▼

You save and compare financial scenarios by running Python scripts to create named parameter sets, then use a comparison script to generate side-by-side projections. This process outputs explicit tradeoffs like final cash, runway, and margin metrics.

What is the best way to store named financial projections for later comparison?▼

Storing named financial projections is best handled by using a Python script to save custom parameters under a specific scenario name. This allows you to retrieve and compare stored projections later to streamline planning and decisions.

How do I create a custom financial scenario using Python scripts?▼

To create a custom financial scenario, execute the provided Python script with a name argument and your custom parameters. The script stores the named scenario and generates projection metrics for later use.

Do I need Python 3 to run these financial scenario comparison scripts?▼

Yes, you need Python 3 to run the provided scripts that store named financial scenarios and generate projection metrics. The scripts support creating, listing, and comparing scenarios with explicit tradeoffs.

Can I list all saved financial scenarios before running a side-by-side comparison?▼

Yes, you can list all saved financial scenarios before running a comparison. The provided Python scripts include functionality to list existing named scenarios, helping you manage and select which projections to compare side-by-side.