Budget
Allocate the budget for "$ARGUMENTS". Break down the forecast into departmental budgets with spending limits, approval thresholds, and accountability.
Prerequisites
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 $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
Read context:
- Read
.metapowers/finance/$ARGUMENTS/02-plan.md for strategic objectives
- Read
.metapowers/finance/$ARGUMENTS/03-forecast.md for expense projections
Define budget structure:
- List all departments or cost centers
- Categorize expenses: personnel, tools/software, marketing, infrastructure, professional services, other
- Determine budget period (monthly, quarterly, annual)
Allocate by department:
- For each department:
- Personnel costs (headcount x compensation)
- Non-personnel costs (tools, travel, contractors, etc.)
- Growth investments vs maintenance spend
- Ensure allocations sum to the forecast total
- Identify which departments have the most budget flexibility
Set guardrails:
- Define spending authority levels (who can approve what amounts)
- Set variance thresholds that trigger review (e.g., >10% over budget)
- Identify protected vs discretionary line items
- Define the reallocation process
Create accountability framework:
- Assign a budget owner to each department
- Define reporting cadence (monthly actuals vs budget)
- Set up variance explanation requirements
Write the artifact to .metapowers/finance/$ARGUMENTS/04-budget.md with sections:
- Budget Summary — total budget by period, split by department
- Department Budgets — detailed allocation per department
- Headcount Budget — planned hires, timing, and cost
- Spending Guardrails — authority levels, thresholds, protected items
- Accountability — owners, reporting cadence, variance rules
Output
The budget written to .metapowers/finance/$ARGUMENTS/04-budget.md. Present a summary highlighting:
- Total budget and department breakdown
- Largest budget categories
- Key guardrails and approval thresholds
- Headcount plan
1---2name: budget3description: Allocate expenses by department and set spending guardrails4---56# Budget78Allocate the budget for "$ARGUMENTS". Break down the forecast into departmental budgets with spending limits, approval thresholds, and accountability.910## Prerequisites1112Read `.metapowers/finance/$ARGUMENTS/03-forecast.md`. If this file does not exist, tell the user:1314> Phase 3 (Forecast) has not been completed for "$ARGUMENTS". Run `/finance:forecast $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check and log to `.metapowers/finance/$ARGUMENTS/skip-log.md`.1718## Process19201. **Read context:**21 - Read `.metapowers/finance/$ARGUMENTS/02-plan.md` for strategic objectives22 - Read `.metapowers/finance/$ARGUMENTS/03-forecast.md` for expense projections23242. **Define budget structure:**25 - List all departments or cost centers26 - Categorize expenses: personnel, tools/software, marketing, infrastructure, professional services, other27 - Determine budget period (monthly, quarterly, annual)28293. **Allocate by department:**30 - For each department:31 - Personnel costs (headcount x compensation)32 - Non-personnel costs (tools, travel, contractors, etc.)33 - Growth investments vs maintenance spend34 - Ensure allocations sum to the forecast total35 - Identify which departments have the most budget flexibility36374. **Set guardrails:**38 - Define spending authority levels (who can approve what amounts)39 - Set variance thresholds that trigger review (e.g., >10% over budget)40 - Identify protected vs discretionary line items41 - Define the reallocation process42435. **Create accountability framework:**44 - Assign a budget owner to each department45 - Define reporting cadence (monthly actuals vs budget)46 - Set up variance explanation requirements47486. **Write the artifact** to `.metapowers/finance/$ARGUMENTS/04-budget.md` with sections:49 - **Budget Summary** — total budget by period, split by department50 - **Department Budgets** — detailed allocation per department51 - **Headcount Budget** — planned hires, timing, and cost52 - **Spending Guardrails** — authority levels, thresholds, protected items53 - **Accountability** — owners, reporting cadence, variance rules5455## Output5657The budget written to `.metapowers/finance/$ARGUMENTS/04-budget.md`. Present a summary highlighting:58- Total budget and department breakdown59- Largest budget categories60- Key guardrails and approval thresholds61- Headcount plan