A scheduled Fleet workflow regenerates the battlecard set from single-source corpora — product facts, pricing, competitive notes — with a review pass that flags unsupported or stale claims and a PMM approval before the set replaces the old one.
Trigger: schedule — Monday mornings
| Step |
Kind |
What it does |
cards |
Document |
Runs once per file in sales/battlecards/*.md. “Regenerate this battlecard from current product facts, pricing, and competitive notes. Objection responses must cite the corpus.” Reads docs/product/**/*.md, pricing.md, intel/notes/**/*.md. |
claims |
Review |
“Flag claims unsupported by the corpus and facts that changed since the last revision.” |
pmm-ok |
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 fan-out regenerates each card from shared sources, so a pricing change propagates to every affected card in one run — and fingerprinting skips cards whose inputs didn't change, so the Monday run is usually cheap.