Draft client proposals using vault context and templates with tone matching
Draft professional client proposals using vault context, past proposals for tone matching, and client history. Creates proposal documents ready for review and customization before sending.
Extract parameters — Parse from user input:
Load client context — Run:
cat ~/.second-brain/vault/clients/<client-slug>.md
Extract: company, contact info, past engagements, relationship strength, budget awareness
Pull product details — From PRODUCTS.md (in session context), extract the relevant product's description, key features, pricing model, and competitive edge to include in the proposal.
Search similar past proposals — Run:
Use the `search_memory` MCP tool with query: "proposal template scope deliverables"
Find similar past proposals to match tone, structure, and language patterns
Search past client emails — Run:
Use the `search_emails` MCP tool with gmail_query: "from:<client-email>"
Extract communication style, terminology they use, concerns they've raised
Generate structured proposal with sections:
Match tone and style — Use language from past emails and similar proposals to match your communication style with this client
Save proposal to:
~/.second-brain/vault/sales/proposals/YYYY-MM-DD-<client-slug>-proposal.md
Optionally create Gmail draft — Run:
Use the `draft_email` MCP tool with to, subject, and body
Draft email never sends — user reviews and clicks send manually
Log to daily log:
- **HH:MM** — [SALES] Proposal drafted: <client-name> — $<value> (<timeline>)
Use this structure for proposal file:
# Proposal: [Project Name] for [Client Name]
**Date**: [YYYY-MM-DD]
**Prepared for**: [Contact Name, Title] | [Client Name]
**Valid until**: [date 30 days out]
---
## Executive Summary
[1-2 sentences on what you're proposing. 1-2 sentences on why this solves their stated problem.]
## Understanding [Client Name]
[Brief statement showing you understand their business, industry, or specific challenge they mentioned in discovery calls.]
## Proposed Scope
We will deliver the following for your [project area]:
- [deliverable 1 — brief description]
- [deliverable 2 — brief description]
- [deliverable 3 — brief description]
- [deliverable 4 — brief description]
## Deliverables & Timeline
| Phase | Deliverable | Due Date | Milestone |
|-------|-------------|----------|-----------|
| [Phase 1 name] | [output] | [date] | [outcome] |
| [Phase 2 name] | [output] | [date] | [outcome] |
| [Phase 3 name] | [output] | [date] | [outcome] |
**Total Duration**: [X weeks/months] from kickoff to final delivery.
## Investment
| Item | Rate/Fee | Quantity | Total |
|------|----------|----------|-------|
| [service/resource] | [cost] | [qty] | [subtotal] |
**Total Proposal Value**: $[total] | **Estimated investment**: $[value]
**Payment Terms**: [50% upfront, 50% at delivery] or [as billed monthly] or [other]
## What's Included
- [service 1]
- [service 2]
- [service 3]
- [ongoing support through delivery date]
## What's Not Included
- [out of scope item 1]
- [out of scope item 2]
- [out of scope item 3]
*Additional work beyond this scope will be quoted separately.*
## Next Steps
1. **Review** — Please review this proposal and let us know any questions
2. **Confirm** — Once confirmed, we'll send our standard service agreement
3. **Kickoff** — Upon signature, we'll schedule a kickoff meeting for [date range]
4. **Start** — Project begins [estimated start date]
---
**Questions?** Reply to this email or schedule time with [your name] at [your email].
*Attached: Standard Terms & Conditions*
---
[[clients/<client-slug>]] | [[sales/deals/<client-slug>]] | Last updated: [auto-date]
log_note MCP tool with a one-line summary of what was done. Example: log_note("Completed eng-plan for School Cab — 9 phases, 22 days")