yuanflow-cli 0.1.43 → 0.1.45
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 +34 -4
- package/package.json +1 -1
- package/skills/yuanflow-skill/README.md +7 -0
- package/skills/yuanflow-skill/SKILL.md +24 -9
- package/skills/yuanflow-skill//345/243/260/351/237/263/345/205/213/351/232/206/SKILL.md +146 -0
- package/skills/yuanflow-skill//345/243/260/351/237/263/345/244/215/345/210/273/SKILL.md +103 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/SKILL.md +77 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/agents/openai.yaml +8 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/assets/templates/editorial-publishing.html +65 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/assets/templates/lifestyle-collage.html +49 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/assets/templates/product-brand.html +50 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/assets/templates/social-campaign.html +49 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/assets/templates/technical-diagram.html +45 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/overview.html +272 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/references/commercial-system.md +56 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/references/layout-playbook.md +98 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/references/quality-check.md +58 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/references/style-atlas.md +728 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/references/use-case-recipes.md +116 -0
- package/skills/yuanflow-skill//350/247/206/350/247/211/345/215/241/347/211/207/347/224/237/346/210/220/scripts/check_visual_card.py +92 -0
- package/src/agent-protocol.js +3 -0
- package/src/cli.js +24 -0
- package/src/voice-tools.js +471 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Quality Check
|
|
2
|
+
|
|
3
|
+
Run this before delivery.
|
|
4
|
+
|
|
5
|
+
## Content
|
|
6
|
+
|
|
7
|
+
- One image has one main idea.
|
|
8
|
+
- Title is readable at phone thumbnail size.
|
|
9
|
+
- Body text is not below 24-28px on a 1080-wide export.
|
|
10
|
+
- No fake data, fake screenshots, fake logos, or placeholder text.
|
|
11
|
+
- Copy was shortened before shrinking font size.
|
|
12
|
+
- Claims, prices, dates, statistics, and product facts are sourced or clearly labeled as user-provided.
|
|
13
|
+
- The image does not promise capability, outcome, ranking, or endorsement that the source material does not support.
|
|
14
|
+
|
|
15
|
+
## Composition
|
|
16
|
+
|
|
17
|
+
- The focal point is obvious in three seconds.
|
|
18
|
+
- The lower half of a 3:4 card is not accidentally empty.
|
|
19
|
+
- No text touches the edge or collides with footer/meta.
|
|
20
|
+
- A cover is composed for its target ratio, not cropped from another ratio.
|
|
21
|
+
- Repeated pages vary layout rhythm.
|
|
22
|
+
- Safe margin is respected on all sides.
|
|
23
|
+
- If a page uses a screenshot, it is large enough to inspect after downsampling.
|
|
24
|
+
|
|
25
|
+
## Style
|
|
26
|
+
|
|
27
|
+
- One dominant style family per package.
|
|
28
|
+
- Palette is controlled: usually 2-4 colors, one primary accent.
|
|
29
|
+
- Texture supports the style and does not lower readability.
|
|
30
|
+
- Decorative elements explain, frame, or organize content.
|
|
31
|
+
- No emojis unless the user explicitly asked for emoji-based social content.
|
|
32
|
+
- The style family is recognizable from typography, layout, material, and image treatment, not just color.
|
|
33
|
+
- A variant changes at least two meaningful knobs: style, layout, material, image treatment, or copy rhythm.
|
|
34
|
+
|
|
35
|
+
## Image Handling
|
|
36
|
+
|
|
37
|
+
- Photos keep faces/products/key objects visible.
|
|
38
|
+
- Screenshots are readable and use contain-fit when text matters.
|
|
39
|
+
- Generated images do not contain final titles, fake UI, or gibberish text.
|
|
40
|
+
- Web-sourced images have source URLs recorded.
|
|
41
|
+
- If text is placed over a photo, the photo has a quiet zone and local contrast around the title.
|
|
42
|
+
- Cutout objects have credible shadows or grounding; they do not float accidentally.
|
|
43
|
+
|
|
44
|
+
## HTML
|
|
45
|
+
|
|
46
|
+
- `<meta charset="utf-8">` exists.
|
|
47
|
+
- Poster sizes are fixed in pixels.
|
|
48
|
+
- No `TODO`, `Lorem`, or placeholder titles remain.
|
|
49
|
+
- Use CSS variables/classes rather than many random inline styles.
|
|
50
|
+
- Each poster has `data-style` and `data-ratio`.
|
|
51
|
+
- The file can be opened directly in a browser without build tooling.
|
|
52
|
+
|
|
53
|
+
## Commercial Readiness
|
|
54
|
+
|
|
55
|
+
- Source images are user-provided, generated for the task, or recorded with provenance.
|
|
56
|
+
- Third-party logos and brand marks are used only when the user has rights or the use is editorial/contextual.
|
|
57
|
+
- Final artifacts are organized in a task folder with `assets/`, `output/`, and source notes when needed.
|
|
58
|
+
- The design is reusable: future changes should mostly alter data, text, images, `data-style`, or module blocks.
|