A Fleet workflow reads committed meeting notes, extracts the commitments, and — after the meeting owner approves the extraction — files them as real tickets via the workflow's ticket output.
| Step |
Kind |
What it does |
extract |
Document |
“Extract action items from the notes: owner, commitment, due date if stated. Verbatim quotes for each. Flag ambiguous ownership.” Reads meetings/notes/*.md. |
owner-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.
In the dashboard builder, the extraction step's output sink is set to ticket — gated on the approval, each approved action item becomes an issue with the owner and the quoted commitment, created through Fleet's ticket-system integration (GitHub issues today). The approval gate matters here precisely because tickets ping people — the meeting owner confirms the extraction before anyone gets assigned anything.