Digital E-Guide Skill
Produce a two-page digital guide preview side-by-side. Cover on the inline-start,
inside spread on the inline-end. Lifestyle creator tone, lots of negative space,
serif display headings, careful column rhythm.
Workflow
- Read the active DESIGN.md (injected above). Pick a serif display
token for the title (italic ligatures encouraged), a body serif for
long-form, and a mono token for stats / labels.
- Pick the topic + author from the brief. Generate a real title (e.g.
"The Creator's Style & Format Guide"), a real subtitle, and a one-line
author byline.
- Layout — center two pages on a tinted backdrop:
- Page 1 — cover:
- Eyebrow ("STYLE & FORMAT GUIDE FOR CREATORS").
- Display title with mixed weights and one italic flourish word
("The Creator's Style & Format guide" —
& and guide italic).
- 3-cell stat row ("16 PRINCIPLES OF STYLE", "38 DOS & DON'TS",
"1 BLOCK, ZERO TEMPLATES") in mono, separated by
·.
- "What's inside" header with a 2-column TOC (chapters + page numbers
in mono, leader dots).
- Footer: "FIND YOUR VOICE" + page 01 mono.
- Subtle decorative dot or sticker (CSS) in a corner.
- Page 2 — spread:
- Eyebrow with chapter number + name ("CHAPTER 02 · TONE").
- Display sub-title ("Write like you talk — only sharper.").
- 2-column body: opening paragraph + a numbered 4-step list ("01 Pick
the rule", "02 Drop the filler"…).
- Pull-quote pinned to inline-end: for Latin scripts use large italic display
and accent color; for Arabic, Persian, and Urdu use regular or light
emphasis (no italics); for Hebrew use regular or light emphasis (no
italics). Include attribution. (script-aware)
- Bottom strip with "EXERCISE" callout (mono label + 1 sentence prompt
in italic).
- Footer: chapter title + page 18 mono.
- Write a single HTML document:
<!doctype html> through </html>, CSS inline.
- Pages are 600×860 paper-tone cards with 6px shadow, slight rotation
opposing each other (±0.6deg) for a magazine-on-desk feel.
data-od-id on cover, spread, toc, pull-quote, exercise.
- Self-check:
- Type hierarchy is editorial — title owns page 1, sub-title owns page 2.
- Italic accent appears once per page.
- Mono used only for labels, stats, and TOC numbers.
Output contract
Emit between <artifact> tags:
<artifact identifier="eguide-slug" type="text/html" title="E-Guide — Title">
<!doctype html>
<html>...</html>
</artifact>
One sentence before the artifact, nothing after.
1---2name: digital-eguide3description: A two-spread digital e-guide preview — page 1 is a cover (display title, author, "What's inside" stats, table of contents teaser); page 2 is a spread (lesson body with pull-quote and a step list). Lifestyle / creator brand tone. Use when the brief asks for an "e-guide", "digital guide", "lookbook", "lead magnet", "creator guide", "playbook", "PDF guide", or "电子指南".4---56# Digital E-Guide Skill78Produce a two-page digital guide preview side-by-side. Cover on the inline-start,9inside spread on the inline-end. Lifestyle creator tone, lots of negative space,10serif display headings, careful column rhythm.1112## Workflow13141. **Read the active DESIGN.md** (injected above). Pick a serif display15 token for the title (italic ligatures encouraged), a body serif for16 long-form, and a mono token for stats / labels.172. **Pick the topic + author** from the brief. Generate a real title (e.g.18 "The Creator's Style & Format Guide"), a real subtitle, and a one-line19 author byline.203. **Layout** — center two pages on a tinted backdrop:21 - **Page 1 — cover**:22 - Eyebrow ("STYLE & FORMAT GUIDE FOR CREATORS").23 - Display title with mixed weights and one italic flourish word24 ("The Creator's Style & Format guide" — `&` and `guide` italic).25 - 3-cell stat row ("16 PRINCIPLES OF STYLE", "38 DOS & DON'TS",26 "1 BLOCK, ZERO TEMPLATES") in mono, separated by `·`.27 - "What's inside" header with a 2-column TOC (chapters + page numbers28 in mono, leader dots).29 - Footer: "FIND YOUR VOICE" + page 01 mono.30 - Subtle decorative dot or sticker (CSS) in a corner.31 - **Page 2 — spread**:32 - Eyebrow with chapter number + name ("CHAPTER 02 · TONE").33 - Display sub-title ("Write like you talk — only sharper.").34 - 2-column body: opening paragraph + a numbered 4-step list ("01 Pick35 the rule", "02 Drop the filler"…).36 - Pull-quote pinned to inline-end: for Latin scripts use large italic display37 and accent color; for Arabic, Persian, and Urdu use regular or light38 emphasis (no italics); for Hebrew use regular or light emphasis (no39 italics). Include attribution. (script-aware)40 - Bottom strip with "EXERCISE" callout (mono label + 1 sentence prompt41 in italic).42 - Footer: chapter title + page 18 mono.434. **Write** a single HTML document:44 - `<!doctype html>` through `</html>`, CSS inline.45 - Pages are 600×860 paper-tone cards with 6px shadow, slight rotation46 opposing each other (±0.6deg) for a magazine-on-desk feel.47 - `data-od-id` on cover, spread, toc, pull-quote, exercise.485. **Self-check**:49 - Type hierarchy is editorial — title owns page 1, sub-title owns page 2.50 - Italic accent appears once per page.51 - Mono used only for labels, stats, and TOC numbers.5253## Output contract5455Emit between `<artifact>` tags:5657```58<artifact identifier="eguide-slug" type="text/html" title="E-Guide — Title">59<!doctype html>60<html>...</html>61</artifact>62```6364One sentence before the artifact, nothing after.