voxflow 1.15.5 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/lib/commands/skills.js +3 -3
- package/lib/commands/slice-fork.js +4 -4
- package/lib/commands/slice.js +1 -1
- package/package.json +1 -1
- package/skills/.claude-plugin/marketplace.json +2 -2
- package/skills/.claude-plugin/plugin.json +3 -2
- package/skills/README.md +9 -7
- package/skills/card/SKILL.md +410 -0
- package/skills/card/references/design-languages/cinematic-still.md +57 -0
- package/skills/card/references/design-languages/data-poster.md +57 -0
- package/skills/card/references/design-languages/editorial-artifact.md +58 -0
- package/skills/card/references/design-languages/field-notes.md +58 -0
- package/skills/card/references/design-languages/image-led-magazine.md +57 -0
- package/skills/card/references/design-languages/newsroom-poster.md +58 -0
- package/skills/card/references/design-languages/product-catalog.md +57 -0
- package/skills/card/references/design-languages/swiss-poster.md +60 -0
- package/skills/card/references/design-languages.md +166 -0
- package/skills/card/references/layouts/card-layouts.md +268 -0
- package/skills/card/references/magazine-card-adaptations.md +154 -0
- package/skills/card/references/taste.md +121 -0
- package/skills/card/references/themes/presets.md +314 -0
- package/skills/card/scripts/render-cards.mjs +216 -0
- package/skills/voxflow-slice/SKILL.md +0 -415
- package/skills/voxflow-slice/examples/article.md +0 -13
- package/skills/voxflow-slice/examples/expected-deck.json +0 -39
- package/skills/voxflow-slice/examples/validate.mjs +0 -46
- /package/skills/{voxflow-slice → slice}/templates/data-finding/deck.json +0 -0
- /package/skills/{voxflow-slice → slice}/templates/founder-lesson/deck.json +0 -0
- /package/skills/{voxflow-slice → slice}/templates/incident-review/deck.json +0 -0
- /package/skills/{voxflow-slice → slice}/templates/manifest.json +0 -0
- /package/skills/{voxflow-slice → slice}/templates/product-launch/deck.json +0 -0
- /package/skills/{voxflow-slice → slice}/templates/quiet-essay/deck.json +0 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# data-poster
|
|
2
|
+
|
|
3
|
+
Data becomes the object: giant number, scale mark, comparison block, rank, or metric field. Use this when a number or measurement is the story.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- One dominant number, rank, percentage, amount, or metric phrase.
|
|
8
|
+
- Visual comparison or scale cue: bar, field, axis, baseline, range, ranking, or magnitude block.
|
|
9
|
+
- Short source/context note.
|
|
10
|
+
- Strong scale contrast between number and all other text.
|
|
11
|
+
|
|
12
|
+
## Must Not Use
|
|
13
|
+
|
|
14
|
+
- Six equal metric boxes.
|
|
15
|
+
- Dense charts at thumbnail size.
|
|
16
|
+
- Overprecise axes or table-like visuals.
|
|
17
|
+
- Many numbers competing equally.
|
|
18
|
+
- Decorative numbers unrelated to the story.
|
|
19
|
+
|
|
20
|
+
## Recommended Typography
|
|
21
|
+
|
|
22
|
+
- Number: huge, heavy sans or strong display.
|
|
23
|
+
- Unit: contrasting but attached to number.
|
|
24
|
+
- Notes: mono or compact sans.
|
|
25
|
+
- Headline: secondary to the data, unless the headline is the data.
|
|
26
|
+
|
|
27
|
+
## Recommended Layout Recipes
|
|
28
|
+
|
|
29
|
+
- `big-number`
|
|
30
|
+
- `swiss-poster` style `quote-poster`
|
|
31
|
+
- `before-after` for comparisons
|
|
32
|
+
- `cover-object` when the object is the data mark
|
|
33
|
+
|
|
34
|
+
## Text Density Limit
|
|
35
|
+
|
|
36
|
+
- Low.
|
|
37
|
+
- One primary number plus 1-3 supporting notes.
|
|
38
|
+
- Avoid paragraphs.
|
|
39
|
+
- When increasing set-level density, add source/scope/definition/implication notes around the dominant metric. Do not add many competing numbers or metric boxes.
|
|
40
|
+
|
|
41
|
+
## Asset Requirement
|
|
42
|
+
|
|
43
|
+
- Image not required.
|
|
44
|
+
- Big data mark is mandatory.
|
|
45
|
+
|
|
46
|
+
## Best Modifiers
|
|
47
|
+
|
|
48
|
+
- `big-number`
|
|
49
|
+
- `scale-contrast`
|
|
50
|
+
- `split-field`
|
|
51
|
+
- `edge-crop`
|
|
52
|
+
|
|
53
|
+
## QA
|
|
54
|
+
|
|
55
|
+
Pass only if the number is the first and strongest element.
|
|
56
|
+
|
|
57
|
+
Fail if the number is just one metric among many boxes.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# editorial-artifact
|
|
2
|
+
|
|
3
|
+
Objects, labels, tickets, receipts, stamps, inspection sheets, dossiers, and physical-document metaphors. Use this when abstract information needs to feel tangible and inspectable.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- A dominant artifact: dossier, receipt, manifest, inspection sheet, ticket, tag, folder, package label, certificate, ledger, or form.
|
|
8
|
+
- At least one meaningful device: stamp, label, tab, tape, fold, serial number, approval mark, rejection mark, or punched hole.
|
|
9
|
+
- Layering or object depth: overlap, shadow, tilt, stacked paper, clipped edge, or folded corner.
|
|
10
|
+
- Text attached to the artifact or its labels, not only floating beside it.
|
|
11
|
+
|
|
12
|
+
## Must Not Use
|
|
13
|
+
|
|
14
|
+
- Equal grids of bordered cards as the main structure.
|
|
15
|
+
- Thin-line boxes pretending to be documents.
|
|
16
|
+
- Generic dashboard panels.
|
|
17
|
+
- Decorative stamps that do not encode status, action, or meaning.
|
|
18
|
+
- Full-canvas coordinate grids.
|
|
19
|
+
|
|
20
|
+
## Recommended Typography
|
|
21
|
+
|
|
22
|
+
- Headline: serif or expressive display, often large and editorial.
|
|
23
|
+
- Artifact text: mono or sturdy sans, like labels, manifests, or forms.
|
|
24
|
+
- Body copy: compact sans, secondary to the artifact.
|
|
25
|
+
- Metadata: mono, small, document-like.
|
|
26
|
+
|
|
27
|
+
## Recommended Layout Recipes
|
|
28
|
+
|
|
29
|
+
- `cover-object`
|
|
30
|
+
- `artifact-board`
|
|
31
|
+
- `checklist-sheet`
|
|
32
|
+
- `split-diagram`
|
|
33
|
+
- `before-after` when comparing two documents/states
|
|
34
|
+
|
|
35
|
+
## Text Density Limit
|
|
36
|
+
|
|
37
|
+
- Low to medium.
|
|
38
|
+
- Keep body copy under 45 Chinese characters per card when the artifact is large.
|
|
39
|
+
- Checklist/form rows can be denser, but should live inside one dominant artifact.
|
|
40
|
+
|
|
41
|
+
## Asset Requirement
|
|
42
|
+
|
|
43
|
+
- Must use an object. It can be CSS-built, image-based, or generated.
|
|
44
|
+
- External image is optional, but a physical/document metaphor is mandatory.
|
|
45
|
+
|
|
46
|
+
## Best Modifiers
|
|
47
|
+
|
|
48
|
+
- `layered-depth`
|
|
49
|
+
- `stamp-label`
|
|
50
|
+
- `receipt-form`
|
|
51
|
+
- `diagonal-tension`
|
|
52
|
+
- `paper-cut`
|
|
53
|
+
|
|
54
|
+
## QA
|
|
55
|
+
|
|
56
|
+
Pass only if the artifact is identifiable within one second and dominates the card more than the headline/body text.
|
|
57
|
+
|
|
58
|
+
Fail if removing the artifact leaves a normal text card.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# field-notes
|
|
2
|
+
|
|
3
|
+
Notebook, field report, observation log, specimen label, map, margin notes, and human research texture. Use this for observational, reflective, cultural, community, or research-driven content.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- A specimen, observation, map, clipped photo, label, margin note, or field-record object.
|
|
8
|
+
- Human-scale detail: source note, date, place, observation line, sample ID, or hand-collected-feeling label.
|
|
9
|
+
- Calm, tactile composition with paper-like space.
|
|
10
|
+
- At least one annotation or note that feels observed, not marketed.
|
|
11
|
+
|
|
12
|
+
## Must Not Use
|
|
13
|
+
|
|
14
|
+
- Corporate report grids.
|
|
15
|
+
- Hyper-polished product mockups.
|
|
16
|
+
- Neon, dark dashboards, glass panels.
|
|
17
|
+
- Fake handwriting unless a real handwriting asset is supplied.
|
|
18
|
+
- Overdecorated scrapbook collage.
|
|
19
|
+
|
|
20
|
+
## Recommended Typography
|
|
21
|
+
|
|
22
|
+
- Headline: serif or humanist sans.
|
|
23
|
+
- Notes: mono or compact sans, like labels.
|
|
24
|
+
- Body: readable sans, calm and not too bold.
|
|
25
|
+
- Metadata: small mono.
|
|
26
|
+
|
|
27
|
+
## Recommended Layout Recipes
|
|
28
|
+
|
|
29
|
+
- `artifact-board`
|
|
30
|
+
- `cover-crop`
|
|
31
|
+
- `split-diagram`
|
|
32
|
+
- `proof-grid` when using photo/specimen sets
|
|
33
|
+
- `quote-poster` for reflective observations
|
|
34
|
+
|
|
35
|
+
## Text Density Limit
|
|
36
|
+
|
|
37
|
+
- Medium.
|
|
38
|
+
- Observational notes can be concise, but do not turn the card into a report.
|
|
39
|
+
- Prefer 2-4 notes over long paragraphs.
|
|
40
|
+
|
|
41
|
+
## Asset Requirement
|
|
42
|
+
|
|
43
|
+
- Should use a specimen-like visual: photo, map, clipped object, note card, label, or CSS-built specimen.
|
|
44
|
+
- Real or generated images are encouraged but not mandatory.
|
|
45
|
+
|
|
46
|
+
## Best Modifiers
|
|
47
|
+
|
|
48
|
+
- `annotation`
|
|
49
|
+
- `paper-cut`
|
|
50
|
+
- `layered-depth`
|
|
51
|
+
- `map-route`
|
|
52
|
+
- `asymmetric-space`
|
|
53
|
+
|
|
54
|
+
## QA
|
|
55
|
+
|
|
56
|
+
Pass only if the card feels like an observation or field record rather than a corporate slide.
|
|
57
|
+
|
|
58
|
+
Fail if it becomes a generic paper card with green accents.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# image-led-magazine
|
|
2
|
+
|
|
3
|
+
The image carries the card: photo, screenshot, product object, editorial illustration, generated visual, or intentional crop. Use this when visual evidence or atmosphere should lead.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- A dominant image or image-like visual field occupying at least 40% of the canvas.
|
|
8
|
+
- Intentional crop, bleed, edge placement, or image-led negative space.
|
|
9
|
+
- Caption, annotation, or short text that responds to the image.
|
|
10
|
+
- Subject-revealing imagery: the image must show the product, person, place, object, UI, or state.
|
|
11
|
+
|
|
12
|
+
## Must Not Use
|
|
13
|
+
|
|
14
|
+
- Blurred dark stock backgrounds.
|
|
15
|
+
- Purely atmospheric images that do not reveal the topic.
|
|
16
|
+
- Small framed image inside a text-first layout.
|
|
17
|
+
- Generated images containing their own page title, footer, watermark, or card chrome.
|
|
18
|
+
- Equal grids unless the language is explicitly `proof-grid`.
|
|
19
|
+
|
|
20
|
+
## Recommended Typography
|
|
21
|
+
|
|
22
|
+
- Headline: editorial serif or clean sans, sized to fit around image crop.
|
|
23
|
+
- Body: short sans.
|
|
24
|
+
- Captions: mono or compact sans.
|
|
25
|
+
- Avoid heavy body copy over complex image areas.
|
|
26
|
+
|
|
27
|
+
## Recommended Layout Recipes
|
|
28
|
+
|
|
29
|
+
- `cover-crop`
|
|
30
|
+
- `lead image + sidebar` via `split-diagram`
|
|
31
|
+
- `proof-grid` for evidence sets
|
|
32
|
+
- `cover-object` if the object/image is dominant
|
|
33
|
+
- `closer-question` for cinematic image closers
|
|
34
|
+
|
|
35
|
+
## Text Density Limit
|
|
36
|
+
|
|
37
|
+
- Low to medium.
|
|
38
|
+
- Text should not exceed 30% of the visual area.
|
|
39
|
+
- Keep overlays short.
|
|
40
|
+
|
|
41
|
+
## Asset Requirement
|
|
42
|
+
|
|
43
|
+
- Must use an image, screenshot, generated image, or image-like illustration.
|
|
44
|
+
- CSS-only abstract shape is not enough unless it clearly behaves like an image field and the topic is abstract.
|
|
45
|
+
|
|
46
|
+
## Best Modifiers
|
|
47
|
+
|
|
48
|
+
- `edge-crop`
|
|
49
|
+
- `annotation`
|
|
50
|
+
- `asymmetric-space`
|
|
51
|
+
- `layered-depth`
|
|
52
|
+
|
|
53
|
+
## QA
|
|
54
|
+
|
|
55
|
+
Pass only if the image is the first thing seen and the card would lose its meaning without it.
|
|
56
|
+
|
|
57
|
+
Fail if the image is a decorative background behind a normal text card.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# newsroom-poster
|
|
2
|
+
|
|
3
|
+
Urgent editorial poster language: hard headline, source-first information, controlled red/accent, and judgment-first hierarchy. Use this for incidents, releases, public statements, timelines, comparisons, or factual updates.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- Hard headline that states the news or judgment.
|
|
8
|
+
- A strong field, banner, severity label, timestamp, or source/status device.
|
|
9
|
+
- Clear source or context metadata.
|
|
10
|
+
- One controlled urgency color, usually red or black.
|
|
11
|
+
- Fast hierarchy: reader should know what happened before reading details.
|
|
12
|
+
|
|
13
|
+
## Must Not Use
|
|
14
|
+
|
|
15
|
+
- Sensational fake breaking-news decoration.
|
|
16
|
+
- Too many red boxes.
|
|
17
|
+
- Decorative alerts with no factual role.
|
|
18
|
+
- Soft lifestyle colors.
|
|
19
|
+
- Long explanatory paragraphs before the headline.
|
|
20
|
+
|
|
21
|
+
## Recommended Typography
|
|
22
|
+
|
|
23
|
+
- Headline: heavy sans, direct and compact.
|
|
24
|
+
- Urgency/status: bold sans or mono.
|
|
25
|
+
- Body: short, factual sans.
|
|
26
|
+
- Metadata: mono, source-like.
|
|
27
|
+
|
|
28
|
+
## Recommended Layout Recipes
|
|
29
|
+
|
|
30
|
+
- `cover-object` with status/severity object
|
|
31
|
+
- `big-number`
|
|
32
|
+
- `before-after`
|
|
33
|
+
- `split-field`
|
|
34
|
+
- `quote-poster` only for official statements
|
|
35
|
+
|
|
36
|
+
## Text Density Limit
|
|
37
|
+
|
|
38
|
+
- Low to medium.
|
|
39
|
+
- 1 headline, 1-2 fact lines, source/status metadata.
|
|
40
|
+
- Timelines can be denser but should use clear time blocks.
|
|
41
|
+
|
|
42
|
+
## Asset Requirement
|
|
43
|
+
|
|
44
|
+
- Image not required.
|
|
45
|
+
- Must use a strong status/urgency device: field, stamp, alert label, ticker, date strip, or source card.
|
|
46
|
+
|
|
47
|
+
## Best Modifiers
|
|
48
|
+
|
|
49
|
+
- `split-field`
|
|
50
|
+
- `stamp-label`
|
|
51
|
+
- `big-number`
|
|
52
|
+
- `scale-contrast`
|
|
53
|
+
|
|
54
|
+
## QA
|
|
55
|
+
|
|
56
|
+
Pass only if the headline and status are legible at thumbnail size.
|
|
57
|
+
|
|
58
|
+
Fail if it reads like a generic red-accent business card.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# product-catalog
|
|
2
|
+
|
|
3
|
+
Product/manual/catalog language: object presentation, callouts, specs, labels, and clean product framing. Use this when the topic can be treated as a product, tool, feature, module, UI object, or specimen.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- One central object/specimen/product/module as the focal point.
|
|
8
|
+
- At least one callout or spec label attached to the object.
|
|
9
|
+
- Clean object presentation with controlled whitespace.
|
|
10
|
+
- Labels explain visible object features or states.
|
|
11
|
+
|
|
12
|
+
## Must Not Use
|
|
13
|
+
|
|
14
|
+
- Generic device mockups with fake UI.
|
|
15
|
+
- SaaS dashboard cliches.
|
|
16
|
+
- Callouts floating without connecting to the object.
|
|
17
|
+
- Feature lists unrelated to visible parts.
|
|
18
|
+
- Excessive shadows/gloss.
|
|
19
|
+
|
|
20
|
+
## Recommended Typography
|
|
21
|
+
|
|
22
|
+
- Headline: clean bold sans.
|
|
23
|
+
- Specs/callouts: mono or compact sans.
|
|
24
|
+
- Body: short sans.
|
|
25
|
+
- Product label: mono.
|
|
26
|
+
|
|
27
|
+
## Recommended Layout Recipes
|
|
28
|
+
|
|
29
|
+
- `cover-object`
|
|
30
|
+
- `split-diagram`
|
|
31
|
+
- `artifact-board`
|
|
32
|
+
- `proof-grid` for feature states
|
|
33
|
+
- `before-after` for version comparisons
|
|
34
|
+
|
|
35
|
+
## Text Density Limit
|
|
36
|
+
|
|
37
|
+
- Low to medium.
|
|
38
|
+
- Max 3-5 callouts/specs.
|
|
39
|
+
- Body copy should be shorter than the labels/specs.
|
|
40
|
+
|
|
41
|
+
## Asset Requirement
|
|
42
|
+
|
|
43
|
+
- Must use an object. Can be a real product image, screenshot crop, generated object, or CSS-built product/specimen.
|
|
44
|
+
- If using screenshot, crop or redesign so the object is inspectable.
|
|
45
|
+
|
|
46
|
+
## Best Modifiers
|
|
47
|
+
|
|
48
|
+
- `annotation`
|
|
49
|
+
- `edge-crop`
|
|
50
|
+
- `cutaway`
|
|
51
|
+
- `stamp-label`
|
|
52
|
+
|
|
53
|
+
## QA
|
|
54
|
+
|
|
55
|
+
Pass only if the object remains the focal point and the callouts explain it.
|
|
56
|
+
|
|
57
|
+
Fail if the card is just a feature list with a decorative shape.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# swiss-poster
|
|
2
|
+
|
|
3
|
+
Bold typographic hierarchy, strict alignment, large numbers, limited palette, and strong negative space. Use this when the idea should feel distilled and poster-like.
|
|
4
|
+
|
|
5
|
+
## Must Use
|
|
6
|
+
|
|
7
|
+
- One dominant typographic element: large number, word, phrase, or typographic block.
|
|
8
|
+
- Strong alignment axis or modular placement.
|
|
9
|
+
- Large negative space or a single large filled field.
|
|
10
|
+
- Limited palette: usually paper/ink plus one accent.
|
|
11
|
+
- Clear scale contrast between dominant type and metadata.
|
|
12
|
+
|
|
13
|
+
## Must Not Use
|
|
14
|
+
|
|
15
|
+
- Decorative artifacts, stamps, tapes, scrapbook layers, or faux paper clutter.
|
|
16
|
+
- Many small components.
|
|
17
|
+
- Soft gradients, glows, or atmospheric images.
|
|
18
|
+
- Dense paragraphs.
|
|
19
|
+
- More than 2 type families.
|
|
20
|
+
|
|
21
|
+
## Recommended Typography
|
|
22
|
+
|
|
23
|
+
- Headline: bold sans or strong grotesk-like display.
|
|
24
|
+
- Numbers: very large, heavy sans.
|
|
25
|
+
- Body: minimal, short, aligned.
|
|
26
|
+
- Metadata: mono or small sans, but restrained.
|
|
27
|
+
|
|
28
|
+
## Recommended Layout Recipes
|
|
29
|
+
|
|
30
|
+
- `big-number`
|
|
31
|
+
- `quote-poster`
|
|
32
|
+
- `before-after`
|
|
33
|
+
- `cover-object` only when the "object" is typographic
|
|
34
|
+
- `closer-question`
|
|
35
|
+
|
|
36
|
+
## Text Density Limit
|
|
37
|
+
|
|
38
|
+
- Low.
|
|
39
|
+
- Max 1 headline, 1 short support line, and metadata.
|
|
40
|
+
- Avoid bullet lists.
|
|
41
|
+
- If the overall card set needs more detail, distribute the explanation across multiple poster cards or pair this language with a separate medium-density explainer card. Do not turn one Swiss poster into a dense mini-article.
|
|
42
|
+
|
|
43
|
+
## Asset Requirement
|
|
44
|
+
|
|
45
|
+
- Image not required.
|
|
46
|
+
- Big type or number is mandatory.
|
|
47
|
+
|
|
48
|
+
## Best Modifiers
|
|
49
|
+
|
|
50
|
+
- `scale-contrast`
|
|
51
|
+
- `big-number`
|
|
52
|
+
- `split-field`
|
|
53
|
+
- `asymmetric-space`
|
|
54
|
+
- `edge-crop`
|
|
55
|
+
|
|
56
|
+
## QA
|
|
57
|
+
|
|
58
|
+
Pass only if the card still reads as a poster when viewed as a thumbnail.
|
|
59
|
+
|
|
60
|
+
Fail if the layout becomes a normal editorial card with a large title.
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
# Design Language System
|
|
2
|
+
|
|
3
|
+
Use this index to choose a visible design language before building cards. A design language is not the same as a theme preset. Theme presets define palette and type tone; design language defines the visual grammar: composition, focal devices, texture, objects, and pacing.
|
|
4
|
+
|
|
5
|
+
## How To Use
|
|
6
|
+
|
|
7
|
+
1. Choose 1 primary design language.
|
|
8
|
+
2. Load that language's individual spec file from `references/design-languages/<name>.md`.
|
|
9
|
+
3. Optionally add 1-2 modifiers.
|
|
10
|
+
4. Combine with a theme preset and layout recipes.
|
|
11
|
+
|
|
12
|
+
Recommended structure:
|
|
13
|
+
|
|
14
|
+
```text
|
|
15
|
+
Theme preset + Primary language + Modifier + Modifier
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Examples:
|
|
19
|
+
|
|
20
|
+
- `product-manual + editorial-artifact + diagonal-tension + stamp-label`
|
|
21
|
+
- `magazine-eink + image-led-magazine + edge-crop + annotation`
|
|
22
|
+
- `bold-editorial + swiss-poster + scale-contrast + big-number`
|
|
23
|
+
|
|
24
|
+
Do not combine more than 3 languages/modifiers in one card set unless the user explicitly wants maximal eclecticism.
|
|
25
|
+
|
|
26
|
+
## Primary Language Specs
|
|
27
|
+
|
|
28
|
+
Load only the spec files relevant to the selected language(s):
|
|
29
|
+
|
|
30
|
+
- `editorial-artifact`: `references/design-languages/editorial-artifact.md`
|
|
31
|
+
- `swiss-poster`: `references/design-languages/swiss-poster.md`
|
|
32
|
+
- `image-led-magazine`: `references/design-languages/image-led-magazine.md`
|
|
33
|
+
- `field-notes`: `references/design-languages/field-notes.md`
|
|
34
|
+
- `newsroom-poster`: `references/design-languages/newsroom-poster.md`
|
|
35
|
+
- `product-catalog`: `references/design-languages/product-catalog.md`
|
|
36
|
+
- `cinematic-still`: `references/design-languages/cinematic-still.md`
|
|
37
|
+
- `data-poster`: `references/design-languages/data-poster.md`
|
|
38
|
+
|
|
39
|
+
Each spec defines:
|
|
40
|
+
|
|
41
|
+
- required visual anchors
|
|
42
|
+
- prohibited elements
|
|
43
|
+
- typography strategy
|
|
44
|
+
- recommended layout recipes
|
|
45
|
+
- text density limits
|
|
46
|
+
- image/object/data requirements
|
|
47
|
+
- QA criteria
|
|
48
|
+
|
|
49
|
+
## Modifier Catalog
|
|
50
|
+
|
|
51
|
+
### Composition Modifiers
|
|
52
|
+
|
|
53
|
+
- `scale-contrast`: extreme size differences for hierarchy.
|
|
54
|
+
- `edge-crop`: crop objects or images at the canvas edge.
|
|
55
|
+
- `diagonal-tension`: angled bands, tilted labels, or slanted object stacks.
|
|
56
|
+
- `layered-depth`: overlap, stacked sheets, shadows, tape, labels, and depth ordering.
|
|
57
|
+
- `split-field`: large filled fields instead of many boxes.
|
|
58
|
+
- `asymmetric-space`: unbalanced whitespace that points attention toward the focal point.
|
|
59
|
+
- `cutaway`: show an object/system as sliced open or partially revealed.
|
|
60
|
+
|
|
61
|
+
### Device Modifiers
|
|
62
|
+
|
|
63
|
+
- `stamp-label`: stamps, tags, seals, labels, tabs, warnings, approvals, or status marks.
|
|
64
|
+
- `receipt-form`: receipts, forms, logs, ledgers, manifests, inspection sheets, and checklists.
|
|
65
|
+
- `annotation`: callouts, arrows, labels, circled details, figure captions, and margin notes.
|
|
66
|
+
- `big-number`: one large number or short metric phrase as the visual anchor.
|
|
67
|
+
- `paper-cut`: torn edges, cut paper, scraps, tabs, clipped fragments, or collage layers.
|
|
68
|
+
- `map-route`: route lines, paths, milestones, coordinates, or directional systems.
|
|
69
|
+
|
|
70
|
+
## User-Facing Preset Combinations
|
|
71
|
+
|
|
72
|
+
Use these as concise choices for the user. Internally map them to language specs and modifiers.
|
|
73
|
+
|
|
74
|
+
### Technical But Designed
|
|
75
|
+
|
|
76
|
+
- Primary: `editorial-artifact`
|
|
77
|
+
- Load: `references/design-languages/editorial-artifact.md`
|
|
78
|
+
- Modifiers: `cutaway`, `annotation`, `stamp-label`
|
|
79
|
+
- Theme fit: `product-manual`, `engineering-paper`, `porcelain-research`
|
|
80
|
+
- Good for: API, release, security, architecture, tooling
|
|
81
|
+
|
|
82
|
+
### Magazine Explainer
|
|
83
|
+
|
|
84
|
+
- Primary: `image-led-magazine`
|
|
85
|
+
- Load: `references/design-languages/image-led-magazine.md`
|
|
86
|
+
- Modifiers: `edge-crop`, `asymmetric-space`, `annotation`
|
|
87
|
+
- Theme fit: `magazine-eink`, `dune-gallery`, `field-notes`
|
|
88
|
+
- Good for: product stories, essays, profiles, visual topics
|
|
89
|
+
|
|
90
|
+
### Bold Thesis
|
|
91
|
+
|
|
92
|
+
- Primary: `swiss-poster`
|
|
93
|
+
- Load: `references/design-languages/swiss-poster.md`
|
|
94
|
+
- Modifiers: `scale-contrast`, `split-field`, `big-number`
|
|
95
|
+
- Theme fit: `bold-editorial`, `newsroom-paper`, `magazine-eink`
|
|
96
|
+
- Good for: opinions, launches, strong hooks, short carousels
|
|
97
|
+
|
|
98
|
+
### News Incident
|
|
99
|
+
|
|
100
|
+
- Primary: `newsroom-poster`
|
|
101
|
+
- Load: `references/design-languages/newsroom-poster.md`
|
|
102
|
+
- Modifiers: `stamp-label`, `split-field`, `big-number`
|
|
103
|
+
- Theme fit: `newsroom-paper`, `quiet-report`, `engineering-paper`
|
|
104
|
+
- Good for: incidents, releases, factual updates, comparisons
|
|
105
|
+
|
|
106
|
+
### Archive Dossier
|
|
107
|
+
|
|
108
|
+
- Primary: `field-notes`
|
|
109
|
+
- Load: `references/design-languages/field-notes.md`
|
|
110
|
+
- Modifiers: `layered-depth`, `receipt-form`, `paper-cut`
|
|
111
|
+
- Theme fit: `kraft-editorial`, `field-notes`, `magazine-eink`
|
|
112
|
+
- Good for: history, research, culture, analysis, case studies
|
|
113
|
+
|
|
114
|
+
### Product Specimen
|
|
115
|
+
|
|
116
|
+
- Primary: `product-catalog`
|
|
117
|
+
- Load: `references/design-languages/product-catalog.md`
|
|
118
|
+
- Modifiers: `edge-crop`, `annotation`, `stamp-label`
|
|
119
|
+
- Theme fit: `product-manual`, `quiet-report`, `dune-gallery`
|
|
120
|
+
- Good for: product features, UI states, tools, how-to explainers
|
|
121
|
+
|
|
122
|
+
### Cinematic Hook
|
|
123
|
+
|
|
124
|
+
- Primary: `cinematic-still`
|
|
125
|
+
- Load: `references/design-languages/cinematic-still.md`
|
|
126
|
+
- Modifiers: `edge-crop`, `asymmetric-space`, `layered-depth`
|
|
127
|
+
- Theme fit: `dune-gallery`, `magazine-eink`, dark custom variants
|
|
128
|
+
- Good for: narrative openers, launch teasers, cultural hooks, closers
|
|
129
|
+
|
|
130
|
+
### Data Poster
|
|
131
|
+
|
|
132
|
+
- Primary: `data-poster`
|
|
133
|
+
- Load: `references/design-languages/data-poster.md`
|
|
134
|
+
- Modifiers: `scale-contrast`, `big-number`, `split-field`
|
|
135
|
+
- Theme fit: `quiet-report`, `newsroom-paper`, `porcelain-research`
|
|
136
|
+
- Good for: metrics, benchmarks, reports, survey findings
|
|
137
|
+
|
|
138
|
+
## Selection Rules
|
|
139
|
+
|
|
140
|
+
- User can choose a preset combination directly.
|
|
141
|
+
- User can choose one primary design language plus modifiers.
|
|
142
|
+
- If user asks for "more design", default to `editorial-artifact + scale-contrast + stamp-label` for technical/process content.
|
|
143
|
+
- If the user gives no preference, pick the smallest combination that solves the content: one primary language and one composition modifier.
|
|
144
|
+
- Keep the combination stable across a card set, but vary the layout recipe and visual anchor per card.
|
|
145
|
+
- When mixing two primary languages, designate one as primary and the other as an accent. Example: `image-led-magazine` primary with `data-poster` accent for one metrics card.
|
|
146
|
+
|
|
147
|
+
## Density Compatibility
|
|
148
|
+
|
|
149
|
+
Apply `references/taste.md` set-level density rules without violating the selected primary language.
|
|
150
|
+
|
|
151
|
+
- Raising information density means the set must contain useful detail; it does not mean every card becomes dense.
|
|
152
|
+
- If the primary language is low-density, such as `swiss-poster`, `cinematic-still`, or `data-poster`, keep each card within that language's density limit and distribute detail across the set.
|
|
153
|
+
- If the user needs a real explainer and the primary language cannot carry enough detail, add a medium-density card using a compatible recipe or secondary accent language.
|
|
154
|
+
- Never resolve density by shrinking all text. Add structure: labels, callouts, captions, checklists, observations, or source/context notes.
|
|
155
|
+
|
|
156
|
+
## QA
|
|
157
|
+
|
|
158
|
+
During visual review, state:
|
|
159
|
+
|
|
160
|
+
- Primary design language used.
|
|
161
|
+
- Spec file loaded.
|
|
162
|
+
- Modifiers used.
|
|
163
|
+
- Visual anchor per card.
|
|
164
|
+
- Whether the card still relies too much on boxes, grids, or hairlines.
|
|
165
|
+
|
|
166
|
+
Fail and revise if the selected language cannot be recognized from the screenshot or if a spec's `Must Use` / `Must Not Use` rules are violated.
|