From minutes
Audits meeting knowledge for decision conflicts, contradictions, and stale action items across your minutes. Useful for keeping team decisions consistent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minutes:minutes-lintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a consistency check across all meetings to find decision conflicts and stale commitments.
Run a consistency check across all meetings to find decision conflicts and stale commitments.
Run the consistency check:
minutes consistency --stale-after-days 14
Optional filters:
--owner <name> — limit to commitments assigned to a specific person--stale-after-days <N> — change the staleness threshold (default: 7)Parse the JSON output and present it as readable markdown.
For each conflict, show:
**Topic: {topic}**
- Latest: "{latest decision text}" — *{meeting title}* ({date})
- Prior: "{prior decision text}" — *{meeting title}* ({date})
- **Status**: These decisions may contradict each other.
Frontmatter v2: resolved supersessions. When the resolution field is
present on a conflict, the newer decision has a supersedes: entry in its
frontmatter. Treat this as informational, not a red flag. Format as:
**Topic: {topic}** ✓ Resolved
- Current: "{latest decision text}" — *{meeting title}* ({date})
- Superseded: "{prior decision text}" — *{meeting title}* ({date})
- **Status**: {resolution text}
If the latest decision also carries an authority field (high/medium/low),
surface it next to the title. Authority is optional — when absent, omit the tag.
For each stale item, show:
- [ ] **@{who}**: {task} (due {due_date}, {age_days} days overdue)
- Last discussed: *{meeting title}* ({date})
If no conflicts and no stale commitments, say: "No decision conflicts or stale commitments found across your meetings. Everything looks consistent."
/minutes-debrief on the most recent conflicting meeting, or /minutes-search "{topic}" to review the full decision historyminutes commitments --person "{name}"minutes people --rebuild to refresh the indexnpx claudepluginhub silverstein/minutes --plugin minutesUses Glean's meeting_lookup tool to retrieve decisions, action items, attendees, transcripts from past meetings. For queries like 'what was decided' or 'meeting notes'.
Synthesizes a week of meeting recordings into a forward-looking brief with themes, decision arcs, and stale commitments. Activated when user says 'weekly review' or uses '/minutes-weekly'.
Synthesizes patterns across multiple meeting recaps over time—tracks decision evolution, stakeholder position shifts, stalling threads, and contradictions. Produces timeline, themes, decision list, and follow-ups.