Auto-generate business plans, infrastructure diagrams, pitch decks
v1~v12 iterative refinement experience internalized (Doyak Package journey)
name: business-planner
description: "Auto-generate business plans, infrastructure diagrams, pitch decks. Includes government funding (Doyak Package/TIPS/Startup Academy), investor IR, tech infrastructure design. Internalized v1~v12 iteration experience."
author: 무펭이 🐧
version: 1.0.0
created: 2026-02-14
triggers:
- "business plan"
- "pitch deck"
- "infrastructure diagram"
- "Doyak Package"
- "TIPS"
- "IR materials"
- "investor materials"
- "Startup Academy"
Auto-generate business plans for government startup programs (Doyak Package, TIPS, Early Startup Package, Startup Academy).
Supported Formats: - ✅ Startup Doyak Package (General/Regional) - ✅ TIPS (R&D-focused) - ✅ Early Startup Package - ✅ Startup Academy
Output Structure:
Cover
├─ Application & General Info
├─ Startup Item Overview & Commercialization Plan (Summary)
│ ├─ Problem Definition (Hook)
│ ├─ Solution (Product/Service)
│ ├─ Customer Cases (before/after numbers)
│ └─ Key Differentiators
├─ Market Analysis
│ ├─ TAM/SAM/SOM
│ ├─ Competitor Analysis
│ └─ Trends (McKinsey, Gartner citations)
├─ Business Model
│ ├─ Pricing Strategy
│ ├─ Unit Economics (CAC, LTV)
│ └─ Revenue Structure
├─ Tech Infrastructure (if applicable)
│ ├─ Architecture Diagram
│ ├─ Hardware Specs
│ └─ Cost Breakdown
├─ Team Composition
├─ Financial Plan (3 years)
│ ├─ Income Statement
│ ├─ Fund Execution Plan
│ └─ Break-Even Point (BEP)
└─ Roadmap (Phase 0~4)
Output Format:
- HTML (A4 print-optimized, includes @media print styles)
- Can be opened in browser and converted to PDF
- Includes image insertion guide (SVG, PNG, JPG)
Visualize infrastructure architecture for tech startups.
Generated Items: - Architecture Diagram (text-based ASCII art, Mermaid) - Hardware Spec Comparison (Mac Mini, Raspberry Pi, Linux server, Cloud) - Cost Breakdown (COGS, overhead, BEP) - Network Topology (VPN, firewall, port config) - Security Checklist (FileVault, SSH, API key isolation)
Example Cases: - Mupeng Box (Mac Mini M4 Pro-based AI agent hardware) - On-premise vs Cloud vs Hybrid comparison - Product Lineup (Lite/Pro/Enterprise)
Output Format: - Markdown (GitHub/Notion compatible) - Mermaid diagrams (graph, flowchart, sequence) - ASCII tables
Generate pitch decks for investors/accelerators in 10-15 slide structure.
Slide Structure:
1. Cover (Company name, one-liner)
2. Problem (Hook + field voices)
3. Solution (Product/service core)
4. Market Size (TAM/SAM/SOM, CAGR)
5. Product (Screenshots/demo/diagrams)
6. Business Model (Pricing, unit economics)
7. Traction (PMF signals, revenue, users)
8. Competitive Advantage (Moat, differentiation)
9. Team (Founders, key personnel)
10. Financials (3-year projections, break-even)
11. Roadmap (Milestones)
12. Ask (Funding needed, use, equity)
Storytelling Principles: - Hook → Resolve doubt → Product/visuals → Market/numbers - Don't use same visual twice - Emphasize "expansion" (network effects) — not just tech refinement - Number-focused (before/after, %, revenue, users)
Output Format: - Markdown (section-separated by slide) - Includes Google Slides/PowerPoint conversion guide
Version control, feedback incorporation, diff comparison with previous versions.
這個技能的最新版本可以在7w4.net小蔥技能站找到。
Version Control:
- projects/gov-support/doyak-v1.html → v2.html → ... → v12.html
- git diff-style change tracking
- Major changes summary (CHANGELOG.md)
Feedback Incorporation: - Reviewer comments → revision direction suggestions - Investor questions → add supplementary sections - A/B testing (compare two versions)
Insights from iterating Doyak Package business plan from v1 to v12:
✅ Good: "Why do 72% abandon AI within 3 months?" (hook) → Present 3 barriers → Our solution
Never use same visual twice
Prepare new visuals for each section
"Expansion" is key — don't just talk about tech refinement
Message: Share the foundation, build proprietary ecosystem on top
Hardware is our infrastructure, not for sale
Context explanation time: 90% reduction after 3 months
Cite authoritative sources
Files automatically referenced by skill (workspace-relative):
$WORKSPACE/
├─ projects/gov-support/
│ ├─ doyak-v10-img.html (latest business plan HTML)
│ ├─ doyak-v10-img2.html
│ ├─ doyak-v10.html
│ └─ doyak-v11.pdf (final submission)
├─ memory/consolidated/
│ └─ doyak-business-plan.md (core memories)
├─ memory/
│ ├─ [DATE]-mupeng-box-infra.md (infrastructure design)
│ └─ [DATE]-assoai-pitchdeck.md (pitch deck example)
└─ memory/research/
└─ [DATE]-ai-agent-market.md (market research)
Auto-triggers on requests containing:
"Write Doyak Package business plan. Company name [name], item [one-liner]."
Generation Process:
1. Receive basic info (company name, CEO, business registration, item intro)
2. Read reference files (doyak-business-plan.md, market research)
3. Generate from HTML template (doyak-v10-img.html structure ref)
4. Include image insertion guide
5. Save to projects/gov-support/[company]-v1.html
6. Provide browser opening guide
"Create Mac Mini-based AI agent infrastructure diagram. Product lineup: Lite/Pro/Enterprise."
Generation Process:
1. Reference mupeng-box-infra.md
2. Generate Mermaid diagrams (architecture, network topology)
3. Hardware spec comparison table (Markdown table)
4. Cost breakdown (COGS, overhead, BEP)
5. Save to projects/infra/[project]-infra.md
"Create investor pitch deck. TAM $2B, SAM $200M, SOM $2M. Current: 2 customers, ARR 16.8M KRW."
Generation Process:
1. Reference assoai-pitchdeck.md structure
2. Generate 10-15 slide Markdown
3. Apply storytelling principles (hook → resolve → product → numbers)
4. Number-focused writing (TAM/SAM/SOM, CAC, LTV, BEP)
5. Save to projects/pitch/[company]-pitchdeck.md
"Show differences between doyak-v10.html and v11.html"
Execution: - Read both files, summarize major changes - Show section-by-section diff - Suggest improvements
"Reviewer feedback: 'Market expansion strategy is weak'. Improve this."
Execution:
1. Read existing business plan
2. Find "expansion" sections (business model, roadmap)
3. Add network effects, viral strategies
4. Generate v[N+1].html
5. Summarize changes
(HTML and Mermaid templates included in original, maintained as-is for technical accuracy)
Tools used internally by skill:
read, write, edit tools$WORKSPACE/
└─ projects/
├─ gov-support/
│ ├─ [company]-v1.html (draft)
│ ├─ [company]-v2.html (feedback incorporated)
│ └─ [company]-final.pdf (final submission)
├─ pitch/
│ └─ [company]-pitchdeck.md
└─ infra/
└─ [project]-infra.md
Event log saved when new version created:
{
"event": "business_plan_created",
"timestamp": "2026-02-14T08:06:00Z",
"version": "v1",
"file": "projects/gov-support/mycompany-v1.html",
"company": "MyCompany",
"type": "doyak-package",
"changes": "Initial draft created"
}
File location: events/business-plan-2026-02-14.json
memory/consolidated/doyak-business-plan.md — v1~v12 iteration experiencememory/2026-02-09-mupeng-box-infra.md — Infrastructure design casememory/research/2026-02-14-ai-agent-market.md — Market research data🐧 Built by 무펭이 — Mupengism ecosystem skill
📅 Created: 2026-02-14
📝 Version: 1.0.0
🏷️ Tags: #business-plan #pitch-deck #infrastructure #government-funding #IR
| Version | Date | Changes |
|---|---|---|
| 1.0.0 | 2026-02-14 | Initial version created. v1~v12 experience internalized |
License: MIT
Contribute: Pull requests welcome at github.com/mupeng/workspace/skills/business-planner
這個Skill文件內容豐富,涵蓋了商業計劃書、Pitch Deck、基礎設施圖等創業材料的生成方法,並融入了大量實戰經驗。優點是結構清晰、有具體案例和敘事原則指導;不足是實際使用時依賴的模板檔案和參考文件並未包含在包內,可能導致生成結果不完整。質量中等偏上,概念設計完善但落地可用性有待改進。