agentsclimarketplace

Variance

Skill bromso/metapowers/plugins/accounting/skills/variance

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 variance

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

Compare actual financial results against budget or forecast

SKILL.md

2.0 KB, as published. Nobody here has run it

Variance

Perform variance analysis for "$ARGUMENTS". Compare actual results to budget, forecast, or prior period and explain the differences.

Prerequisites

None — utility skill, run anytime. More effective when financial data is available from Phase 7 (statements) or Phase 4 (trial balance).

Process

  1. Establish comparison basis:

    • What are we comparing? (actual vs. budget, actual vs. forecast, actual vs. prior period)
    • What level of detail? (total entity, department, account, line item)
    • What period? (month, quarter, year)
  2. Calculate variances:

    • For each line item, compute:
      • Dollar variance — actual minus budget/forecast
      • Percentage variance — dollar variance divided by budget/forecast
    • Classify as favorable (F) or unfavorable (U)
    • Highlight variances exceeding materiality thresholds
  3. Analyze root causes:

    • For each significant variance, identify the driver:
      • Volume variance (more or fewer units)
      • Price variance (higher or lower unit cost/price)
      • Mix variance (different product/service mix)
      • Timing variance (recognized in a different period)
      • One-time items (non-recurring events)
    • Quantify each driver where possible
  4. Write the artifact to .metapowers/accounting/$ARGUMENTS/variance.md with sections:

    • Variance Summary — high-level overview of actual vs. budget with key metrics
    • Detailed Variance Table — line-by-line comparison with dollar and percentage variances
    • Root Cause Analysis — explanation of significant variances
    • Recommendations — actions to address unfavorable variances or capitalize on favorable ones

Output

The variance analysis written to .metapowers/accounting/$ARGUMENTS/variance.md. Present a summary highlighting:

  • Top favorable and unfavorable variances
  • Key root causes identified
  • Recommended actions

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.