← Back to Skills Marketplace
mupengi-bot

business-planner

by mupengi-bot · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
591
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install business-planner
Description
Auto-generate government startup business plans, infrastructure diagrams, and investor pitch decks with version-controlled iterative refinement and detailed...
README (SKILL.md)

business-planner

Auto-generate business plans, infrastructure diagrams, pitch decks
v1~v12 iterative refinement experience internalized (Doyak Package journey)


📋 Metadata

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"

🎯 Core Features

1. Business Plan Generation (Government Funding)

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)

2. Infrastructure Diagram Generation

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

3. Pitch Deck Generation (Investor IR)

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

4. Iterative Revision Support

Version control, feedback incorporation, diff comparison with previous versions.

Version Control:

  • projects/gov-support/doyak-v1.htmlv2.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)

🧠 Learned Lessons (v1~v12 Experience)

Insights from iterating Doyak Package business plan from v1 to v12:

Storytelling

  1. Follow Hook → Resolve doubt → Product/visuals → Market/numbers order

    • ❌ Bad: "Our tech uses AI..." (tech first)
    • ✅ Good: "Why do 72% abandon AI within 3 months?" (hook) → Present 3 barriers → Our solution
  2. Never use same visual twice

    • Reviewers penalize "already seen this visual"
    • Prepare new visuals for each section
  3. "Expansion" is key — don't just talk about tech refinement

    • ❌ "We'll train AI models more accurately"
    • ✅ "Customer A's skills → Customer B purchases → Network effects increase value"

Framework

  1. Mupengism = Apple Analogy

    • OpenClaw = Internet (base infrastructure, open-source)
    • LLM (Claude/GPT) = Semiconductors (compute engine)
    • Mupengism = Apple (OS + App Store + proprietary ecosystem)
    • Message: Share the foundation, build proprietary ecosystem on top
  2. Hardware is our infrastructure, not for sale

    • ❌ "Sell racks to customers"
    • ✅ "Our racks = Skill Store central server, secure margins with own infrastructure instead of AWS"

Numbers

  1. Before/After numbers mandatory

    • Quote writing: 2 hours → 15 minutes
    • VC cold emails to 300 places: 1 week → 2 hours
    • SNS management: 3 hours/day → fully automated
    • Context explanation time: 90% reduction after 3 months
  2. Cite authoritative sources

    • McKinsey 2025 AI Survey: "72% enterprise AI adoption, 72% abandonment within 3 months"
    • Gartner: "By 2028, agentic AI will support 15% of decisions"
    • MarketsandMarkets: "AI agent market $7.84B in 2025 → $52.6B in 2030 (CAGR 46%)"

📚 Reference Files

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)

🚀 Usage

Trigger Keywords

Auto-triggers on requests containing:

  • business plan, pitch deck
  • infrastructure diagram
  • Doyak Package, TIPS, Startup Academy
  • IR materials, investor materials

Command Examples

1. Business Plan Generation

"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

2. Infrastructure Diagram Generation

"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

3. Pitch Deck Generation

"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

4. Version Comparison

"Show differences between doyak-v10.html and v11.html"

Execution:

  • Read both files, summarize major changes
  • Show section-by-section diff
  • Suggest improvements

5. Feedback Incorporation

"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

📐 Template Structures

(HTML and Mermaid templates included in original, maintained as-is for technical accuracy)


🔧 Tech Stack

Tools used internally by skill:

  • HTML Generation: Template engine (Mustache/Handlebars style)
  • Diagrams: Mermaid, ASCII art
  • Version Control: Git diff logic
  • PDF Conversion: Browser print API (user manual execution)
  • File I/O: OpenClaw read, write, edit tools

📊 Output Examples

Generated File Structure

$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 Bus

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


🎓 Learning Resources

Recommended Reading

Internal References

  • memory/consolidated/doyak-business-plan.md — v1~v12 iteration experience
  • memory/2026-02-09-mupeng-box-infra.md — Infrastructure design case
  • memory/research/2026-02-14-ai-agent-market.md — Market research data

🐧 Footer

🐧 Built by 무펭이Mupengism ecosystem skill
📅 Created: 2026-02-14
📝 Version: 1.0.0
🏷️ Tags: #business-plan #pitch-deck #infrastructure #government-funding #IR


🔄 Update Log

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

Usage Guidance
This skill is instruction-only and generally coherent with its description, but before installing: 1) Confirm you are comfortable with the agent reading and writing files in your workspace (the SKILL.md references project files and versioned HTML outputs). 2) Expect the agent may need local tooling (git, a browser or pandoc/LibreOffice/Google Slides conversion workflow) to perform diffs and convert HTML→PDF/Slides; these are not declared as required binaries. 3) Review any generated outputs and automated diffs before sharing externally — verify citations (McKinsey/Gartner/etc.) and ensure no sensitive data from your workspace is included in business plans or pitch decks. 4) If you do not want the agent to access certain files, restrict its workspace or remove those files before use. If you want higher assurance, ask the maintainer to explicitly declare required binaries (git, converters) and any file paths the skill will read/write.
Capability Analysis
Type: OpenClaw Skill Name: business-planner Version: 1.0.0 The skill bundle is designed to auto-generate business plans, infrastructure diagrams, and pitch decks. The `SKILL.md` file provides instructions for the AI agent to utilize OpenClaw's `read`, `write`, and `edit` tools for file I/O, which is consistent with its stated purpose of generating and managing documents within the `$WORKSPACE` directory. There is no evidence of intentional data exfiltration, malicious command execution, persistence mechanisms, or prompt injection with harmful objectives. All referenced file paths are within the designated workspace, and external URLs are provided as learning resources, not as instructions for the agent to perform network calls for malicious purposes.
Capability Assessment
Purpose & Capability
Name and description (business plans, infra diagrams, pitch decks, iterative refinement) match the SKILL.md content. The features (HTML output, Mermaid diagrams, versioned HTML artifacts, slide guidance) are coherent with a 'business-planner' skill; no unrelated credentials, binaries, or services are requested.
Instruction Scope
The SKILL.md explicitly references workspace-relative files (projects/gov-support/doyak-v10*.html, etc.), version-controlled outputs (v1→v12), and git-diff style tracking. That means the agent will need read/write access to the user's workspace and likely run git operations or otherwise manage files. The file-access expectation is reasonable for the stated functionality, but it is not explicitly declared in requires.config paths or as required binaries (e.g., git). There are no instructions to exfiltrate secrets or call external endpoints beyond citing public reports.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install mechanism; nothing will be downloaded or written by an installer from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. Its outputs and guidance (HTML, Mermaid, slides) do not require secrets. However, because it expects to read/write workspace files and produce versioned outputs, users should be aware it may access project files present in the agent workspace.
Persistence & Privilege
always is false and disable-model-invocation is not set; the skill behaves like a normal, user-invoked instruction-only skill. It does not request permanent presence or attempt to modify other skills or system-wide settings in the SKILL.md.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-planner
  3. After installation, invoke the skill by name or use /business-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug business-planner
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is business-planner?

Auto-generate government startup business plans, infrastructure diagrams, and investor pitch decks with version-controlled iterative refinement and detailed... It is an AI Agent Skill for Claude Code / OpenClaw, with 591 downloads so far.

How do I install business-planner?

Run "/install business-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is business-planner free?

Yes, business-planner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does business-planner support?

business-planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created business-planner?

It is built and maintained by mupengi-bot (@mupengi-bot); the current version is v1.0.0.

💬 Comments