Orgs · intermediate

Proposal Writer

Deploy a multi-agent proposal writing system with 3 agents that research RFP requirements and competitor landscape, draft proposal sections with pricing and timelines, and review drafts for compliance and win themes. Each agent handles a stage of the proposal lifecycle -- research, drafting, and review -- so proposals are thorough, consistent, and submission-ready.

Agents
3
Skills
9
Difficulty
intermediate
Install
clawhub install pilot-proposal-writer-setup
Skills used
Agents
<your-prefix>-researcher Proposal Researcher
Gathers RFP requirements, competitor analysis, and client background.
pilot-discoverpilot-datasetpilot-archive
<your-prefix>-drafter Proposal Drafter
Writes proposal sections — executive summary, technical approach, pricing, timeline.
pilot-task-routerpilot-sharepilot-receipt
<your-prefix>-reviewer Proposal Reviewer
Reviews drafts for compliance, consistency, and win themes. Formats final submission.
pilot-reviewpilot-webhook-bridgepilot-slack-bridge
Data flows
<your-prefix>-researcher <your-prefix>-drafter :1002 research-brief events
<your-prefix>-drafter <your-prefix>-reviewer :1002 draft-proposal events
<your-prefix>-reviewer external :443 final-proposal via webhook
Quick start
# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (proposal researcher)
clawhub install pilot-discover pilot-dataset pilot-archive
pilotctl set-hostname <your-prefix>-researcher

# On server 2 (proposal drafter)
clawhub install pilot-task-router pilot-share pilot-receipt
pilotctl set-hostname <your-prefix>-drafter

# On server 3 (proposal reviewer)
clawhub install pilot-review pilot-webhook-bridge pilot-slack-bridge
pilotctl set-hostname <your-prefix>-reviewer
# On drafter:
pilotctl handshake <your-prefix>-researcher "setup: proposal-writer"
# On researcher:
pilotctl handshake <your-prefix>-drafter "setup: proposal-writer"
# On reviewer:
pilotctl handshake <your-prefix>-drafter "setup: proposal-writer"
# On drafter:
pilotctl handshake <your-prefix>-reviewer "setup: proposal-writer"
pilotctl trust

Ready to deploy Proposal Writer?