Content Asset Triage
Pre-drafting workflow for when the user hands you a folder of AI-generated creative
assets and wants social content "about it." The job is to decide WHAT is postable and
HOW to frame it — not to draft yet. Drafting lives in draft-post; this skill feeds it.
When to Use
- User points at a folder of generated images/art/UI/comics and wants a post or thread.
- A separate creative/agent profile produced a batch of assets for this profile to ship.
- "Which of these should we use?" / "review what it made."
When NOT to Use
- Single known asset, just needs a caption →
draft-post directly.
- Quality-checking a written draft →
brand-review-content.
Workflow
- Confirm the folder before deep-diving. Users keep several project folders side by
side (some shelved). If the user says "the folder the profile made," confirm the exact
path or search broadly first. Do NOT latch onto the first plausible match and invest a
deep pass in it — wrong folder = wasted work + a correction.
- Read any README/index for orientation only. Then inspect candidates yourself with
vision_analyze. A folder's suggested ordering reflects what was easy to generate, not
what's strongest — do not trust it as a quality ranking.
- Sort into three tiers (see
references/ai-asset-triage.md for the full rubric):
- Tier 1 — postable as-is (strong concept, clean render, no embarrassing artifacts)
- Tier 2 — good but needs a small fix first (almost always broken/garbled TEXT)
- Tier 3 — not showcase-ready (reads as filter/artifact, not craft)
- Pick the strategic frame. Uneven batch → build-in-public workflow angle ("one
prompt, the agent ran N skills, produced all this"), where variety is the point and
rough pieces are evidence not liabilities. Uniformly strong batch → quality showcase.
Default to the workflow angle for skill-demo batches.
Differentiated > commoditized: When the user wants to spotlight favorites, lean
into skills that produce outputs the audience HASN'T seen before (e.g., braille
text-to-image, full UI generation from a prompt). Commoditized outputs (AI
illustrations, comics, pixel art — things any image generator can do) get a one-line
mention, not spotlight treatment. The framing: "any tool can do X, but THIS surprised me."
- Screenshot HTML/UI assets yourself. Don't rely on the folder having PNGs of HTML
files. Use headless Chrome:
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless --disable-gpu --no-sandbox --window-size=1400,900 --screenshot="OUT.png" "file://SRC.html".
See references/rendering-techniques.md for font/rendering pitfalls.
- Report, then wait for the green light. Triage → recommend → (user approves) →
draft → review gate. Never post straight from a triage pass.
Output Shape
Lead with the honest quality read (the tiers). Call out what the folder's own README got
wrong. Give the strategic recommendation: which images lead, which frame, which need a fix
first. End with options for next step — not a posted artifact.
Pitfalls
- Don't trust the folder's README ranking. Inspect with your own eyes.
- Don't lead with the weakest category. Skill-demo folders often open with pixel/ASCII
art because it's easy to generate; those are usually Tier 3.
- Don't frame an uneven batch as a quality showcase. That invites a quality judgment
you lose. The workflow story is more honest and more defensible.
- Don't skip the text check. Garbled/misspelled text is the #1 AI-artifact tell and
the thing that gets a post screenshotted and mocked.
- Don't post from triage. This skill is review-gated by design.
- Don't assume PNG previews are correct. Braille/ASCII art PNGs often render as tofu
boxes due to missing font glyphs. Always check the source .txt and re-render if needed.
See
references/rendering-techniques.md.
- Don't over-structure the user's voice. This user writes short, casual, declarative
sentences. No "First up:" / "Then:" scaffolding. No product-launch energy. Understated
enthusiasm > exclamation marks. Match their actual tweet history, not a template.
Related Skills
draft-post — execution layer; draft the actual post once triage + frame are approved.
brand-review-content — voice/quality check on the draft before it ships.
build-in-public — the strategy layer the workflow-angle reframe comes from.
xurl — actually posting to X (only after approval).
1---2name: content-asset-triage3description: Triage a folder of AI assets into tiers before drafting.4---5
6# Content Asset Triage
7
8Pre-drafting workflow for when the user hands you a folder of AI-generated creative
9assets and wants social content "about it." The job is to decide WHAT is postable and
10HOW to frame it — not to draft yet. Drafting lives in `draft-post`; this skill feeds it.
11
12## When to Use
13
14- User points at a folder of generated images/art/UI/comics and wants a post or thread.
15- A separate creative/agent profile produced a batch of assets for this profile to ship.
16- "Which of these should we use?" / "review what it made."
17
18## When NOT to Use
19
20- Single known asset, just needs a caption → `draft-post` directly.
21- Quality-checking a written draft → `brand-review-content`.
22
23## Workflow
24
251. **Confirm the folder before deep-diving.** Users keep several project folders side by
26 side (some shelved). If the user says "the folder the profile made," confirm the exact
27 path or search broadly first. Do NOT latch onto the first plausible match and invest a
28 deep pass in it — wrong folder = wasted work + a correction.
292. **Read any README/index for orientation only.** Then inspect candidates yourself with
30 vision_analyze. A folder's suggested ordering reflects what was easy to generate, not
31 what's strongest — do not trust it as a quality ranking.
323. **Sort into three tiers** (see `references/ai-asset-triage.md` for the full rubric):
33 - Tier 1 — postable as-is (strong concept, clean render, no embarrassing artifacts)
34 - Tier 2 — good but needs a small fix first (almost always broken/garbled TEXT)
35 - Tier 3 — not showcase-ready (reads as filter/artifact, not craft)
364. **Pick the strategic frame.** Uneven batch → build-in-public workflow angle ("one
37 prompt, the agent ran N skills, produced all this"), where variety is the point and
38 rough pieces are evidence not liabilities. Uniformly strong batch → quality showcase.
39 Default to the workflow angle for skill-demo batches.
40 **Differentiated > commoditized:** When the user wants to spotlight favorites, lean
41 into skills that produce outputs the audience HASN'T seen before (e.g., braille
42 text-to-image, full UI generation from a prompt). Commoditized outputs (AI
43 illustrations, comics, pixel art — things any image generator can do) get a one-line
44 mention, not spotlight treatment. The framing: "any tool can do X, but THIS surprised me."
455. **Screenshot HTML/UI assets yourself.** Don't rely on the folder having PNGs of HTML
46 files. Use headless Chrome: `"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
47 --headless --disable-gpu --no-sandbox --window-size=1400,900 --screenshot="OUT.png" "file://SRC.html"`.
48 See `references/rendering-techniques.md` for font/rendering pitfalls.
495. **Report, then wait for the green light.** Triage → recommend → (user approves) →
50 draft → review gate. Never post straight from a triage pass.
51
52## Output Shape
53
54Lead with the honest quality read (the tiers). Call out what the folder's own README got
55wrong. Give the strategic recommendation: which images lead, which frame, which need a fix
56first. End with options for next step — not a posted artifact.
57
58## Pitfalls
59
601. **Don't trust the folder's README ranking.** Inspect with your own eyes.
612. **Don't lead with the weakest category.** Skill-demo folders often open with pixel/ASCII
62 art because it's easy to generate; those are usually Tier 3.
633. **Don't frame an uneven batch as a quality showcase.** That invites a quality judgment
64 you lose. The workflow story is more honest and more defensible.
654. **Don't skip the text check.** Garbled/misspelled text is the #1 AI-artifact tell and
66 the thing that gets a post screenshotted and mocked.
675. **Don't post from triage.** This skill is review-gated by design.
686. **Don't assume PNG previews are correct.** Braille/ASCII art PNGs often render as tofu
69 boxes due to missing font glyphs. Always check the source .txt and re-render if needed.
70 See `references/rendering-techniques.md`.
717. **Don't over-structure the user's voice.** This user writes short, casual, declarative
72 sentences. No "First up:" / "Then:" scaffolding. No product-launch energy. Understated
73 enthusiasm > exclamation marks. Match their actual tweet history, not a template.
74
75## Related Skills
76
77- `draft-post` — execution layer; draft the actual post once triage + frame are approved.
78- `brand-review-content` — voice/quality check on the draft before it ships.
79- `build-in-public` — the strategy layer the workflow-angle reframe comes from.
80- `xurl` — actually posting to X (only after approval).