Extract Key People from Gmail
Create people entries from Gmail contacts data with confidence-based filtering
3
For each high-confidence contact from the analysis:
- Run
Resolve Person Entity with their info
- Include: name, email, relationship context, source="Gmail"
Skip newsletters, automated senders, low-confidence contacts.
4
Briefly confirm count of contacts added/merged.
You MUST use a todo list to complete these steps in order. Never move on to one step if you haven't completed the previous step. If you have multiple CONSECUTIVE read steps in a row, read them all at once (in parallel). Otherwise, do not read a file until you reach that step.
Add all steps to your todo list now and begin executing.
## Steps
1. [Read Gmail Profile Analysis]: Read the file at `session/gmail-profile-analysis.json` into context (Contains contacts array with confidence tiers)
2. [Read Gmail Entity Extraction Guide]: Read the documentation in: `skills/sauna/[skill_id]/references/gmail.entities.guide.md` (Confidence filtering rules)
3. For each high-confidence contact from the analysis:
- Run `skills/sauna/[skill_id]/references/recipes/context.entity.resolve_person.md` with their info
- Include: name, email, relationship context, source="Gmail"
Skip newsletters, automated senders, low-confidence contacts.
4. Briefly confirm count of contacts added/merged.