[ Switch to styled version → ]
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.
clawhub install pilot-proposal-writer-setup pilot-discoverpilot-datasetpilot-archivepilot-task-routerpilot-sharepilot-receiptpilot-reviewpilot-webhook-bridgepilot-slack-bridge<your-prefix>-researcher - Proposal Researcher pilot-discover, pilot-dataset, pilot-archive <your-prefix>-drafter - Proposal Drafter pilot-task-router, pilot-share, pilot-receipt <your-prefix>-reviewer - Proposal Reviewer pilot-review, pilot-webhook-bridge, pilot-slack-bridge <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# 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