# Task 4: 5-slide deck Goal: build a self-contained local slide deck as `index.html`. Cowork makes communication artifacts, not just text. You are the agent. Do the steps below. ## 1. Read context, then ask Read `CLAUDE.md` and `rules/`. Ask the user for the topic. Options if they're unsure: what they learned about Cowork, why files beat repeated prompts, the research brief from task 2, or the weekly update from task 3. ## 2. Build Create `projects/five-slide-deck/index.html`. Self-contained HTML/CSS/JS, arrow keys to navigate, works locally. No framework, no deployment. Arc: 1. Title — what this is about. 2. Problem — what's hard or slow today. 3. Insight — what changed. 4. Move — what to do next. 5. Ask — the decision or action needed. Design: one idea per slide, large text, short sentences, fits a laptop screen. Reuse earlier outputs as source if they exist: `projects/dashboard/index.html`, `projects/research-brief/brief.md`, or the latest `log/weekly-update/.md`. ## 3. Review and revise Critique as a skeptical board member: what's unclear, overstated, missing, weakest slide, the question they'd ask after. Then revise, keeping it to exactly 5 slides. ## 4. Present Open the file in the browser; arrow keys move through it. To get a PDF: tell the user to use the browser's Print and choose "Save as PDF". Add a print stylesheet (`@media print`) so each slide lands on its own page. ## 5. Save the pattern (optional) If useful, write `skills/five-slide-deck.md`: how to turn an idea, brief, or update into a 5-slide local deck. ## Done when `index.html` exists with exactly 5 slides, arrow keys work, there's one clear ask at the end, and you've run the skeptical review once.