Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate professional slide deck images from content with 9 visual style presets and configurable slide counts.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/outline-template.md
1# Outline Template23Standard structure for slide deck outlines with style instructions.45## Outline Format67```markdown8# Slide Deck Outline910**Topic**: [topic description]11**Style**: [preset name OR "custom"]12**Dimensions**: [texture] + [mood] + [typography] + [density]13**Audience**: [target audience]14**Language**: [output language]15**Slide Count**: N slides16**Generated**: YYYY-MM-DD HH:mm1718---1920<STYLE_INSTRUCTIONS>21Design Aesthetic: [2-3 sentence description combining dimension characteristics]2223Background:24Texture: [from texture dimension]25Base Color: [from mood dimension palette]2627Typography:28Headlines: [from typography dimension - describe visual appearance]29Body: [from typography dimension - describe visual appearance]3031Color Palette:32Primary Text: [Name] ([Hex]) - [usage]33Background: [Name] ([Hex]) - [usage]34Accent 1: [Name] ([Hex]) - [usage]35Accent 2: [Name] ([Hex]) - [usage]3637Visual Elements:38- [element 1 from texture + mood combination]39- [element 2 with rendering guidance]40- ...4142Density Guidelines:43- Content per slide: [from density dimension]44- Whitespace: [from density dimension]4546Style Rules:47Do: [guidelines from dimension combinations]48Don't: [anti-patterns from dimension combinations]49</STYLE_INSTRUCTIONS>5051---5253[Slide entries follow...]54```5556## Building STYLE_INSTRUCTIONS from Dimensions5758When using custom dimensions or presets, build STYLE_INSTRUCTIONS by combining:5960### 1. Design Aesthetic6162Combine characteristics from all four dimensions into 2-3 sentences:6364| Texture | Contribution |65|---------|--------------|66| clean | "Clean, digital precision with crisp edges" |67| grid | "Technical grid overlay with engineering precision" |68| organic | "Hand-drawn feel with soft textures" |69| pixel | "Chunky pixel aesthetic with 8-bit charm" |70| paper | "Aged paper texture with vintage character" |7172| Mood | Contribution |73|------|--------------|74| professional | "Professional navy and gold palette" |75| warm | "Warm earth tones creating approachable atmosphere" |76| cool | "Cool analytical blues and grays" |77| vibrant | "Bold, high-saturation colors with energy" |78| dark | "Deep cinematic backgrounds with glowing accents" |79| neutral | "Minimal grayscale sophistication" |8081### 2. Background8283From `references/dimensions/texture.md`:84- Texture description85- Base color from mood palette8687### 3. Typography8889From `references/dimensions/typography.md`:90- Headline visual description (NOT font names)91- Body text visual description (NOT font names)9293**Important**: Describe appearance for image generation: "bold geometric sans-serif with perfect circular O shapes" NOT "Inter font".9495### 4. Color Palette9697From `references/dimensions/mood.md`:98- Copy the palette specifications for the selected mood99- Include hex codes and usage notes100101### 5. Visual Elements102103Combine texture and mood characteristics:104105| Combination | Visual Elements |106|-------------|-----------------|107| clean + professional | Clean charts, outlined icons, structured grids |108| grid + cool | Technical schematics, dimension lines, blueprints |109| organic + warm | Hand-drawn icons, brush strokes, doodles |110| pixel + vibrant | Pixel art icons, retro game elements |111| paper + warm | Vintage stamps, aged elements, sepia overlays |112113### 6. Density Guidelines114115From `references/dimensions/density.md`:116- Content per slide limits117- Whitespace requirements118- Element count guidelines119120### 7. Style Rules121122Combine dimension-specific rules:123124**Do rules by texture**:125- clean: Maintain sharp edges, use grid alignment126- grid: Show precise measurements, use technical diagrams127- organic: Allow imperfection, layer with subtle overlaps128- pixel: Keep aliased edges, use chunky elements129- paper: Add subtle aging effects, use warm tones130131**Don't rules by texture**:132- clean: Don't use hand-drawn elements133- grid: Don't use organic curves134- organic: Don't use perfect geometry135- pixel: Don't smooth edges136- paper: Don't use bright digital colors137138## Cover Slide Template139140```markdown141## Slide 1 of N142143**Type**: Cover144**Filename**: 01-slide-cover.png145146// NARRATIVE GOAL147[What this slide achieves in the story arc]148149// KEY CONTENT150Headline: [main title]151Sub-headline: [supporting tagline]152153// VISUAL154[Detailed visual description - specific elements, composition, mood]155156// LAYOUT157Layout: [optional: layout name from gallery, e.g., title-hero]158[Composition, hierarchy, spatial arrangement]159```160161## Content Slide Template162163```markdown164## Slide X of N165166**Type**: Content167**Filename**: {NN}-slide-{slug}.png168169// NARRATIVE GOAL170[What this slide achieves in the story arc]171172// KEY CONTENT173Headline: [main message - narrative, not label]174Sub-headline: [supporting context]175Body:176- [point 1 with specific detail]177- [point 2 with specific detail]178- [point 3 with specific detail]179180// VISUAL181[Detailed visual description]182183// LAYOUT184Layout: [optional: layout name from gallery]185[Composition, hierarchy, spatial arrangement]186```187188## Back Cover Slide Template189190```markdown191## Slide N of N192193**Type**: Back Cover194**Filename**: {NN}-slide-back-cover.png195196// NARRATIVE GOAL197[Meaningful closing - not just "thank you"]198199// KEY CONTENT200Headline: [memorable closing statement or call-to-action]201Body: [optional summary points or next steps]202203// VISUAL204[Visual that reinforces the core message]205206// LAYOUT207Layout: [optional: layout name from gallery]208[Clean, impactful composition]209```210211## STYLE_INSTRUCTIONS Block212213The `<STYLE_INSTRUCTIONS>` block is the SINGLE SOURCE OF TRUTH for style information in this outline.214215| Section | Content | Source |216|---------|---------|--------|217| Design Aesthetic | Overall visual direction | Combined from all dimensions |218| Background | Base color and texture details | texture + mood dimensions |219| Typography | Font descriptions (visual, not names) | typography dimension |220| Color Palette | Named colors with hex codes and usage | mood dimension |221| Visual Elements | Graphic elements with rendering instructions | texture + mood dimensions |222| Density Guidelines | Content limits and whitespace | density dimension |223| Style Rules | Do/Don't guidelines | Combined from dimensions |224225**Important**:226- Typography descriptions must describe visual appearance (e.g., "rounded sans-serif", "bold geometric") since image generators cannot use font names227- Prompts should extract STYLE_INSTRUCTIONS from this outline, NOT re-read style files228229## Preset → Dimensions Reference230231When using a preset, look up dimensions in `references/dimensions/presets.md`:232233| Preset | Dimensions |234|--------|------------|235| blueprint | grid + cool + technical + balanced |236| sketch-notes | organic + warm + handwritten + balanced |237| corporate | clean + professional + geometric + balanced |238| minimal | clean + neutral + geometric + minimal |239| ... | See presets.md for full mapping |240241## Section Dividers242243Use `---` (horizontal rule) between:244- Header metadata and STYLE_INSTRUCTIONS245- STYLE_INSTRUCTIONS and first slide246- Each slide entry247248## Slide Numbering249250- Cover is always Slide 1251- Content slides use sequential numbers252- Back Cover is always final slide (N)253- Filename prefix matches slide position: `01-`, `02-`, etc.254255## Filename Slugs256257Generate meaningful slugs from slide content:258259| Slide Type | Slug Pattern | Example |260|------------|--------------|---------|261| Cover | `cover` | `01-slide-cover.png` |262| Content | `{topic-slug}` | `02-slide-problem-statement.png` |263| Back Cover | `back-cover` | `10-slide-back-cover.png` |264265Slug rules:266- Kebab-case (lowercase, hyphens)267- Derived from headline or main topic268- Maximum 30 characters269- Unique within deck270