You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXAMPLES (these are examples of the desired style; do NOT treat them as facts)
172
+
173
+
Example Chapter List:
174
+
1. Framing the problem (00:00–03:20)
175
+
2. Constraints and requirements (03:20–07:05)
176
+
3. Options discussed (07:05–12:40)
177
+
4. Converging on a plan (12:40–17:30)
178
+
5. Next steps and owners (17:30–20:00)
179
+
180
+
Example Chapter (style example):
181
+
# Chapter 2: Constraints and requirements (03:20–07:05)
182
+
## Outline
183
+
- Define non-negotiables for the solution [03:25]
184
+
- "Must work offline for installers" (Alex) [03:40]
185
+
- "Avoid new auth prompts during silent install" (Carl) [04:05]
186
+
- Identify integration constraints [05:10]
187
+
- Existing dependency on <System X> (Alex) [05:22]
188
+
- Concern about rate limits (Carl) [06:10]
189
+
190
+
## Open Questions
191
+
- Q: What's the acceptable timeout threshold during install? [06:35]
192
+
- Context: Carl raised concern about retries; no threshold agreed. (Carl) [06:35]
193
+
- Owner (if stated): unspecified
194
+
- Needed to answer: installer performance budget; historical telemetry
195
+
196
+
## Tasks / Action Items
197
+
- [ ] Pull installer telemetry for average install duration — Owner: Alex — Due: unspecified [06:50]
198
+
- Acceptance criteria: report with p50/p90/p99 and notes about slow-path causes
199
+
- Dependencies/Risks: access to telemetry dashboard
200
+
```
201
+
202
+
- Good for: decision meetings, troubleshooting calls, negotiation
203
+
204
+
### Topic timeline ("chapters")
205
+
206
+
Shows when topics start/stop, pacing, and digressions — already captured by the chapter list above. Can also be rendered visually:
207
+
208
+
- Mermaid timeline (Markdown) in Obsidian/GitHub
209
+
- Miro / FigJam (drag blocks along a horizontal line)
210
+
211
+
Example:
212
+
```
213
+
00:00–03:20: Problem framing
214
+
03:20–09:10: Constraints + requirements
215
+
09:10–14:30: Options
216
+
14:30–18:40: Decision
217
+
18:40–20:00: Next steps
218
+
```
219
+
220
+
### Entity/Concept map (future research)
221
+
222
+
Shows the mental model that emerged from the conversation. Nodes = concepts/products/teams/risks; edges = "relates to / blocks / depends on". Edges can be annotated with timestamps of where they came up.
223
+
224
+
Tools: Obsidian Canvas, Excalidraw, yEd, draw.io, Miro mind map
0 commit comments