---
## Notes
- have a high level strategy for cultivating these hooks. allows you to be more flexible
- [[Small talk]]
- [[Cultivating social skills]]
- [[Stages of conversation]]
- [[Types of conversation advancements]]
### My prominent conversations
I got goosebumps and was just in awe at how I described [[Weekly Wondering 14#My first immersive 6-hour conversation]]…
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```