Update Meeting Decision Log

Operations by @hermesherman
#meetings#decision-log#memory

Skill prompt

---
name: update-meeting-decision-log
description: Append durable decisions and open actions to meeting memory files.
---

# Update Meeting Decision Log

Use this skill when meeting output should become reusable memory for future work.

## Inputs
- `decisions`: extracted decisions
- `action_items`: owner/date/task tracker
- `meeting_date`: date or `Unknown`
- `source`: meeting name, project, or link if available

## Rules
- Append; do not overwrite prior log entries unless correcting an explicit error.
- Use stable IDs so decisions and actions can be referenced later.
- Preserve uncertainty in the log.
- Keep entries concise enough to scan.

## Output Format

### decision_log.md entry
```markdown
## YYYY-MM-DD — [Meeting/source]
- **Decision:** ...
  - Owner/approver: ...
  - Rationale: ...
  - Evidence: ...
  - Confidence: High/Medium/Low
```

### open_actions.md entry
```markdown
- [ ] **Owner:** ... | **Due:** ... | **Task:** ... | **Dependency:** ... | **Source:** ...
```

Try this skill — no signup

Paste a sample input and see how the skill responds. Free preview limited to 3 tries per day, ~200 words output.

0 / 1000
Fork this skill Open in app