# Slide builder

A reusable skill the "Walk into every call already briefed" recipe pulls in. Add it once and every agent on the team can use it.

Turn a verified account brief into a slide deck for exec-level or large-value meetings.

## Method
1. Check whether the deal value exceeds the deal-size threshold, or an exec-level title is on the attendee list.
2. If neither condition is met, skip this skill — no deck is built.
3. Pull the verified brief's four sections: context, stakeholders, talking points, risk.
4. Build one slide per section using the presentation (pptx) skill, matching the team's existing deck style.
5. Carry over only claims already verified in the brief — do not add new research at this stage.
6. Save the deck alongside the brief in the same report folder.

## Rules
- The exec-title list and the deal-size threshold that trigger this skill are set on first run, then stored in memory.
- Never introduce a claim in the deck that wasn't already verified in the source brief.
- Keep the deck to one slide per brief section — four slides, not a generic pitch deck.
- The deck is internal prep, same as the brief — it never goes to the prospect.

## Output
A `.pptx` file with one slide per brief section, saved to `reports/account-briefs/` next to the source brief.
