Skip to main content

Meeting Notes

Level 3 — Track decisions and action items across team syncs.

The Story

Your team has weekly syncs. Decisions are made, action items assigned, risks identified. Without proper tracking, things get lost.

Workflow

1. Create meeting project

T3x> /new team-sync-q1

2. Capture discussion

T3x> Meeting notes: We decided to launch in March. Budget is $50k.
John owns the marketing plan. Risk: supply chain delays.

3. Extract structure

T3x> /draft summary

T3x automatically extracts:

  • Decisions — Launch date, budget
  • Action items — John's marketing plan
  • Risks — Supply chain

4. Commit the meeting

T3x> /commit --api --msg "Week 1 sync - March launch decided"

5. Next meeting

T3x> Meeting update: Marketing plan 50% done. New risk: competitor launch.
T3x> /commit --api --msg "Week 2 sync - Progress update"

6. Track evolution

T3x> /diff commit_week1 commit_week2

See what changed:

  • Action item progress
  • New risks added
  • Decision modifications

Value

This isn't just meeting notes — it's decision lineage. You can always trace back:

  • When was this decided?
  • What changed between meetings?
  • Who was assigned what?