Startup CFO
Purpose
AI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics (LTV:CAC), capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.
Routing
- Use when: Use when the user asks to aI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics LTV:CAC, capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.
- Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.
- Outputs: Outcome from Startup CFO: task-specific result plus concrete action notes.
- Success criteria: Returns concrete actions and decisions matching the requested task, with no fabricated tool-side behavior.
Trigger Examples
Positive
- Use the startup-cfo skill for this request.
- Help me with startup cfo.
- Use when the user asks to aI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics LTV:CAC, capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.
- Startup CFO: provide an actionable result.
Negative
- Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.
- Do not use startup-cfo for unrelated requests.
- This request is outside startup cfo scope.
- This is conceptual discussion only; no tool workflow is needed.
Parameters
| Name |
Type |
Required |
Description |
| topic |
select |
Yes |
Area of focus |
| question |
string |
Yes |
Your specific question |
| arr |
string |
No |
Annual Recurring Revenue (e.g., $2M) |
| monthlyChurn |
string |
No |
Monthly churn rate (e.g., 2.5%) |
| cac |
string |
No |
Customer Acquisition Cost (e.g., $500) |
| ltv |
string |
No |
Lifetime Value (e.g., $3000) |
Runtime Prompt
- Current runtime prompt length: 4158 characters.
- Runtime prompt is defined directly in
../startup-cfo.json.
1---2name: startup-cfo3description: AI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics (LTV:CAC), capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.4---56# Startup CFO78## Purpose910AI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics (LTV:CAC), capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.1112## Routing1314- Use when: Use when the user asks to aI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics LTV:CAC, capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.15- Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.16- Outputs: Outcome from Startup CFO: task-specific result plus concrete action notes.17- Success criteria: Returns concrete actions and decisions matching the requested task, with no fabricated tool-side behavior.1819## Trigger Examples2021### Positive2223- Use the startup-cfo skill for this request.24- Help me with startup cfo.25- Use when the user asks to aI CFO for bootstrapped startups. Provides financial frameworks for cash management, runway calculations, unit economics LTV:CAC, capital allocation, hiring ROI, burn rate analysis, working capital optimization, and forecasting.26- Startup CFO: provide an actionable result.2728### Negative2930- Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.31- Do not use startup-cfo for unrelated requests.32- This request is outside startup cfo scope.33- This is conceptual discussion only; no tool workflow is needed.3435## Parameters3637| Name | Type | Required | Description |38|---|---|---|---|39| topic | select | Yes | Area of focus |40| question | string | Yes | Your specific question |41| arr | string | No | Annual Recurring Revenue (e.g., $2M) |42| monthlyChurn | string | No | Monthly churn rate (e.g., 2.5%) |43| cac | string | No | Customer Acquisition Cost (e.g., $500) |44| ltv | string | No | Lifetime Value (e.g., $3000) |4546## Runtime Prompt4748- Current runtime prompt length: 4158 characters.49- Runtime prompt is defined directly in `../startup-cfo.json`.