[ Switch to styled version → ]


← All orgs

Proposal Writer

intermediate · 3 agents · 9 skills

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.

Install

clawhub install pilot-proposal-writer-setup

Skills used

Agents

Data flows

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