Documentation
README
Skill Path
Before running helper scripts or opening bundled references, set:
export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.opencode/skills"
export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-debrief"
/minutes-debrief
Post-meeting analysis that reads your latest recording, compares what happened to what you planned, and surfaces decision evolution โ so nothing falls through the cracks.
How it works
This is a multi-phase interactive flow. It connects to /minutes-prep when a prep file exists, creating a beforeโafter loop.
Phase 1: Find the most recent recording
minutes list --limit 5
This is the opening of the README. Read the full README on GitHub.