
Plotloom Asset Selection
- 8 installs
- 5 repo stars
- Updated May 5, 2026
- t0ugh/plotloom
Helps with ai & agent building tasks.
About
plotloom-asset-selection is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- plotloom-asset-selection
- AI & Agent Building
- AI-coding skill
Plotloom Asset Selection by the numbers
- 8 all-time installs (skills.sh)
- Ranked #12,321 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/t0ugh/plotloom --skill plotloom-asset-selectionAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 5 |
| Last updated | May 5, 2026 |
| Repository | t0ugh/plotloom ↗ |
What it does
Helps with ai & agent building tasks.
Files
Plotloom Asset Selection
When to Use
Use when image or video candidates exist under candidates/ and the next step is accept, reroll, prompt revision, or deterministic selected-copy.
Inputs
- Prompt intent and rerun notes.
- Candidate image/video path; process video one candidate at a time.
- Selection rubric and optional review note template.
Outputs
- Candidate review note or recommendation.
- If accepted, deterministic helper copies candidate to
selected.*.
Read These Resources When...
- Read
references/selection-rubric.mdbefore evaluating candidates. - Use
templates/review-note.mdfor review output. - Use
plotloom --repo <repo> select <candidate>only after accept decision.
Workflow
1. Evaluate candidate against intent, character consistency, visual continuity, short-drama clarity, hook strength, ending handoff, and artifacts. 2. Choose one decision: accept, reroll, revise_prompt, or ask_user. 3. Ask the user when quality is ambiguous or trade-offs are subjective. 4. If accepted, run or instruct plotloom --repo <repo> select <candidate> to copy the candidate to selected.*. 5. Preserve candidates/vNNN.*. 6. If replacing a selected file, back up old selected as selected-prev-YYYYMMDD-HHMMSS-ffffff.*. 7. For video, process one candidate at a time.
Decision Rules
- accept: intent matches, identity stable, artifacts minor, ending frame works.
- reroll: prompt is right, but sample has random artifacts or weak rendering.
- revise_prompt: candidate repeatedly misses action, character, reference use, camera, or ending frame.
- ask_user: trade-off is taste-based or multiple versions are plausible.
Stop Conditions
Stop after selected copy or rerun recommendation. Do not delete candidates, generate new media, or silently choose ambiguous video.
Next Skill Handoff
After all required clips have selected.mp4, hand off to plotloom-stitch-deliver.
Failure Modes
- Candidate missing: report missing path.
- Ambiguous quality: ask user rather than choosing silently.
- Prompt mismatch: recommend revise prompt, not just reroll.
- Existing selected: use backup semantics before replacement.
{
"skill_name": "plotloom-asset-selection",
"evals": [
{
"id": 1,
"prompt": "看看这个 v001.mp4 能不能选为 selected.mp4。",
"expected_output": "Reviews candidate and chooses accept/reroll/revise/ask_user.",
"files": [],
"expectations": [
"Uses rubric evidence",
"Does not silently choose if ambiguous",
"Uses plotloom select only after accept"
]
},
{
"id": 2,
"prompt": "这个视频人物脸飘了,但剧情动作对。",
"expected_output": "Recommends reroll or revise depending whether drift is sample-specific/systematic.",
"files": [],
"expectations": [
"Names failure category",
"Preserves candidates"
]
},
{
"id": 3,
"prompt": "已有 selected.mp4,替换成 v002.mp4。",
"expected_output": "Backs up previous selected before copy.",
"files": [],
"expectations": [
"Mentions selected-prev timestamp backup"
]
},
{
"id": 4,
"prompt": "这个 character-grid.png 看起来有几格脸不一样,能不能选为角色参考图?",
"expected_output": "Reviews image candidate consistency before accepting as character-grid.png.",
"files": [],
"expectations": [
"Checks identity consistency across panels",
"Can recommend revise_prompt or reroll for image-specific failures",
"Does not copy to selected without accept decision"
]
}
]
}
Selection Rubric
Decision Output
Use one decision:
acceptrerollrevise_promptask_user
Scoring Dimensions
Intent Match
Does the candidate perform the source prompt's action and emotional beat?
Character Consistency
Does it preserve face, age, hairstyle, outfit, proportions, palette, and signature props from character-grid.png or reference sheet?
Visual Continuity
Does motion, lighting, scene, prop placement, and ending frame remain coherent with surrounding clips?
Short-Drama Clarity
Can the viewer understand conflict and status reversal quickly?
Hook Strength
Does the opening or final moment create a reason to continue?
Artifact Severity
Check hands, faces, text, warped props, temporal flicker, impossible motion, incoherent backgrounds, and unreadable pseudo-subtitles.
Ending Frame / Handoff
Does the last frame support the next clip or episode?
Thresholds
- Accept if intent and continuity are strong and artifacts are minor.
- Reroll if intent is right but artifacts are random/sample-specific.
- Revise prompt if failures are systematic: wrong action, missing reference, unclear ending, overloaded dialogue, or conflicting camera instructions.
- Ask user if two candidates trade off taste, style, or commercial direction.
Image-Specific Notes
For character sheets or expression grids, reject or revise if identity changes across panels, outfit mutates, extra characters appear, labels become unreadable, or the grid lacks the required front/side/back or expression coverage.
Video-Specific Notes
Review one candidate at a time. Watch for face drift over time, impossible hand movement, temporal flicker, action that does not reach the ending frame, or dialogue that feels too dense for the duration.
Selected Semantics
Accepted files are copied to selected.*; previous selected files are backed up as selected-prev-YYYYMMDD-HHMMSS-ffffff.*; candidates remain untouched.
Candidate Review
- Episode:
- Clip / Asset:
- Candidate:
- Decision: accept | reroll | revise_prompt | ask_user
Summary
Rubric Notes
- Intent match:
- Character consistency:
- Visual continuity:
- Hook / drama clarity:
- Artifacts:
- Ending frame / handoff:
Evidence
Concrete observed frames, image regions, or file/probe facts.
Next Action
- If accept: selected path and copy command.
- If reroll: same prompt or same adapter settings to retry.
- If revise_prompt: exact prompt changes.
- If ask_user: the trade-off to decide.