task icon Task

Analyze Gmail Usage

Generate Gmail usage profile from inbox data

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 stateService 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 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 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 `session/gmail-profile-analysis.json` into context

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/user/services/*.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/.'