$npx -y skills add vouchdev/vouch --skill vouch-standupNarrate the vouch digest — pending reviews, decisions, stale claims, due followups
| 1 | # /vouch-standup |
| 2 | |
| 3 | Give the user a morning briefing from the KB, then get out of the way. |
| 4 | |
| 5 | Steps: |
| 6 | |
| 7 | 1. Call the `kb_digest` MCP tool (or run `vouch digest --format markdown` |
| 8 | via Bash if MCP is unavailable). Default window is fine unless the user |
| 9 | names one. |
| 10 | 2. Narrate it in four short lines, leading with counts: pending proposals |
| 11 | (oldest first — nudge `vouch review` if any), decisions since the window |
| 12 | start, stale claims worth a `kb_confirm` or supersede, and followups due |
| 13 | (with owners). |
| 14 | 3. If a followup in the list is done, offer to file the close — a |
| 15 | `kb_propose_page` with the page's id as `slug_hint` and |
| 16 | `followup_status: "done"` — but only on explicit confirmation. |
| 17 | |
| 18 | Read-only otherwise. Never call `kb_approve`; reviewing is the human's job. |