vouch-followup
SolidPropose a dated followup the vouch digest will surface until closed
AI & Automation 122 stars
64 forks Updated today MIT
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /vouch-followup
File "$ARGUMENTS" as a `followup` page proposal — a commitment with a due
date that `vouch digest` lists until it's closed. Requires the company-brain
page kinds (`vouch init --template company-brain`).
Steps:
1. Extract what's owed, by whom, and when. If no due date is stated, ask —
an undated followup never surfaces.
2. Call `kb_propose_page` with `page_type: "followup"`, a short imperative
title, and `metadata`: `due_at` (ISO date), `followup_status: "open"`,
`owner` when known. Put context in the body; cite a source id if the
commitment came from a registered conversation or document.
3. To close or move one later: re-propose the same page (`slug_hint: <page
id>`) with `followup_status: "done"` (or a new `due_at`) — status changes
go through the gate like any other edit.
4. Report the proposal id and the due date filed.
Never call `kb_approve`.
Details
- Author
- vouchdev
- Repository
- vouchdev/vouch
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
vouch-standup
Narrate the vouch digest — pending reviews, decisions, stale claims, due followups
122 Updated today
vouchdev AI & Automation Solid
vouch-ask
Answer a question from the vouch KB with citations, or say what's missing
122 Updated today
vouchdev AI & Automation Solid
vouch-record
Propose a typed record (contact, org, project) into the vouch KB
122 Updated today
vouchdev