Plan
Define the strategic financial plan for "$ARGUMENTS". Set objectives, choose KPIs, and document the assumptions that will drive the forecast and budget.
Prerequisites
Read .metapowers/finance/$ARGUMENTS/01-assess.md. If this file does not exist, tell the user:
Phase 1 (Assess) has not been completed for "$ARGUMENTS". Run /finance:assess $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/01-assess.md for baseline metrics and business profile
Define strategic objectives:
- What is the planning horizon? (quarterly, annual, 3-year)
- What are the top 3-5 financial goals? (growth rate, profitability, fundraise, break-even)
- What business milestones are tied to these goals?
- Are there external deadlines? (fundraise timeline, board commitments)
Select KPIs:
- Choose 5-10 KPIs aligned with objectives
- For each KPI: define the metric, target, current value, and measurement frequency
- Categorize: growth, profitability, efficiency, liquidity
- Identify leading vs lagging indicators
Document planning assumptions:
- Revenue assumptions (growth rates, pricing, churn, expansion)
- Cost assumptions (hiring plan, vendor costs, inflation)
- Market assumptions (TAM, competitive dynamics, seasonality)
- Capital assumptions (funding, debt, payment terms)
- Flag which assumptions carry the most risk
Write the artifact to .metapowers/finance/$ARGUMENTS/02-plan.md with sections:
- Planning Horizon — timeframe and context
- Strategic Objectives — prioritized financial goals
- KPI Dashboard — metrics, targets, current values
- Planning Assumptions — all assumptions with risk ratings
- Milestones — key dates and financial triggers
Output
The plan written to .metapowers/finance/$ARGUMENTS/02-plan.md. Present a summary highlighting:
- Planning horizon and objectives
- Key KPIs and targets
- Highest-risk assumptions
1---2name: plan3description: Define strategic financial objectives, KPIs, and planning assumptions4---56# Plan78Define the strategic financial plan for "$ARGUMENTS". Set objectives, choose KPIs, and document the assumptions that will drive the forecast and budget.910## Prerequisites1112Read `.metapowers/finance/$ARGUMENTS/01-assess.md`. If this file does not exist, tell the user:1314> Phase 1 (Assess) has not been completed for "$ARGUMENTS". Run `/finance:assess $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/01-assess.md` for baseline metrics and business profile22232. **Define strategic objectives:**24 - What is the planning horizon? (quarterly, annual, 3-year)25 - What are the top 3-5 financial goals? (growth rate, profitability, fundraise, break-even)26 - What business milestones are tied to these goals?27 - Are there external deadlines? (fundraise timeline, board commitments)28293. **Select KPIs:**30 - Choose 5-10 KPIs aligned with objectives31 - For each KPI: define the metric, target, current value, and measurement frequency32 - Categorize: growth, profitability, efficiency, liquidity33 - Identify leading vs lagging indicators34354. **Document planning assumptions:**36 - Revenue assumptions (growth rates, pricing, churn, expansion)37 - Cost assumptions (hiring plan, vendor costs, inflation)38 - Market assumptions (TAM, competitive dynamics, seasonality)39 - Capital assumptions (funding, debt, payment terms)40 - Flag which assumptions carry the most risk41425. **Write the artifact** to `.metapowers/finance/$ARGUMENTS/02-plan.md` with sections:43 - **Planning Horizon** — timeframe and context44 - **Strategic Objectives** — prioritized financial goals45 - **KPI Dashboard** — metrics, targets, current values46 - **Planning Assumptions** — all assumptions with risk ratings47 - **Milestones** — key dates and financial triggers4849## Output5051The plan written to `.metapowers/finance/$ARGUMENTS/02-plan.md`. Present a summary highlighting:52- Planning horizon and objectives53- Key KPIs and targets54- Highest-risk assumptions