thoth-plugin 1.2.3 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -1
- package/defaults/skill/cal-grid/SKILL.md +168 -0
- package/defaults/skill/cal-grid/cal-grid-template.md +106 -0
- package/defaults/skill/context-discovery/SKILL.md +253 -0
- package/defaults/skill/context-discovery/discovery.prose +143 -0
- package/defaults/skill/context-onboarding/SKILL.md +370 -0
- package/{dist/defaults/skill/_legacy/email-draft/skill.md → defaults/skill/email-draft/SKILL.md} +33 -30
- package/defaults/skill/evening-close/SKILL.md +93 -61
- package/defaults/skill/evening-close/evening-close-template.md +42 -0
- package/{dist/defaults/skill/_legacy → defaults/skill}/gardener/SKILL.md +3 -3
- package/{dist/defaults/skill/_legacy → defaults/skill}/google-chat-scan/SKILL.md +7 -0
- package/{dist/defaults/skill/_legacy → defaults/skill}/leadership-coach/SKILL.md +9 -8
- package/defaults/skill/mail-triage/SKILL.md +272 -15
- package/defaults/skill/mail-triage/mail-triage-template.md +90 -0
- package/defaults/skill/morning-boot/SKILL.md +214 -25
- package/defaults/skill/morning-boot/daily-log-template.md +98 -0
- package/defaults/skill/morning-boot/morning-boot.prose +98 -0
- package/defaults/skill/{_legacy/onboarding → onboarding}/SKILL.md +7 -6
- package/defaults/skill/open-prose/SKILL.md +373 -0
- package/defaults/skill/open-prose/antipatterns.md +852 -0
- package/defaults/skill/open-prose/docs.md +2676 -0
- package/defaults/skill/open-prose/patterns.md +610 -0
- package/defaults/skill/open-prose/prose.md +950 -0
- package/{dist/defaults/skill/_legacy → defaults/skill}/post-meeting-drill/SKILL.md +90 -95
- package/defaults/skill/post-meeting-drill/examples.md +130 -0
- package/defaults/skill/post-meeting-drill/post-meeting-drill-template.md +111 -0
- package/defaults/skill/skill-generator/SKILL.md +217 -0
- package/defaults/skill/skill-generator/skill-template.md +163 -0
- package/defaults/skill/slack-pulse/SKILL.md +211 -14
- package/defaults/skill/slack-pulse/slack-pulse-template.md +98 -0
- package/defaults/skill/slack-write/skill.md +184 -0
- package/defaults/skill/thought-router/SKILL.md +7 -8
- package/dist/cli.js +137 -3
- package/dist/config/schema.d.ts +0 -2
- package/dist/defaults/skill/cal-grid/SKILL.md +168 -0
- package/dist/defaults/skill/cal-grid/cal-grid-template.md +106 -0
- package/dist/defaults/skill/context-discovery/SKILL.md +253 -0
- package/dist/defaults/skill/context-discovery/discovery.prose +143 -0
- package/dist/defaults/skill/context-onboarding/SKILL.md +370 -0
- package/{defaults/skill/_legacy/email-draft/skill.md → dist/defaults/skill/email-draft/SKILL.md} +33 -30
- package/dist/defaults/skill/evening-close/SKILL.md +93 -61
- package/dist/defaults/skill/evening-close/evening-close-template.md +42 -0
- package/{defaults/skill/_legacy → dist/defaults/skill}/gardener/SKILL.md +3 -3
- package/{defaults/skill/_legacy → dist/defaults/skill}/google-chat-scan/SKILL.md +7 -0
- package/{defaults/skill/_legacy → dist/defaults/skill}/leadership-coach/SKILL.md +9 -8
- package/dist/defaults/skill/mail-triage/SKILL.md +272 -15
- package/dist/defaults/skill/mail-triage/mail-triage-template.md +90 -0
- package/dist/defaults/skill/morning-boot/SKILL.md +214 -25
- package/dist/defaults/skill/morning-boot/daily-log-template.md +98 -0
- package/dist/defaults/skill/morning-boot/morning-boot.prose +98 -0
- package/dist/defaults/skill/{_legacy/onboarding → onboarding}/SKILL.md +7 -6
- package/dist/defaults/skill/open-prose/SKILL.md +373 -0
- package/dist/defaults/skill/open-prose/antipatterns.md +852 -0
- package/dist/defaults/skill/open-prose/docs.md +2676 -0
- package/dist/defaults/skill/open-prose/patterns.md +610 -0
- package/dist/defaults/skill/open-prose/prose.md +950 -0
- package/{defaults/skill/_legacy → dist/defaults/skill}/post-meeting-drill/SKILL.md +90 -95
- package/dist/defaults/skill/post-meeting-drill/examples.md +130 -0
- package/dist/defaults/skill/post-meeting-drill/post-meeting-drill-template.md +111 -0
- package/dist/defaults/skill/skill-generator/SKILL.md +217 -0
- package/dist/defaults/skill/skill-generator/skill-template.md +163 -0
- package/dist/defaults/skill/slack-pulse/SKILL.md +211 -14
- package/dist/defaults/skill/slack-pulse/slack-pulse-template.md +98 -0
- package/dist/defaults/skill/slack-write/skill.md +184 -0
- package/dist/defaults/skill/thought-router/SKILL.md +7 -8
- package/dist/hooks/index.d.ts +0 -1
- package/dist/index.js +26 -189
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/sentinel-service.d.ts +0 -1
- package/dist/sdk/test-harness.d.ts +90 -0
- package/dist/sdk/thoth-client.d.ts +1 -0
- package/dist/shared/index.d.ts +0 -1
- package/dist/specialization/prompt-sections.d.ts +1 -1
- package/package.json +1 -1
- package/defaults/skill/_legacy/cal-grid/SKILL.md +0 -16
- package/defaults/skill/_legacy/skill-generator/SKILL.md +0 -362
- package/dist/defaults/skill/_legacy/cal-grid/SKILL.md +0 -16
- package/dist/defaults/skill/_legacy/skill-generator/SKILL.md +0 -362
- package/dist/hooks/temporal-awareness.d.ts +0 -31
- package/dist/hooks/temporal-awareness.test.d.ts +0 -1
- /package/defaults/skill/{_legacy/capsule-init → capsule-init}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/cross-linker → cross-linker}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/gardener → gardener}/confidence-tiers.md +0 -0
- /package/defaults/skill/{_legacy/gardener → gardener}/repair-workflow.md +0 -0
- /package/defaults/skill/{_legacy/handover → handover}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/interview-prep → interview-prep}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/link-retrofit → link-retrofit}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/restore-environment → restore-environment}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/scorecard-synthesis → scorecard-synthesis}/SKILL.md +0 -0
- /package/defaults/skill/{_legacy/skill-generator → skill-generator}/testing-protocol.md +0 -0
- /package/defaults/skill/{_legacy/system-init → system-init}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/capsule-init → capsule-init}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/cross-linker → cross-linker}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/gardener → gardener}/confidence-tiers.md +0 -0
- /package/dist/defaults/skill/{_legacy/gardener → gardener}/repair-workflow.md +0 -0
- /package/dist/defaults/skill/{_legacy/handover → handover}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/interview-prep → interview-prep}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/link-retrofit → link-retrofit}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/restore-environment → restore-environment}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/scorecard-synthesis → scorecard-synthesis}/SKILL.md +0 -0
- /package/dist/defaults/skill/{_legacy/skill-generator → skill-generator}/testing-protocol.md +0 -0
- /package/dist/defaults/skill/{_legacy/system-init → system-init}/SKILL.md +0 -0
|
@@ -1,78 +1,119 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: post-meeting-drill
|
|
3
3
|
description: Deep processing of meeting notes with context hydration, entity resolution, thought-routing, urgency assessment, and knowledge persistence.
|
|
4
|
-
triggers:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- drill meeting
|
|
9
|
-
- post meeting
|
|
4
|
+
triggers:
|
|
5
|
+
template: post-meeting-drill-template.md
|
|
6
|
+
created: 2026-01-07
|
|
7
|
+
updated: 2026-01-10
|
|
10
8
|
---
|
|
11
9
|
|
|
10
|
+
<!--
|
|
11
|
+
ARCHITECTURE REFERENCE: docs/concepts/skill-architecture.md
|
|
12
|
+
This skill can be invoked standalone OR as a subagent context template.
|
|
13
|
+
-->
|
|
14
|
+
|
|
12
15
|
# Post-Meeting Drill Skill
|
|
13
16
|
|
|
14
|
-
|
|
17
|
+
**Core principle:** Translate human interactions into persistent knowledge with full context hydration before extraction.
|
|
18
|
+
|
|
19
|
+
This skill performs **deep comprehension** — not surface-level extraction. You understand context before extracting, resolve entities to files, route knowledge to appropriate locations, and alert the user to urgent changes.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Context Requirements (EXECUTE FIRST)
|
|
24
|
+
|
|
25
|
+
**Step 0 — Get Identity:**
|
|
15
26
|
|
|
16
|
-
|
|
27
|
+
1. **Check if passed in context**: If `context.identity.kb_root` and `context.identity.email` exist, use them.
|
|
28
|
+
2. **If not passed**: Call `skill({ name: "context-discovery" })`.
|
|
29
|
+
3. **Store `KB_ROOT`** and `USER_EMAIL` for use below.
|
|
30
|
+
|
|
31
|
+
**If discovery fails**: Stop and report error.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Quick Reference
|
|
36
|
+
|
|
37
|
+
| Path | Purpose |
|
|
38
|
+
|------|---------|
|
|
39
|
+
| `{KB_ROOT}/kernel/paths.json` | Entity resolution paths |
|
|
40
|
+
| `{KB_ROOT}/work/projects/{project}.md` | Project context |
|
|
41
|
+
| `{KB_ROOT}/work/Team/{person}.md` | Team member files |
|
|
42
|
+
| `{KB_ROOT}/work/Stakeholders/{person}.md` | External contacts |
|
|
43
|
+
| `{KB_ROOT}/work/operations/daily-log/YYYY-MM-DD/daily-log.md` | Today's log |
|
|
17
44
|
|
|
18
45
|
---
|
|
19
46
|
|
|
20
47
|
## Invocation
|
|
21
48
|
|
|
22
|
-
### Via Mail-Triage (Automatic)
|
|
23
|
-
|
|
49
|
+
### Path 1: Via Mail-Triage (Automatic)
|
|
50
|
+
|
|
51
|
+
When mail-triage detects meeting notes, it auto-invokes this skill:
|
|
24
52
|
```
|
|
25
|
-
mail-triage → detects MEETING_NOTES →
|
|
26
|
-
|
|
53
|
+
mail-triage → detects MEETING_NOTES → extracts doc_id from email → auto-invokes post-meeting-drill
|
|
54
|
+
post-meeting-drill receives: context.doc_id, context.title, context.date
|
|
55
|
+
→ Skip Phase 0 email reading, go directly to Phase 0.3 (parse doc)
|
|
27
56
|
```
|
|
28
57
|
|
|
29
|
-
###
|
|
30
|
-
|
|
58
|
+
### Path 2: Direct with Doc ID
|
|
59
|
+
|
|
60
|
+
Zeus provides a specific Google Doc ID:
|
|
61
|
+
```
|
|
62
|
+
"Process this meeting: [doc_id or doc_url]"
|
|
63
|
+
→ Extract doc_id from input
|
|
64
|
+
→ Skip Phase 0 email reading, go directly to Phase 0.3
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Path 3: Manual Scan (No Doc ID)
|
|
68
|
+
|
|
69
|
+
Zeus asks to scan for meeting notes without providing doc_id:
|
|
31
70
|
```
|
|
32
71
|
"Scan for meeting notes" or "Process meeting notes"
|
|
33
|
-
→
|
|
34
|
-
→
|
|
72
|
+
→ First invoke mail-triage with context.caller = "post-meeting-drill"
|
|
73
|
+
→ mail-triage scans inbox, returns list of { doc_id, title, date }
|
|
74
|
+
→ Process each doc_id sequentially
|
|
35
75
|
```
|
|
36
76
|
|
|
77
|
+
This bidirectional design avoids redundant email reads.
|
|
78
|
+
|
|
37
79
|
---
|
|
38
80
|
|
|
39
81
|
## Phase 0: Input Acquisition
|
|
40
82
|
|
|
41
|
-
### Step 0.1:
|
|
42
|
-
| Source | Detection | Access Method |
|
|
43
|
-
|--------|-----------|---------------|
|
|
44
|
-
| Gemini notes | `from:gemini-notes@google.com` | `google-workspace_get_gmail_message_content(message_id)` |
|
|
45
|
-
| Google Doc | Shared doc link in email | `drive-synapsis_read_google_drive_file(file_id)` |
|
|
46
|
-
| Manual paste | Content provided directly | Use provided content |
|
|
83
|
+
### Step 0.1: Check Input Path
|
|
47
84
|
|
|
48
|
-
|
|
85
|
+
| Input Received | Action |
|
|
86
|
+
|----------------|--------|
|
|
87
|
+
| `context.doc_id` passed (from mail-triage) | **Skip to Step 0.3** — doc_id already extracted |
|
|
88
|
+
| Doc ID/URL provided by Zeus | **Skip to Step 0.3** — extract doc_id from input |
|
|
89
|
+
| No doc_id (manual scan request) | **Invoke mail-triage first** with `context.caller = "post-meeting-drill"`, then process returned doc_ids |
|
|
90
|
+
| Manual paste (content provided) | Use provided content directly, skip to Phase 1 |
|
|
49
91
|
|
|
50
|
-
|
|
92
|
+
### Step 0.2: Invoke Mail-Triage (Only if no doc_id)
|
|
51
93
|
|
|
94
|
+
When invoked manually without a doc_id:
|
|
52
95
|
```
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
└── Tab 2: Transcript (FULL VERBATIM TRANSCRIPT) ← THIS IS THE SOURCE OF TRUTH
|
|
96
|
+
skill({
|
|
97
|
+
name: "mail-triage",
|
|
98
|
+
context: { caller: "post-meeting-drill" }
|
|
99
|
+
})
|
|
100
|
+
→ Returns: list of { doc_id, title, date } for each meeting note found
|
|
101
|
+
→ Process each doc_id via Step 0.3
|
|
60
102
|
```
|
|
61
103
|
|
|
62
|
-
|
|
104
|
+
### Step 0.3: Read Google Doc (Primary Path)
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
drive-synapsis_read_google_drive_file(file_id={DOC_ID})
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
**Gemini Doc Structure:**
|
|
63
111
|
```
|
|
64
|
-
1
|
|
65
|
-
2
|
|
66
|
-
drive-synapsis_search_google_drive_advanced(
|
|
67
|
-
query="[Meeting Title] Notes by Gemini",
|
|
68
|
-
modified_after="[meeting date]"
|
|
69
|
-
)
|
|
70
|
-
3. Read the FULL Google Doc (includes transcript tab):
|
|
71
|
-
drive-synapsis_read_google_drive_file(file_id)
|
|
72
|
-
4. Process the FULL content (summary + details + transcript)
|
|
112
|
+
├── Tab 1: Notes (Summary + Details + Suggested next steps)
|
|
113
|
+
└── Tab 2: Transcript (FULL VERBATIM TRANSCRIPT) ← SOURCE OF TRUTH
|
|
73
114
|
```
|
|
74
115
|
|
|
75
|
-
**Why
|
|
116
|
+
**Why the full doc matters:**
|
|
76
117
|
- Email summary misses 80%+ of meeting content
|
|
77
118
|
- Transcript contains exact quotes, context, nuance
|
|
78
119
|
- Details section has structured breakdowns the summary lacks
|
|
@@ -158,7 +199,7 @@ Resolve ambiguous references using loaded context:
|
|
|
158
199
|
|
|
159
200
|
| Raw Text | Resolution Method |
|
|
160
201
|
|----------|-------------------|
|
|
161
|
-
| "Someone in
|
|
202
|
+
| "Someone in [Location]..." | **LOW CONFIDENCE** — Could be anyone in that meeting room. Cross-reference with content/context to narrow down. If unclear, flag as UNKNOWN. |
|
|
162
203
|
| First name only (e.g., "Tom") | Match to attendees from loaded files |
|
|
163
204
|
| Role reference (e.g., "the DRI") | Match to project stakeholder list |
|
|
164
205
|
| Unclear pronoun | Flag as UNKNOWN |
|
|
@@ -169,7 +210,7 @@ Resolve ambiguous references using loaded context:
|
|
|
169
210
|
| Field | Description | Example |
|
|
170
211
|
|-------|-------------|---------|
|
|
171
212
|
| Decision | What was agreed? | "Child tickets will be created for operations" |
|
|
172
|
-
| Stakeholders | Who agreed? | Tom
|
|
213
|
+
| Stakeholders | Who agreed? | Tom, Zeus |
|
|
173
214
|
| Rationale | Why? | "Needed for Jan launch" |
|
|
174
215
|
| Date | Meeting date | 2026-01-07 |
|
|
175
216
|
|
|
@@ -177,7 +218,7 @@ Resolve ambiguous references using loaded context:
|
|
|
177
218
|
| Field | Description | Example |
|
|
178
219
|
|-------|-------------|---------|
|
|
179
220
|
| Task | What needs to be done? | "Contact regional leads for child ticket content" |
|
|
180
|
-
| DRI | Owner (resolved name) |
|
|
221
|
+
| DRI | Owner (resolved name) | Zeus |
|
|
181
222
|
| Deadline | By when? | "End of week" |
|
|
182
223
|
| Priority | P0/P1/P2 | P0 (launch dependency) |
|
|
183
224
|
| Context | Why needed? | "Dependency for golden ticket launch" |
|
|
@@ -194,7 +235,7 @@ Resolve ambiguous references using loaded context:
|
|
|
194
235
|
|-------|-------------|---------|
|
|
195
236
|
| Fact | New information | "Launch target is end of January" |
|
|
196
237
|
| About | Entity (project/person) | Golden Ticket |
|
|
197
|
-
| Source | Who stated? | Tom
|
|
238
|
+
| Source | Who stated? | Tom |
|
|
198
239
|
|
|
199
240
|
#### SENTIMENT
|
|
200
241
|
| Field | Description | Example |
|
|
@@ -390,7 +431,7 @@ Thanks for the productive discussion today. Here's a summary of what we aligned
|
|
|
390
431
|
[1-sentence outlook on what happens next]
|
|
391
432
|
|
|
392
433
|
Best,
|
|
393
|
-
|
|
434
|
+
[Your Name]
|
|
394
435
|
```
|
|
395
436
|
|
|
396
437
|
---
|
|
@@ -410,55 +451,9 @@ David
|
|
|
410
451
|
|
|
411
452
|
---
|
|
412
453
|
|
|
413
|
-
##
|
|
454
|
+
## Examples
|
|
414
455
|
|
|
415
|
-
|
|
416
|
-
Input: message_id 19b983283b714112
|
|
417
|
-
|
|
418
|
-
Phase 0: Acquire
|
|
419
|
-
- Fetch email content (summary only)
|
|
420
|
-
- Meeting: "Golden Ticket: ITH Alignment" — Jan 7, 2026
|
|
421
|
-
- ⚠️ Email has summary but NOT full transcript
|
|
422
|
-
- Search Drive: "Golden Ticket ITH Alignment Notes by Gemini"
|
|
423
|
-
- Fetch full Google Doc → Contains:
|
|
424
|
-
- Summary (what email had)
|
|
425
|
-
- Details section (structured breakdown with timestamps)
|
|
426
|
-
- Full Transcript (verbatim conversation) ← PRIMARY SOURCE
|
|
427
|
-
- Now have complete meeting content
|
|
428
|
-
|
|
429
|
-
Phase 1: Hydrate
|
|
430
|
-
- Project: Golden Ticket → read work/projects/golden-ticket.md
|
|
431
|
-
- Attendees: Tom Jansson, David, Christine
|
|
432
|
-
- Resolve: tom-jansson.md found in Stakeholders
|
|
433
|
-
- Load daily-log
|
|
434
|
-
|
|
435
|
-
Phase 2: Extract (from FULL transcript, not just summary)
|
|
436
|
-
- Decision: Child tickets needed for operations
|
|
437
|
-
- Action (David): Contact regional leads — P0
|
|
438
|
-
- Risk: Training gap before Feb 1 launch
|
|
439
|
-
- Unknown: "dual con" workstream
|
|
440
|
-
- Additional context from transcript:
|
|
441
|
-
- Exact quotes and rationale
|
|
442
|
-
- Nuanced discussion points
|
|
443
|
-
- Items missed in auto-summary
|
|
444
|
-
|
|
445
|
-
Phase 3: Route
|
|
446
|
-
- Decision → golden-ticket.md ## Strategic Decisions
|
|
447
|
-
- Action → daily-log.md ### P0
|
|
448
|
-
- Risk → golden-ticket.md ## Blockers & Risks
|
|
449
|
-
- Unknown → Report only
|
|
450
|
-
|
|
451
|
-
Phase 4: Urgency
|
|
452
|
-
- Signal: "Training needed before Feb 1 launch" = Timeline risk
|
|
453
|
-
- Amplifier: Golden Ticket is P0, launch <4 weeks away
|
|
454
|
-
- Result: 🔴 HIGH
|
|
455
|
-
|
|
456
|
-
Phase 5: Synthesize
|
|
457
|
-
- Output urgent alert + standard synthesis
|
|
458
|
-
|
|
459
|
-
Phase 6: Complete
|
|
460
|
-
- Single note, no batch aggregation needed
|
|
461
|
-
```
|
|
456
|
+
See `examples.md` for detailed execution walkthroughs.
|
|
462
457
|
|
|
463
458
|
---
|
|
464
459
|
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-01-10
|
|
3
|
+
updated: 2026-01-10
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Post-Meeting Drill — Examples
|
|
7
|
+
|
|
8
|
+
## Example: Golden Ticket Meeting
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
Input: message_id 19b983283b714112
|
|
12
|
+
|
|
13
|
+
Phase 0: Acquire
|
|
14
|
+
- Fetch email content (summary only)
|
|
15
|
+
- Meeting: "Golden Ticket: ITH Alignment" — Jan 7, 2026
|
|
16
|
+
- ⚠️ Email has summary but NOT full transcript
|
|
17
|
+
- Search Drive: "Golden Ticket ITH Alignment Notes by Gemini"
|
|
18
|
+
- Fetch full Google Doc → Contains:
|
|
19
|
+
- Summary (what email had)
|
|
20
|
+
- Details section (structured breakdown with timestamps)
|
|
21
|
+
- Full Transcript (verbatim conversation) ← PRIMARY SOURCE
|
|
22
|
+
- Now have complete meeting content
|
|
23
|
+
|
|
24
|
+
Phase 1: Hydrate
|
|
25
|
+
- Project: Golden Ticket → read work/projects/golden-ticket.md
|
|
26
|
+
- Attendees: Tom, Zeus, Christine
|
|
27
|
+
- Resolve: tom.md found in Stakeholders
|
|
28
|
+
- Load daily-log
|
|
29
|
+
|
|
30
|
+
Phase 2: Extract (from FULL transcript, not just summary)
|
|
31
|
+
- Decision: Child tickets needed for operations
|
|
32
|
+
- Action (Zeus): Contact regional leads — P0
|
|
33
|
+
- Risk: Training gap before Feb 1 launch
|
|
34
|
+
- Unknown: "dual con" workstream
|
|
35
|
+
- Additional context from transcript:
|
|
36
|
+
- Exact quotes and rationale
|
|
37
|
+
- Nuanced discussion points
|
|
38
|
+
- Items missed in auto-summary
|
|
39
|
+
|
|
40
|
+
Phase 3: Route
|
|
41
|
+
- Decision → golden-ticket.md ## Strategic Decisions
|
|
42
|
+
- Action → daily-log.md ### P0
|
|
43
|
+
- Risk → golden-ticket.md ## Blockers & Risks
|
|
44
|
+
- Unknown → Report only
|
|
45
|
+
|
|
46
|
+
Phase 4: Urgency
|
|
47
|
+
- Signal: "Training needed before Feb 1 launch" = Timeline risk
|
|
48
|
+
- Amplifier: Golden Ticket is P0, launch <4 weeks away
|
|
49
|
+
- Result: 🔴 HIGH
|
|
50
|
+
|
|
51
|
+
Phase 5: Synthesize
|
|
52
|
+
- Output urgent alert + standard synthesis
|
|
53
|
+
|
|
54
|
+
Phase 6: Complete
|
|
55
|
+
- Single note, no batch aggregation needed
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Example: Routine 1:1 Meeting
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
Input: message_id 19b984456a821234
|
|
64
|
+
|
|
65
|
+
Phase 0: Acquire
|
|
66
|
+
- Meeting: "1:1 with Sarah" — Jan 8, 2026
|
|
67
|
+
- Fetch Google Doc (full transcript)
|
|
68
|
+
|
|
69
|
+
Phase 1: Hydrate
|
|
70
|
+
- No specific project — general sync
|
|
71
|
+
- Attendee: Sarah → work/Team/sarah.md
|
|
72
|
+
- Load daily-log
|
|
73
|
+
|
|
74
|
+
Phase 2: Extract
|
|
75
|
+
- Action (Sarah): Review Q1 roadmap draft — P1
|
|
76
|
+
- New Fact: Sarah considering conference talk proposal
|
|
77
|
+
- Sentiment: Positive, engaged
|
|
78
|
+
|
|
79
|
+
Phase 3: Route
|
|
80
|
+
- Action → sarah.md ## Action Items
|
|
81
|
+
- Action → daily-log.md ## Delegated Today
|
|
82
|
+
- New Fact → sarah.md ## Notes
|
|
83
|
+
- Sentiment → sarah.md ## Interaction Log
|
|
84
|
+
|
|
85
|
+
Phase 4: Urgency
|
|
86
|
+
- No urgency signals detected
|
|
87
|
+
- Result: 🟢 LOW
|
|
88
|
+
|
|
89
|
+
Phase 5: Synthesize
|
|
90
|
+
- Standard synthesis only (no urgent alert)
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Example: External Stakeholder Meeting
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
Input: message_id 19b985567b932345
|
|
99
|
+
|
|
100
|
+
Phase 0: Acquire
|
|
101
|
+
- Meeting: "Vendor Review: Acme Corp" — Jan 9, 2026
|
|
102
|
+
- Fetch Google Doc (full transcript)
|
|
103
|
+
|
|
104
|
+
Phase 1: Hydrate
|
|
105
|
+
- Project: Platform Migration
|
|
106
|
+
- Attendee: John (Acme) — NOT FOUND in KB
|
|
107
|
+
- Entity Resolution: Create new file
|
|
108
|
+
|
|
109
|
+
Phase 2: Extract
|
|
110
|
+
- Decision: Proceed with Acme proposal pending legal review
|
|
111
|
+
- Action (Zeus): Send NDA to legal — P1
|
|
112
|
+
- Action (John): Provide technical specs — by Jan 15
|
|
113
|
+
- Risk: Integration timeline depends on legal clearance
|
|
114
|
+
|
|
115
|
+
Phase 3: Route
|
|
116
|
+
- Create: work/Stakeholders/john.md (new contact)
|
|
117
|
+
- Update: work/Stakeholders/_index.md
|
|
118
|
+
- Decision → platform-migration.md ## Strategic Decisions
|
|
119
|
+
- Action (Zeus) → daily-log.md ### P1
|
|
120
|
+
- Action (John) → john.md ## Action Items
|
|
121
|
+
- Risk → platform-migration.md ## Blockers & Risks
|
|
122
|
+
|
|
123
|
+
Phase 4: Urgency
|
|
124
|
+
- Signal: "depends on legal clearance" = Blocker risk
|
|
125
|
+
- Amplifier: Platform Migration is active project
|
|
126
|
+
- Result: 🟡 MEDIUM
|
|
127
|
+
|
|
128
|
+
Phase 5: Synthesize
|
|
129
|
+
- Standard synthesis with MEDIUM flags
|
|
130
|
+
```
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
---
|
|
2
|
+
created: 2026-01-10
|
|
3
|
+
updated: 2026-01-10
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Meeting Synthesis Template
|
|
7
|
+
|
|
8
|
+
## Urgent Alert Block (if HIGH urgency)
|
|
9
|
+
|
|
10
|
+
```markdown
|
|
11
|
+
## 🚨 URGENT: {{MEETING_TITLE}}
|
|
12
|
+
|
|
13
|
+
**Urgency:** 🔴 HIGH — {{URGENCY_REASON}}
|
|
14
|
+
|
|
15
|
+
### What Changed
|
|
16
|
+
- {{CHANGE_DESCRIPTION}}
|
|
17
|
+
|
|
18
|
+
### Impact
|
|
19
|
+
- {{IMPACT_DESCRIPTION}}
|
|
20
|
+
|
|
21
|
+
### Your Action Required
|
|
22
|
+
- [ ] {{IMMEDIATE_ACTION}}
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Standard Synthesis
|
|
28
|
+
|
|
29
|
+
```markdown
|
|
30
|
+
## Meeting Processed: {{MEETING_TITLE}} — {{DATE}}
|
|
31
|
+
|
|
32
|
+
### Action Items for You
|
|
33
|
+
|
|
34
|
+
| Task | Context | Deadline | Priority | Persisted To |
|
|
35
|
+
|------|---------|----------|----------|--------------|
|
|
36
|
+
{{ACTION_ITEMS_TABLE}}
|
|
37
|
+
|
|
38
|
+
### Decisions Made
|
|
39
|
+
|
|
40
|
+
| Decision | Stakeholders | Persisted To |
|
|
41
|
+
|----------|--------------|--------------|
|
|
42
|
+
{{DECISIONS_TABLE}}
|
|
43
|
+
|
|
44
|
+
### Risks Identified
|
|
45
|
+
|
|
46
|
+
| Risk | Impact | Persisted To |
|
|
47
|
+
|------|--------|--------------|
|
|
48
|
+
{{RISKS_TABLE}}
|
|
49
|
+
|
|
50
|
+
### Knowledge Persisted
|
|
51
|
+
|
|
52
|
+
| File | What Was Added |
|
|
53
|
+
|------|----------------|
|
|
54
|
+
{{PERSISTENCE_TABLE}}
|
|
55
|
+
|
|
56
|
+
### Gaps & Unknowns
|
|
57
|
+
|
|
58
|
+
| Unknown | Context | Clarification Needed |
|
|
59
|
+
|---------|---------|----------------------|
|
|
60
|
+
{{UNKNOWNS_TABLE}}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## Batch Aggregate Summary
|
|
66
|
+
|
|
67
|
+
```markdown
|
|
68
|
+
## Meeting Notes Batch Complete
|
|
69
|
+
|
|
70
|
+
**Processed:** {{COUNT}} meeting notes
|
|
71
|
+
**Time Range:** {{DATE_RANGE}}
|
|
72
|
+
|
|
73
|
+
### Urgent Items (🔴)
|
|
74
|
+
{{URGENT_ITEMS}}
|
|
75
|
+
|
|
76
|
+
### All Action Items for You
|
|
77
|
+
{{ALL_ACTION_ITEMS}}
|
|
78
|
+
|
|
79
|
+
### Files Updated
|
|
80
|
+
{{FILES_UPDATED}}
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Recap Email (Optional)
|
|
86
|
+
|
|
87
|
+
```markdown
|
|
88
|
+
Subject: Recap: {{MEETING_TITLE}} — Decisions & Next Steps
|
|
89
|
+
|
|
90
|
+
Hi Team,
|
|
91
|
+
|
|
92
|
+
Thanks for the productive discussion today. Here's a summary of what we aligned on:
|
|
93
|
+
|
|
94
|
+
### Key Decisions
|
|
95
|
+
{{DECISIONS_LIST}}
|
|
96
|
+
|
|
97
|
+
### Action Items
|
|
98
|
+
|
|
99
|
+
| Task | Owner | Due |
|
|
100
|
+
|------|-------|-----|
|
|
101
|
+
{{ACTION_ITEMS_EMAIL_TABLE}}
|
|
102
|
+
|
|
103
|
+
### Risks to Monitor
|
|
104
|
+
{{RISKS_LIST}}
|
|
105
|
+
|
|
106
|
+
### Next Steps
|
|
107
|
+
{{NEXT_STEPS}}
|
|
108
|
+
|
|
109
|
+
Best,
|
|
110
|
+
{{SENDER_NAME}}
|
|
111
|
+
```
|