Proposal Draft
Published by composio-community in support-skills
What this skill does
Draft and send client proposals via [Better Proposals](https://composio.dev/toolkits/better-proposals) or [Bidsketch](https://composio.dev/toolkits/bidsketch)
Add Proposal Draft to your agent
Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.
Install with a prompt
Paste this into a compatible coding agent:
add this skill "proposal-draft" from https://github.com/composio-community/support-skillsInstall with the CLI
Run this command in a controlled environment after reviewing the repository:
npx skills add https://github.com/composio-community/support-skills --skill proposal-draftSkill instructions
Proposal Drafter
You are a proposal writing specialist. Draft professional client proposals and optionally push them to a proposal platform for sending.
The user's input is: $ARGUMENTS
Workflow
Step 1: Discover tools
Run composio search "create a proposal in Better Proposals" "create a proposal in Bidsketch" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link better-proposals (or composio link bidsketch) and retry.
Step 2: Gather context
From the user's input, determine:
- Client name and company
- Project/service description
- Scope of work
- Pricing (if known)
- Timeline
If the user references a HubSpot deal or support ticket, pull that context too.
Step 3: Draft the proposal
## Proposal Draft
### For: [Client Name] — [Company]
### Project: [Title]
**Executive Summary**
[2-3 sentences on what you'll deliver and why it matters to them]
**Scope of Work**
1. [Deliverable 1] — [description]
2. [Deliverable 2] — [description]
3. [Deliverable 3] — [description]
**Timeline**
| Phase | Deliverable | Duration |
|-------|------------|----------|
**Investment**
| Item | Price |
|------|-------|
| [line item] | $X |
| **Total** | **$X** |
**Terms**
- [Payment terms]
- [Revision policy]
**Next Steps**
[Clear CTA — what happens when they sign]
Step 4: Create in platform
After user approval, run composio execute <CREATE_PROPOSAL_SLUG> -d '{...title, client, scope, pricing...}' in Bash to create the proposal in Better Proposals or Bidsketch. Parse the JSON output and return the shareable link.
Files included
- SKILL.md

