# Prep interviewer packets and roll up debrief scores

Build a focus-area packet per interviewer, then collect and roll up debrief scores after the loop.

**Connects:** notion, googlecalendar, gmail, slack

## How to install

1. Fetch https://eluu.ai/cookbook/interview-loop-packet/skill.md and save it into your skills folder as `interview-loop-packet`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Splits the scorecard's competencies across the panel with no overlap
- Builds a one-page packet per interviewer before their slot
- Chases each panelist for a scorecard after their slot
- Rolls up the panel's scores into one scorecard for the hiring manager

## Recurring jobs

- **Loop confirmation watch** (Daily poll of {{calendar}} for newly confirmed interview loops) — https://eluu.ai/cookbook/interview-loop-packet/jobs-setup/loop-confirmation-watch.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Coverage splitting**, Assign scorecard competencies across the panel with no gaps or overlap — https://eluu.ai/cookbook/interview-loop-packet/skills/coverage-splitting.md
- **Interviewer packet format**, Résumé, focus area, and suggested questions per interviewer — https://eluu.ai/cookbook/interview-loop-packet/skills/interviewer-packet-format.md
- **Debrief rollup**, Combine panel scores into one scorecard with the gaps flagged — https://eluu.ai/cookbook/interview-loop-packet/skills/debrief-rollup.md

## Files

- skill.md — https://eluu.ai/cookbook/interview-loop-packet/skill.md
- jobs-setup/loop-confirmation-watch.md — https://eluu.ai/cookbook/interview-loop-packet/jobs-setup/loop-confirmation-watch.md
- skills/coverage-splitting.md — https://eluu.ai/cookbook/interview-loop-packet/skills/coverage-splitting.md
- skills/interviewer-packet-format.md — https://eluu.ai/cookbook/interview-loop-packet/skills/interviewer-packet-format.md
- skills/debrief-rollup.md — https://eluu.ai/cookbook/interview-loop-packet/skills/debrief-rollup.md
- workflow.json — https://eluu.ai/cookbook/interview-loop-packet/workflow.json
