Paper Signal Series
Turn content into a sequence with one editorial promise and several visually distinct images. Shared material creates continuity; each card's subject controls its composition.
Load the shared system
Read these companion files from ../paper-signal/:
references/core-workflow.md
references/subject-routing.md
references/visual-language.md
references/content-architecture.md
references/presets.md
references/prompt-compiler.md
references/quality-contract.md
Read references/evidence-ledger.md for factual claims and references/human-voice.md for personal-sharing or recommendation copy.
Workflow
1. Resolve the post promise
Write one sentence describing what the viewer will feel, understand, or decide after the final swipe. Split unrelated outcomes into separate posts.
Extract platform, audience, source material, language, image count, visible text, supplied photos, exact facts, caption need, public-source-label policy, and output destination.
2. Choose the sequence strategy
Select one:
story-led — atmosphere or experience opens the sequence; reveal context gradually.
value-led — conclusion first; follow with useful evidence, tradeoffs, and fit.
visual-led — hero image first; alternate context, detail, object, person, and pause.
Recommend one strategy and count. Default to 4-6 images for ordinary social posts and three substantial items when each needs facts, tradeoffs, and fit.
3. Build the content architecture
Create:
analysis.md — promise, audience tension, source/evidence map, scope, and visual opportunities
outline.md — one job, takeaway, exact on-image text, subject route, composition mode, caption handoff, and swipe reason per image
caption.md — natural publishable copy when requested
evidence.json — only when facts, reviews, rankings, numbers, or source documents are involved
Keep one dominant idea per image. Move nuance to the caption.
4. Route every image independently
Assign each image a subject route and composition mode. A landscape card may use panorama-strip; a portrait may use portrait-archive; an object may use specimen-plate; evidence may use dual-frame or airy-fragment.
Lock across the series:
- paper family and aging level
- one lead reproduction process
- type pairing
- anchor hue or tightly controlled hue progression
- texture intensity and safe-zone behaviour
Vary image scale, crop, composition, subject route, color form, and type behaviour. Do not clone the cover layout.
5. Save every prompt
Write every four-paragraph prompt to prompts/NN-{role}-{slug}.md before any generation call. Verify the complete prompt group exists.
Use exact strings only. Never invent quotes, reviews, dates, coordinates, archive codes, pseudo-language, or first-person experience.
6. Confirm once
Show strategy, count, card roles, subject/composition sequence, preset, process, hue, caption voice, source-label policy, and output directory. Skip only when the user explicitly asks for direct/default generation.
7. Generate the series
- Render image 1 without a previous-card reference.
- Inspect and accept it as the material anchor.
- Render images 2+ as distinct calls, using image 1 as a style/series reference when supported.
- Keep direct batches to four or fewer calls.
- Retry only failed images, once each, with one targeted correction.
- Copy selected outputs into
outputs/ with stable ordered filenames.
Use the runtime-native bitmap generator. In Codex, use built-in imagegen. Never substitute code-rendered posters or patch generated text with overlays.
8. Audit and deliver
Run the shared quality contract and project validator. Inspect every image at full size and thumbnail size, then inspect the whole sequence as a strip.
Deliver images inline, absolute paths, final caption, selected strategy, material system, validation result, and any honest evidence or rendering caveats.
Sequence anti-patterns
- every card uses a tiny centered fragment regardless of subject
- every card is a different visual style
- cover reference forces identical layout later
- atmosphere is manufactured with random pseudo-text
- information cards become dashboard grids on vintage paper
- landscapes are decorative thumbnails and portraits lose identity
- caption repeats the bitmap instead of adding nuance
- generic ending demands likes/follows without helping the reader
1---2name: paper-signal-series3description: Plan, write, art-direct, generate, and package a coherent 2-10 image minimal-zine social series from notes, articles, photographs, travel stories, products, reviews, cultural topics, data, PDFs, or mixed subjects. Use for Xiaohongshu/小红书图片, Instagram carousels, social visual essays, recommendation posts, photo diaries, evidence-backed explainers, or any multi-image editorial sequence. Produces analysis, card roles, subject-aware composition, saved prompts, real raster images, natural caption copy, evidence provenance when needed, and series-level QA.4---56# Paper Signal Series78Turn content into a sequence with one editorial promise and several visually distinct images. Shared material creates continuity; each card's subject controls its composition.910## Load the shared system1112Read these companion files from `../paper-signal/`:13141. `references/core-workflow.md`152. `references/subject-routing.md`163. `references/visual-language.md`174. `references/content-architecture.md`185. `references/presets.md`196. `references/prompt-compiler.md`207. `references/quality-contract.md`2122Read `references/evidence-ledger.md` for factual claims and `references/human-voice.md` for personal-sharing or recommendation copy.2324## Workflow2526### 1. Resolve the post promise2728Write one sentence describing what the viewer will feel, understand, or decide after the final swipe. Split unrelated outcomes into separate posts.2930Extract platform, audience, source material, language, image count, visible text, supplied photos, exact facts, caption need, public-source-label policy, and output destination.3132### 2. Choose the sequence strategy3334Select one:3536- `story-led` — atmosphere or experience opens the sequence; reveal context gradually.37- `value-led` — conclusion first; follow with useful evidence, tradeoffs, and fit.38- `visual-led` — hero image first; alternate context, detail, object, person, and pause.3940Recommend one strategy and count. Default to 4-6 images for ordinary social posts and three substantial items when each needs facts, tradeoffs, and fit.4142### 3. Build the content architecture4344Create:4546- `analysis.md` — promise, audience tension, source/evidence map, scope, and visual opportunities47- `outline.md` — one job, takeaway, exact on-image text, subject route, composition mode, caption handoff, and swipe reason per image48- `caption.md` — natural publishable copy when requested49- `evidence.json` — only when facts, reviews, rankings, numbers, or source documents are involved5051Keep one dominant idea per image. Move nuance to the caption.5253### 4. Route every image independently5455Assign each image a subject route and composition mode. A landscape card may use `panorama-strip`; a portrait may use `portrait-archive`; an object may use `specimen-plate`; evidence may use `dual-frame` or `airy-fragment`.5657Lock across the series:5859- paper family and aging level60- one lead reproduction process61- type pairing62- anchor hue or tightly controlled hue progression63- texture intensity and safe-zone behaviour6465Vary image scale, crop, composition, subject route, color form, and type behaviour. Do not clone the cover layout.6667### 5. Save every prompt6869Write every four-paragraph prompt to `prompts/NN-{role}-{slug}.md` before any generation call. Verify the complete prompt group exists.7071Use exact strings only. Never invent quotes, reviews, dates, coordinates, archive codes, pseudo-language, or first-person experience.7273### 6. Confirm once7475Show strategy, count, card roles, subject/composition sequence, preset, process, hue, caption voice, source-label policy, and output directory. Skip only when the user explicitly asks for direct/default generation.7677### 7. Generate the series78791. Render image 1 without a previous-card reference.802. Inspect and accept it as the material anchor.813. Render images 2+ as distinct calls, using image 1 as a style/series reference when supported.824. Keep direct batches to four or fewer calls.835. Retry only failed images, once each, with one targeted correction.846. Copy selected outputs into `outputs/` with stable ordered filenames.8586Use the runtime-native bitmap generator. In Codex, use built-in `imagegen`. Never substitute code-rendered posters or patch generated text with overlays.8788### 8. Audit and deliver8990Run the shared quality contract and project validator. Inspect every image at full size and thumbnail size, then inspect the whole sequence as a strip.9192Deliver images inline, absolute paths, final caption, selected strategy, material system, validation result, and any honest evidence or rendering caveats.9394## Sequence anti-patterns9596- every card uses a tiny centered fragment regardless of subject97- every card is a different visual style98- cover reference forces identical layout later99- atmosphere is manufactured with random pseudo-text100- information cards become dashboard grids on vintage paper101- landscapes are decorative thumbnails and portraits lose identity102- caption repeats the bitmap instead of adding nuance103- generic ending demands likes/follows without helping the reader