AI Proposal Generator
by @jeffjhunter
Generate professional HTML proposals from meeting notes. Features 5 proposal styles (Corporate, Entrepreneur, Creative, Consultant, Minimal), 6+ color themes, and a Design Wizard for custom templates. Triggers on "create proposal", "proposal for [client]", "proposal wizard", "proposal from [notes]", "show proposal styles", "finalize proposal". Integrates with ai-meeting-notes for context. Outputs beautiful, responsive HTML ready to send or export as PDF.
clawhub install ai-proposal-generatorπ About This Skill
name: ai-proposal-generator description: Generate professional HTML proposals from meeting notes. Features 5 proposal styles (Corporate, Entrepreneur, Creative, Consultant, Minimal), 6+ color themes, and a Design Wizard for custom templates. Triggers on "create proposal", "proposal for [client]", "proposal wizard", "proposal from [notes]", "show proposal styles", "finalize proposal". Integrates with ai-meeting-notes for context. Outputs beautiful, responsive HTML ready to send or export as PDF.
AI Proposal Generator
Generate professional, beautifully-designed HTML proposals from meeting notes in minutes.
System Overview
Meeting Notes + Your Template + Color Theme = Professional HTML Proposal
File Locations
proposals/
βββ templates/ β Style templates (markdown structure)
β βββ corporate.md
β βββ entrepreneur.md
β βββ creative.md
β βββ consultant.md
β βββ minimal.md
β βββ custom/ β User-created templates
βββ themes/ β Color themes (CSS)
β βββ ocean-blue.css
β βββ ember-orange.css
β βββ forest-green.css
β βββ slate-dark.css
β βββ royal-purple.css
β βββ trust-navy.css
β βββ custom/ β User-created themes
βββ generated/ β Output proposals
β βββ YYYY-MM-DD_client-name.md β Draft
β βββ YYYY-MM-DD_client-name.html β Final
βββ SERVICES.md β User's pricing/packages
Trigger Phrases
| Phrase | Action |
|--------|--------|
| "create proposal for [client]" | Generate proposal, pull from recent meeting notes |
| "proposal from [file]" | Generate from specific meeting notes file |
| "proposal wizard" | Launch Design Wizard to create/customize template |
| "show proposal styles" | Display all 5 styles with descriptions |
| "show color themes" | Display all color themes with previews |
| "change style to [x]" | Switch proposal style |
| "change theme to [x]" | Switch color theme |
| "preview proposal" | Show current draft |
| "edit [section]" | Modify specific section |
| "finalize proposal" | Generate final HTML |
| "export pdf" | Convert HTML to PDF |
Proposal Styles
1. Corporate
Tone: Formal, structured, trust-building Best for: Enterprise clients, B2B, government, large organizations Sections: Cover Page, Executive Summary, Company Overview, Understanding Your Needs, Proposed Solution, Methodology, Project Team, Timeline, Investment, Terms, Appendix2. Entrepreneur
Tone: Bold, direct, action-oriented Best for: Startups, SMBs, fast-moving founders Sections: The Problem, The Solution, What You Get, How It Works, Investment, Why Us, Let's Go3. Creative
Tone: Visual, modern, portfolio-focused Best for: Agencies, designers, marketing, creative services Sections: The Vision, Your Challenges, Our Approach, The Work, Case Studies, Timeline, Investment, The Team, Next Steps4. Consultant
Tone: Professional, advisory, expertise-led Best for: Coaches, consultants, advisors, professional services Sections: Situation Analysis, Key Challenges, Recommendations, Engagement Options, Expected Outcomes, Credentials, Investment, Next Steps5. Minimal
Tone: Clean, simple, no-fluff Best for: Freelancers, small projects, retainers, quick quotes Sections: Project Overview, Scope, Timeline, Investment, Terms, AcceptColor Themes
| Theme | Primary | Accent | Background | Vibe |
|-------|---------|--------|------------|------|
| Ocean Blue | #0ea5e9 | #0284c7 | Light | Professional, trustworthy |
| Ember Orange | #ff6b35 | #ff8c42 | Light/Dark | Bold, energetic |
| Forest Green | #22c55e | #16a34a | Light | Growth, natural |
| Slate Dark | #1e293b | #475569 | Dark | Modern, sophisticated |
| Royal Purple | #8b5cf6 | #7c3aed | Light | Creative, premium |
| Trust Navy | #1e3a5f | #2563eb | Light | Corporate, established |
Design Wizard
Triggered by "proposal wizard" β 6-step guided template creation:
Step 1 β Business Type: Agency, Consulting, Tech, Freelance, Professional, Other Step 2 β Typical Clients: Enterprise, SMB, Startups, Individuals, Mix Step 3 β Tone: Formal, Friendly, Bold, Minimal Step 4 β Sections: Multi-select from 12 options Step 5 β Style: Recommend based on answers or let user choose Step 6 β Color Theme: Select from 6 themes or custom
Output: Saves custom template to proposals/templates/custom/[name].md
Wizard Output Format
ββββββββββββββββββββββββββββββββββββββ
β
TEMPLATE CREATED
ββββββββββββββββββββββββββββββββββββββπ Name: [template-name]
π¨ Style: [style] | Theme: [theme]
π Sections: [list]
π Saved: proposals/templates/custom/[name].md
ββββββββββββββββββββββββββββββββββββββ
Proposal Generation
Step 1: Gather Context
1. Searchmeeting-notes/ for client name
2. Check MEMORY.md for client history
3. Load proposals/SERVICES.md for pricing
4. Ask user to fill gapsStep 2: Generate Draft
βββββββββββββββββββββββββββββββββββββββββββ
π PROPOSAL DRAFT β [Client Name]
ββββββββββββββββββββββββββββββββββββββββββββ
Context: meeting-notes/[file]
β
Template: [style] | Theme: [color]
β
Pricing: [package]
π Draft: proposals/generated/[date]_[client].md
Commands: "show", "edit [section]", "preview html", "finalize"
βββββββββββββββββββββββββββββββββββββββββββ
Step 3: Edit & Refine
"edit executive summary" β Rewrite section"make it more formal" β Adjust tone"add testimonials" β Insert section"change price to $5,000" β Update pricingStep 4: Finalize
Generate HTML using base template + theme CSS:βββββββββββββββββββββββββββββββββββββββββββ
β
PROPOSAL FINALIZED
βββββββββββββββββββββββββββββββββββββββββββπ [Client] Proposal
π HTML: proposals/generated/[date]_[client].html
Ready to send, export PDF, or download.
βββββββββββββββββββββββββββββββββββββββββββ
HTML Generation
Base Template
Useassets/proposal-template.html as foundation:
Style Classes
.proposal-corporate β Serif headers, formal spacing, bordered sections.proposal-entrepreneur β Bold headers, high contrast, CTA-focused.proposal-creative β Asymmetric layout, visual emphasis, portfolio grid.proposal-consultant β Clean lines, advisory tone, option cards.proposal-minimal β Maximum whitespace, essential typography onlyRequirements
SERVICES.md Template
# Services & PricingPackages
Starter β $X,XXX/month
[Deliverable] Growth β $X,XXX/month
Everything in Starter
[Additional] Scale β $X,XXX/month
Everything in Growth
[Additional] Terms
Payment: [Net 15, 50% upfront, etc.]
Integration
From ai-meeting-notes
Extract: Client name, pain points, scope discussed, budget hints, timeline, decision makersTo ai-daily-briefing
Pending proposals appear in briefing as action itemsDefault Pairings
| Client Type | Style | Theme | |-------------|-------|-------| | Enterprise | Corporate | Trust Navy | | Startup | Entrepreneur | Ember Orange | | Agency | Creative | Royal Purple | | SMB | Consultant | Ocean Blue | | Quick project | Minimal | Slate Dark |
Error Handling
No meeting notes: Offer to create from scratch or paste notes No SERVICES.md: Help create or allow manual pricing No template: Prompt wizard or suggest built-in style