Analyze Gmail Usage
Instructions
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 read steps in a row, read them all at once (in parallel).
3
The data contains: - contacts: People ranked by interaction - labels: Gmail labels - volumeByDate: Daily email volume - recentThreads: Recent conversation threads
Write a markdown profile to Connection Profiles. Start with 'Last analyzed: [ISO datetime]'. Include: - Key Contacts section: people with bidirectional email (names only) - Email Patterns section: busiest days, labels they use - Quick Access section: recent thread IDs for important conversations
DO NOT include email counts or volume statistics. Describe patterns, not numbers. DO NOT write to entities - that's handled by a separate task.
4
Briefly confirm: 'Saved your Gmail profile to connections/.'
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 read steps in a row, read them all at once (in parallel).
Add all steps to your todo list now and begin executing.
## Steps
1. [Read Connection Profile Format]: Read the documentation in: `./skills/sauna/[skill_id]/references/context.profile.format.md` (Canonical profile structure)
2. [Read Gmail Profile Analysis]: Read the file at `./documents/tmp/gmail-profile-analysis.json` and analyze its contents
3. The data contains: - contacts: People ranked by interaction - labels: Gmail labels - volumeByDate: Daily email volume - recentThreads: Recent conversation threads
Write a markdown profile to `./documents/connections/[service-name].md`. Start with 'Last analyzed: [ISO datetime]'. Include: - Key Contacts section: people with bidirectional email (names only) - Email Patterns section: busiest days, labels they use - Quick Access section: recent thread IDs for important conversations
DO NOT include email counts or volume statistics. Describe patterns, not numbers. DO NOT write to entities - that's handled by a separate task.
4. Briefly confirm: 'Saved your Gmail profile to connections/.'