Agent skill
new-venture-analyst
Generates comprehensive venture viability reports, financial models, and GTM strategy critiques for new business ideas or products. Use when a user needs to vet an idea, analyze a business plan, or stress-test strategic assumptions.
Install this agent skill to your Project
npx add-skill https://github.com/Beerspitnight/cc-skills/tree/main/plugins/new-venture-analyst
SKILL.md
New Venture Analyst
Process Overview
- Deconstruction: specific data points (TAM/SAM, Pricing, CAC, Churn, Burn).
- Financial Modeling: Use
scripts/model_financials.pyto generate 12-month projections. - Strategic Analysis: Use
references/evaluation_guide.mdto critique the business model. - Reporting: Synthesize findings into the final Markdown report.
Step 1: Data Extraction & Validation
First, extract the following assumptions from the user's context. If missing, estimate based on industry standards but flag as "Assumed".
- Growth: Monthly growth rate (%), Starting user count
- Unit Economics: ARPU (Average Revenue Per User), Churn Rate (%)
- Costs: CAC (Customer Acquisition Cost), COGS (Cost of Goods Sold/Service), Fixed Monthly Costs
Step 2: Financial Modeling
Run the financial modeling script to generate the 12-month projection table (Pessimistic, Realistic, Optimistic).
python3 scripts/model_financials.py \
--start_users [N] \
--growth_rate [0.XX] \
--arpu [N] \
--churn [0.XX] \
--cac [N] \
--cogs [N] \
--fixed_costs [N]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
business-plan-advisor
Expert business planning consultant for creating comprehensive, investor-ready business plans from scratch or refining existing plans. Use when users request help creating a new business plan, updating/reviewing an existing business plan, need guidance on specific business plan sections, or require financial projection assistance. Applies to startups and established businesses across all industries seeking funding or strategic planning.
graphic-design
Adaptive design engine for UI/UX, Print, and Branding. Use for critiques, creating visual assets, accessibility checks (WCAG), and technical production specs.
viral-reel-generator
Expert scriptwriter for high-retention short-form video (TikTok, Instagram Reels, YouTube Shorts). Generates optimized scripts with engineered hooks, strict anti-AI-slop writing rules, and personality-driven delivery.
business-fact-checker
Specialized verification of business claims, financial metrics, valuations, and market data. Use proactively for due diligence, pitch deck reviews, and financial news analysis.
pitch-deck-creator-edtech
Use when user needs to create a pitch deck for EdTech startups - transforms content into visually compelling, narrative-driven presentations through collaborative refinement, wireframing, and hybrid deck generation (PowerPoint + Google Slides)
auditing-compliance
Audits codebases against IT security, privacy, and compliance frameworks including LAUSD (NIST CSF 2.0), NJ K-12 (NJDPL), and AICPA SOC 2. Use when reviewing code, infrastructure (IaC), CI/CD pipelines, or schemas for school district compliance, data privacy, AI safety, or SOC 2 Trust Services Criteria. Supports individual or combined framework audits.
Didn't find tool you were looking for?