agentsclimarketplace

Model

Skill bromso/metapowers/plugins/finance/skills/model

A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.

Install
npx -y skills add bromso/metapowers --skill model

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Build valuation and scenario models to stress-test financial assumptions

SKILL.md

2.5 KB, 597 tokens by cl100k_base, as published. Nobody here has run it

Model

Build the financial model for "$ARGUMENTS". Create an integrated model with scenario analysis, valuation, and sensitivity testing to support decision-making and fundraising.

Prerequisites

Read .metapowers/finance/$ARGUMENTS/04-budget.md. If this file does not exist, tell the user:

Phase 4 (Budget) has not been completed for "$ARGUMENTS". Run /finance:budget $ARGUMENTS first, or use --skip-checks to bypass.

If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/finance/$ARGUMENTS/skip-log.md.

Process

  1. Read context:

    • Read .metapowers/finance/$ARGUMENTS/01-assess.md through 04-budget.md for complete financial picture
    • Reference financial-model-template.md for scenario table structure
  2. Build integrated P&L model:

    • Revenue model with driver-based projections
    • COGS and gross profit
    • Operating expenses by category
    • EBITDA and net income
    • Project 3-5 years with monthly detail for year 1
  3. Build scenario models:

    • Base case: aligned with the forecast and budget
    • Best case: upside assumptions (faster growth, better margins)
    • Worst case: downside assumptions (slower growth, higher costs, churn)
    • For each scenario: revenue, expenses, cash flow, runway, break-even
    • Reference financial-model-template.md for scenario table format
  4. Valuation analysis (if applicable):

    • Revenue multiples (based on comparable companies)
    • DCF analysis with WACC assumptions
    • Last-round valuation and implied metrics
    • Cap table impact of future fundraising scenarios
  5. Sensitivity analysis:

    • Identify the 5-8 variables with the most impact
    • Show how changes in each variable affect key outputs
    • Create tornado chart data (which inputs swing outcomes most)
  6. Write the artifact to .metapowers/finance/$ARGUMENTS/05-model.md with sections:

    • Integrated P&L — multi-year income statement
    • Scenario Analysis — best/base/worst case summaries
    • Valuation — multiples, DCF, and comparable analysis
    • Sensitivity Matrix — variable impact on key metrics
    • Model Assumptions Log — every input and its source/rationale

Output

The model written to .metapowers/finance/$ARGUMENTS/05-model.md. Present a summary highlighting:

  • Base case P&L trajectory
  • Scenario range (worst to best)
  • Valuation range
  • Most sensitive variables

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.