Skip to content

Business plan

gen_business_plan · slug business-plan · icon 📈 · outputs docx, markdown

An investor-ready business plan as a Word document. The team researches the market, sizes it with real arithmetic (TAM, SAM, SOM), builds multi-year financial projections with a break-even point, and writes the plan with the numbers already in it.

Inputs

FieldTypeNotes
Business namestringrequired
The concepttextrequired, 20-1500 chars
Industrystringoptional
Target customerstringbe specific
Location or marketstringoptional
Pricing modelpickOne-off · Subscription · Usage-based · Freemium to paid · Marketplace commission · Project/retainer
Starting capitalnumberdefault 50,000
CurrencypickGBP · USD · EUR
Projection horizonpick3 years · 5 years
Plan is forpickInvestors · A bank loan · Co-founders/early team · Myself, to think clearly

Pipeline

StepRoleSkillsTierDepends on
market_researchresearcherweb.research, web.search, web.fetchcheap
market_sizinganalystmath.evaluate, llm.generatecheapmarket_research
financialsanalystmath.evaluate, llm.generatecheapmarket_sizing, market_research
planwriterllm.generatestandardmarket_research, market_sizing, financials
publishpublisherdocs.write_docx, docs.write_markdown, files.writecheapplan

market_sizing and financials both carry math.evaluate specifically so TAM/SAM/SOM and the break-even point are real arithmetic, not a model’s guess at numbers — the shared house style rule “never invent statistics” is enforced structurally here by which skill the step is given, not just by instruction text.

Example run

{
"generatorId": "gen_business_plan",
"inputs": {
"businessName": "Lumen Bakehouse",
"concept": "A neighbourhood sourdough bakery with a subscription for weekly bread deliveries within 3 km.",
"pricingModel": "Subscription",
"startupCapital": 50000,
"currency": "GBP"
}
}