Mike's Checks/gpt-5.6-luna/09 pptx
09 pptx
gpt-5.6-lunaCodex CLIhigh effortrun 22 Aug 2026
▸Instructions — the case's current instructions; none were saved with this result
create a powerpoint in the every brand style on compound engineering, 30 min session https://every.to/guides/compound-engineering
A pptx skill is in skills/pptx/ — read skills/pptx/SKILL.md first. pptxgenjs is installed in the workspace, so require("pptxgenjs") works from here with no network. The brand guide is every-visual-style.md.
Answer
Deliverables
The deck is a 10-slide, 30-minute field guide with facilitator notes on every slide. It uses Every’s consulting/training teal theme because the request is for a session, with serif-led editorial typography, teal/gold/green accents, organic circular motifs, and generous whitespace.
Assumption: the article URL is the intended content source; the deck focuses on its core compound-engineering principle and practical loop (plan, work, review, compound). The linked page was not reachable from this sandbox, so the deck avoids page-specific claims beyond that framework and cites the supplied URL in the slides.
QA: the .pptx ZIP package passes unzip -t; XML extraction confirms 10 slides and 10 notes slides. LibreOffice PDF rendering was attempted but hung in the sandbox environment.
Checks
3/15Brand colorspalette
share of rendered pixels on Every's documented palette, and whether the deck stays inside one theme (needs Pillow)
Slides renderrender
every slide rendered to a PNG in <output-dir>/_screenshots/ via LibreOffice (soffice --convert-to pdf) + pdftoppm. FAIL when required render tools are unavailable.
Deck opensopens
a .pptx exists and parses (python-pptx when installed, stdlib zip+XML otherwise)
Slide countslide-count
8-20 slides -- sane for a 30-minute session
No overlapping textno-overlap
no two text-bearing shapes on a slide overlap materially (Mike's first question: "Is the writing overlapped?")
Q1Every's color palette
Not judged: counted as a fail.
▸Rubric
The palette is Every's. Theme 1 (Editorial): background Every Black `#121212` (or Warm Cream `#F5F2ED` for light slides), Every Blue `#C0F0FB` as the signature accent, white text, with `#FA7B20` / `#E9731E` / `#C4400F` / `#349361` / `#1324CB` / `#7301CC` as accents. Theme 2 (Consulting): background Teal Dark `#0F5258` with Teal Medium `#4999A0` for depth, Warm White `#FFFEFB` text, `#BB7B19` / `#F8DE6E` / `#2E8D23` accents. FAIL if the deck's colors are visibly not these — corporate blue, generic slide-template gray, purple-black AI dark mode, neon gradients — or if it flips between the two themes across slides. Close-but-different shades are fine; a different palette is not.
Q2Serif typography
Not judged: counted as a fail.
▸Rubric
Typography is serif. The brand is serif-first: Signifier, or its documented PowerPoint substitutes Georgia and Times New Roman. Sans-serif (Switzer / DM Sans) is allowed only for small labels — session indicators, footers, captions. FAIL if headlines or body text are set in a sans-serif face (Arial, Helvetica, Calibri, Inter). "Sans-serif for main content" is on the brand guide's explicit avoid list.
Q3No banned decoration
Not judged: counted as a fail.
▸Rubric
No forbidden decoration. The brand guide bans, in both themes: triangles, hexagons and other geometric accents; diagonal slashes and hard section dividers; corner brackets or L-shaped frames; drop shadows on boxes; heavy or double borders; stock photography; gradient backgrounds; rotated or outlined text. FAIL if any of these appears on any slide.
Q4Required design elements
Not judged: counted as a fail.
▸Rubric
The signature elements are there. Every decks carry organic brushstroke swooshes (the E / O / R SVG shapes, cropped at the slide edge, scaled large) and stippled classical illustrations — Greek and Roman architecture, figures, busts, sometimes with modern elements. The guide says to use the swooshes "liberally once every two or three slides." FAIL if the deck has neither swooshes nor classical illustration, or if such elements appear on fewer than roughly one slide in three. Mike's question on this eval: "does it use the, uh, SVGs?"
Q5Consistent footer
Not judged: counted as a fail.
▸Rubric
The footer is consistent. Theme 1: EVERY logo left, `every.to` right. Theme 2: EVERY *Consulting* left, session indicator right. FAIL if content slides carry no footer, or if the footer appears on some and not others.
Q6Enough substance
Not judged: counted as a fail.
▸Rubric
The content has real depth. Mike: "the main failing of the decks generated by AI is still the content is quite shallow." PASS when the deck carries the load-bearing substance of the selected case's brief and source material: its important mechanisms, distinctions, evidence, and consequences. FAIL if the deck could have been written without reading those materials, reduces the subject to generic advice, or makes unsupported claims.
Q7Interesting material
Not judged: counted as a fail.
▸Rubric
It picked interesting things to say. Mike's question on this eval: "does it pick out interesting things to write about." PASS when the deck makes a selective, coherent argument about what this audience should remember or do. FAIL if it merely inventories the supplied material in source order, restates headings, or includes facts without a point of view about why they matter.
Q8One idea per slide
Not judged: counted as a fail.
▸Rubric
One idea per slide. Mike: it fails "if it tries to fit too many ideas on one slide." The brand guide says the same thing — "clear focal point: one main message per slide," "spacious, not cluttered." FAIL if any single slide carries more than one idea, or is packed so densely that a room could not read it while the presenter talks.
Q9Useful visuals
Not judged: counted as a fail.
▸Rubric
Real visual elements, not walls of bullets. Mike's question: "does it create good visual elements." Real means: a diagram of the loop, a staged progression, a 50/50 split with illustration, a quote in an organic blob, a comparison built from shapes — something that carries meaning visually. FAIL if the majority of content slides are a title plus a bulleted list.
Q10Readable slides
Not judged: counted as a fail.
▸Rubric
Every slide is legible as rendered. FAIL if any slide has text running off the edge, text clipped by its container, text over an image or shape at unreadable contrast, or headline and body colliding. (A separate script check already catches overlapping text boxes; this question covers what the geometry check cannot see — overflow, clipping and contrast in the actual render.)