How this skill is triggered — by the user, by Claude, or both
Slash command
/finance:budgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Allocate the budget for "$ARGUMENTS". Break down the forecast into departmental budgets with spending limits, approval thresholds, and accountability.
Allocate the budget for "$ARGUMENTS". Break down the forecast into departmental budgets with spending limits, approval thresholds, and accountability.
Read .metapowers/finance/$ARGUMENTS/03-forecast.md. If this file does not exist, tell the user:
Phase 3 (Forecast) has not been completed for "$ARGUMENTS". Run
/finance:forecast $ARGUMENTSfirst, or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/finance/$ARGUMENTS/skip-log.md.
Read context:
.metapowers/finance/$ARGUMENTS/02-plan.md for strategic objectives.metapowers/finance/$ARGUMENTS/03-forecast.md for expense projectionsDefine budget structure:
Allocate by department:
Set guardrails:
Create accountability framework:
Write the artifact to .metapowers/finance/$ARGUMENTS/04-budget.md with sections:
The budget written to .metapowers/finance/$ARGUMENTS/04-budget.md. Present a summary highlighting:
npx claudepluginhub bromso/metapowers --plugin financeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.