Extract Key People from Slack
Create people entries from Slack collaborators data
2
For top 3-5 collaborators with meaningful interaction:
- Run
Resolve Person Entity with their info
- Include: name, Slack handle, relationship context, source="Slack"
Skip one-off mentions.
3
Briefly confirm count of people 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 Slack Writing Samples]: Read the file at `session/writing-samples-slack.json` into context (Contains collaborators array)
2. For top 3-5 collaborators with meaningful interaction:
- Run `skills/sauna/[skill_id]/references/recipes/context.entity.resolve_person.md` with their info
- Include: name, Slack handle, relationship context, source="Slack"
Skip one-off mentions.
3. Briefly confirm count of people added/merged.