agentsclimarketplace

Review

Skill bromso/metapowers/plugins/finance/skills/review

Monitor performance against budget, analyze variances, and reforecastFrom its SKILL.md

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

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.

SKILL.md

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

Review

Review financial performance for "$ARGUMENTS". Compare actuals to budget, analyze variances, identify trends, and update the forecast based on new information.

Prerequisites

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

Phase 5 (Model) has not been completed for "$ARGUMENTS". Run /finance:model $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/02-plan.md for KPI targets
    • Read .metapowers/finance/$ARGUMENTS/03-forecast.md for original projections
    • Read .metapowers/finance/$ARGUMENTS/04-budget.md for departmental budgets
    • Read .metapowers/finance/$ARGUMENTS/05-model.md for scenario benchmarks
  2. Collect actuals:

    • Ask the user for actual financial results for the review period
    • Revenue actuals by stream
    • Expense actuals by department and category
    • Cash position and cash flow actuals
    • Headcount actuals
  3. Variance analysis:

    • Calculate budget vs actual for each line item
    • Classify variances: favorable/unfavorable, timing/permanent, volume/price/mix
    • Identify the top 5 variances by dollar amount
    • Determine root causes for significant variances
  4. KPI scorecard:

    • Update each KPI with actual values
    • Show trend (improving, stable, declining)
    • Flag any KPIs at risk of missing annual target
  5. Reforecast:

    • Based on actuals and trends, update the remaining forecast
    • Adjust assumptions that have proven incorrect
    • Recalculate runway and break-even timing
    • Recommend budget reallocations if needed
  6. Write the artifact to .metapowers/finance/$ARGUMENTS/06-review.md with sections:

    • Period Summary — review period and key headlines
    • Variance Analysis — budget vs actual with explanations
    • KPI Scorecard — target vs actual vs trend
    • Reforecast — updated projections for remaining periods
    • Recommendations — actions to take based on findings
    • Risks and Watch Items — emerging issues to monitor

Output

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

  • Performance vs budget (on track, ahead, behind)
  • Largest variances and root causes
  • Updated runway and key metric trajectory
  • Recommended actions

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,452. 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.