mit einem Klick
meet
// Process meeting notes into structured notes with extracted decisions, blockers, and action items. Use for "/meet project type title" then paste notes.
// Process meeting notes into structured notes with extracted decisions, blockers, and action items. Use for "/meet project type title" then paste notes.
Flag a blocker with severity, owner, and due date. Checks for duplicates before creating. Use for "/block project: description --severity high --due friday".
Log standup update with keyword detection. Multi-project daily notes with auto-blocker/decision detection. Use for "/daily project: shipped X, wip Y, blocked on Z".
Log a decision with context, alternatives considered, and rationale. Use for "/decide project: using websocket over polling" or "/decide project: chose React for frontend".
Draft or edit a document — PRD, spec, design doc, technical brief. Use for "/doc project title" to create a new doc or edit existing.
Run vault health check — broken links, orphans, missing sections, statistics. Generates report at 01-index/_graph-health.md. Use for "/health".
Quick capture mode (with content) or batch processing mode (no content). GTD-style routing of inbox items to proper folders. Use "/inbox thought to capture" or "/inbox" to process.
| name | meet |
| description | Process meeting notes into structured notes with extracted decisions, blockers, and action items. Use for "/meet project type title" then paste notes. |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, TaskCreate, TaskUpdate, TaskList, TaskGet |
| user-invocable | true |
Process raw meeting notes into structured notes with extracted decisions, blockers, and action items.
Today's date: !date +%Y-%m-%d
Recent meetings: !ls meetings/*.md 2>/dev/null | tail -5
Reference template: @_templates/meeting.md Config: @_core/config.yaml Processing logic: @_core/PROCESSING.md
User input: $ARGUMENTS
Then user will paste raw notes.
TaskCreate: "Parse meeting metadata"
activeForm: "Parsing meeting metadata..."
TaskCreate: "Extract decisions, blockers, actions"
activeForm: "Extracting items from notes..."
TaskCreate: "Create linked notes"
activeForm: "Creating linked notes..."
Parse Input
Request Notes
Extract from Notes
Create Meeting Note
meetings/{date}-{type}-{slug}.md## Links sectionCreate Linked Notes
decisions/{project}/{date}-{slug}.mdblockers/{project}/{date}-{slug}.mdUpdate References
Append to Vault Log
01-index/_vault-log.md (see .claude/rules/vault-log.md)meetingCreated: meetings/{date}-{type}-{slug}.md
Extracted:
- Decisions: {count} (notes created)
- Blockers: {count} (notes created)
- Action items: {count}
Supports --docx, --pdf flags. See .claude/rules/export-formats.md for layout specs and workflow. Complete normal processing first, then generate the formatted file.