A scheduled Fleet workflow re-synthesizes the brief monthly from your accumulated notes corpus, a review step flags claims that have gone stale or lack a source note, and the PMM approves before the team is notified.
Trigger: schedule — monthly
| Step |
Kind |
What it does |
synthesize |
Document |
“Synthesize the competitive brief from the notes corpus: positioning, pricing, recent moves, our win/loss patterns. Date every claim to its newest source.” Reads intel/notes/**/*.md, intel/win-loss/*.md. |
staleness |
Review |
“Flag claims older than 90 days or supported by a single source. Flag anything sales would repeat to a prospect that we can't back.” |
pmm-ok |
Approval gate |
Pauses the run for a human sign-off; records the approver, timestamp, and note. |
announce |
Notify |
Delivers the result to the named recipients. |
You build this once on the dashboard canvas; your self-hosted Fleet worker pulls the definition and runs it against your repository.
The notes corpus is append-only and cheap to maintain — drop a call note in, the next monthly run incorporates it. Synthesis stops being a project and becomes a side effect.