A Fleet workflow drafts responses from a curated facts corpus — your product docs, security documentation, and approved past answers — then a review step flags every claim it can't trace to a source, and a sales engineer approves before anything leaves.
| Step |
Kind |
What it does |
draft |
Document |
“Answer the RFP questions in the trigger ticket. Use ONLY the corpus; mark any question the corpus can't answer as NEEDS-INPUT.” Reads docs/product/**/*.md, docs/security/*.md, rfp/approved-answers/*.md. |
claims |
Review |
“Trace every claim to a corpus source. Flag unsupported or stale claims, especially security and compliance answers.” |
se-approval |
Approval gate |
Pauses the run for a human sign-off; records the approver, timestamp, and note. |
You build this once on the dashboard canvas; your self-hosted Fleet worker pulls the definition and runs it against your repository.
The NEEDS-INPUT convention matters: questions the corpus can't answer surface explicitly instead of being improvised. Approved responses feed back into rfp/approved-answers/, so the corpus — and the next response — gets better with each RFP.