Assess
Consolidate and validate financial data for "$ARGUMENTS". Gather historical financials, verify data integrity, and establish the baseline from which all planning begins.
Prerequisites
None — this is the first phase.
Process
Ask financial data questions:
- What type of business is this? (SaaS, e-commerce, services, marketplace, hardware)
- What stage? (pre-revenue, early-stage, growth, mature)
- What financial data is available? (P&L, balance sheet, cash flow, bank statements)
- What period does the data cover?
- What accounting method? (cash vs accrual)
- What currency and fiscal year?
Consolidate data sources:
- List all revenue streams and categorize them
- List all cost categories (fixed, variable, one-time)
- Identify the chart of accounts or cost centers
- Note any data gaps or inconsistencies
Validate and reconcile:
- Cross-check revenue against bank deposits or invoices
- Verify expense categories are consistent across periods
- Flag any anomalies, one-time items, or restatements
- Calculate basic trends (MoM, YoY growth rates)
Establish baseline metrics:
- Monthly Recurring Revenue (MRR) or equivalent
- Gross margin
- Burn rate and runway
- Headcount and revenue per employee
Write the artifact to .metapowers/finance/$ARGUMENTS/01-assess.md with sections:
- Business Profile — type, stage, accounting method, fiscal year
- Data Sources — what data was provided and its quality
- Revenue Summary — streams, trends, seasonality
- Cost Summary — fixed vs variable, major categories
- Baseline Metrics — key financial indicators
- Data Gaps — missing information and impact on planning
Output
The assessment written to .metapowers/finance/$ARGUMENTS/01-assess.md. Present a summary highlighting:
- Business profile and stage
- Revenue and cost structure overview
- Key baseline metrics
- Critical data gaps to resolve
1---2name: assess3description: Consolidate and validate financial data to establish a reliable baseline4---56# Assess78Consolidate and validate financial data for "$ARGUMENTS". Gather historical financials, verify data integrity, and establish the baseline from which all planning begins.910## Prerequisites1112None — this is the first phase.1314## Process15161. **Ask financial data questions:**17 - What type of business is this? (SaaS, e-commerce, services, marketplace, hardware)18 - What stage? (pre-revenue, early-stage, growth, mature)19 - What financial data is available? (P&L, balance sheet, cash flow, bank statements)20 - What period does the data cover?21 - What accounting method? (cash vs accrual)22 - What currency and fiscal year?23242. **Consolidate data sources:**25 - List all revenue streams and categorize them26 - List all cost categories (fixed, variable, one-time)27 - Identify the chart of accounts or cost centers28 - Note any data gaps or inconsistencies29303. **Validate and reconcile:**31 - Cross-check revenue against bank deposits or invoices32 - Verify expense categories are consistent across periods33 - Flag any anomalies, one-time items, or restatements34 - Calculate basic trends (MoM, YoY growth rates)35364. **Establish baseline metrics:**37 - Monthly Recurring Revenue (MRR) or equivalent38 - Gross margin39 - Burn rate and runway40 - Headcount and revenue per employee41425. **Write the artifact** to `.metapowers/finance/$ARGUMENTS/01-assess.md` with sections:43 - **Business Profile** — type, stage, accounting method, fiscal year44 - **Data Sources** — what data was provided and its quality45 - **Revenue Summary** — streams, trends, seasonality46 - **Cost Summary** — fixed vs variable, major categories47 - **Baseline Metrics** — key financial indicators48 - **Data Gaps** — missing information and impact on planning4950## Output5152The assessment written to `.metapowers/finance/$ARGUMENTS/01-assess.md`. Present a summary highlighting:53- Business profile and stage54- Revenue and cost structure overview55- Key baseline metrics56- Critical data gaps to resolve