Support-skills proposal-draft
Draft and send client proposals via [Better Proposals](https://composio.dev/toolkits/better-proposals) or [Bidsketch](https://composio.dev/toolkits/bidsketch)
install
source · Clone the upstream repo
git clone https://github.com/composio-community/support-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/composio-community/support-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/proposal-draft" ~/.claude/skills/composio-community-support-skills-proposal-draft && rm -rf "$T"
manifest:
proposal-draft/SKILL.mdsource content
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.