Rylai Notes Infographic
Create a coherent infographic series from source material. This is an original Rylai workflow for Codex, Hermes, and Claude. The visual direction is a general notebook-style aesthetic and is not an official Notion product or brand asset.
Workflow
- Read the complete source before proposing images.
- Extract the central promise and the smallest set of independent supporting ideas.
- Honor a user-specified image count. Otherwise create three to eight images; use at most twelve.
- Write a short series plan before generation:
[
{
"file": "infographic-01.png",
"role": "cover",
"headline": "Short visible headline",
"message": "One idea the image must communicate",
"scene": "Concrete visual metaphor or diagram"
}
]
- Generate images one at a time so the next prompt can correct consistency problems.
- Inspect every result. Regenerate images with unreadable text, accidental logos, inconsistent characters, clipped content, or a different palette.
- Deliver the ordered files and a one-line description of the series.
Prompt Construction
Build each prompt from a fixed style block plus one variable scene block.
Fixed style block:
Rylai notebook infographic, editorial hand-drawn linework on warm white paper,
confident imperfect marker strokes, simple flat shapes, generous whitespace,
black ink with teal, coral, and golden-yellow accents, clear visual hierarchy,
friendly human proportions, minimal decoration, no gradients, no 3D rendering,
no photorealism, no logos, no watermark.
Variable scene block:
- State the one idea for this image.
- Describe a concrete subject, diagram, sequence, or comparison.
- Specify only the essential visible labels.
- Repeat any recurring character, clothing, props, and palette exactly.
- Add the requested aspect ratio and language.
Keep on-image text short. When exact typography matters, generate the artwork without text and add text later with a local deterministic editor.
Series Structure
- Cover: topic and clear promise.
- Body: one independent idea per image.
- Summary: synthesis, checklist, or call to action when useful.
Do not add a cover or summary merely to increase the count. Merge overlapping ideas and split overloaded images.
Runtime Mapping
- Use an image-generation tool, MCP server, or API configured in the active runtime.
- Do not assume a runtime-specific tool name exists; verify the available capability before generation.
- If a backend cannot preserve a consistent character, use the best approved image as a visual reference for later generations.
- Save outputs in the user's workspace with zero-padded names such as
infographic-01.png.
Quality Gate
- The image communicates one idea within three seconds.
- Text is readable at the target publishing size.
- Every claim comes from the supplied source or is clearly labeled as interpretation.
- Palette, line quality, character design, margins, and aspect ratio match across the series.
- No external logo, trademarked UI, remote asset, or creator signature appears unless the user supplied and authorized it.
Authored by Rylai for Codex, Hermes, and Claude.
1---2name: notion-infographic3description: Turn articles, notes, transcripts, or research into a consistent series of clean hand-drawn infographics with concise text and visual verification.4---56# Rylai Notes Infographic78Create a coherent infographic series from source material. This is an original Rylai workflow for Codex, Hermes, and Claude. The visual direction is a general notebook-style aesthetic and is not an official Notion product or brand asset.910## Workflow11121. Read the complete source before proposing images.132. Extract the central promise and the smallest set of independent supporting ideas.143. Honor a user-specified image count. Otherwise create three to eight images; use at most twelve.154. Write a short series plan before generation:1617```json18[19 {20 "file": "infographic-01.png",21 "role": "cover",22 "headline": "Short visible headline",23 "message": "One idea the image must communicate",24 "scene": "Concrete visual metaphor or diagram"25 }26]27```28295. Generate images one at a time so the next prompt can correct consistency problems.306. Inspect every result. Regenerate images with unreadable text, accidental logos, inconsistent characters, clipped content, or a different palette.317. Deliver the ordered files and a one-line description of the series.3233## Prompt Construction3435Build each prompt from a fixed style block plus one variable scene block.3637Fixed style block:3839```text40Rylai notebook infographic, editorial hand-drawn linework on warm white paper,41confident imperfect marker strokes, simple flat shapes, generous whitespace,42black ink with teal, coral, and golden-yellow accents, clear visual hierarchy,43friendly human proportions, minimal decoration, no gradients, no 3D rendering,44no photorealism, no logos, no watermark.45```4647Variable scene block:4849- State the one idea for this image.50- Describe a concrete subject, diagram, sequence, or comparison.51- Specify only the essential visible labels.52- Repeat any recurring character, clothing, props, and palette exactly.53- Add the requested aspect ratio and language.5455Keep on-image text short. When exact typography matters, generate the artwork without text and add text later with a local deterministic editor.5657## Series Structure5859- Cover: topic and clear promise.60- Body: one independent idea per image.61- Summary: synthesis, checklist, or call to action when useful.6263Do not add a cover or summary merely to increase the count. Merge overlapping ideas and split overloaded images.6465## Runtime Mapping6667- Use an image-generation tool, MCP server, or API configured in the active runtime.68- Do not assume a runtime-specific tool name exists; verify the available capability before generation.69- If a backend cannot preserve a consistent character, use the best approved image as a visual reference for later generations.70- Save outputs in the user's workspace with zero-padded names such as `infographic-01.png`.7172## Quality Gate7374- The image communicates one idea within three seconds.75- Text is readable at the target publishing size.76- Every claim comes from the supplied source or is clearly labeled as interpretation.77- Palette, line quality, character design, margins, and aspect ratio match across the series.78- No external logo, trademarked UI, remote asset, or creator signature appears unless the user supplied and authorized it.7980Authored by Rylai for Codex, Hermes, and Claude.