feat(skills): add content-culture calibration + use-real-subject#450
Open
vanceingalls wants to merge 1 commit intovance/skill-prompt-expansion-overhaulfrom
Open
Conversation
Two skill additions to prompt-expansion.md, derived from eval 4 user-judge results (branch lost 2/6 to main): 1. Before you enrich, calibrate to content culture. Eval 4 p1 Stride: branch treated a running-shoes teaser as an introspective narrative (stillness -> ignition -> claim). Main went with kinetic brand energy (marquee sweeps, HUD counters ticking live, bold display at scale). User picked main. Always- enrich over-rotates toward narrative reframes; consumer-brand genres want kinetic energy, not contemplation. New section teaches the agent to pick the genre's energy register FIRST (consumer brand / product demo / technical / documentary / editorial / news), then enrich INSIDE that register. Includes a "what the genre does NOT want" column to prevent common over-rotations. 2. Use the real subject when it exists. Eval 4 p5 Migrant Mother: branch used a placeholder [PHOTOGRAPH] rectangle with R4 shared-overlay discipline. Main fetched the actual photograph from Library of Congress IIIF. User picked main. When the composition is about a specific, named, real- world artifact (photograph, painting, song, public figure's words, company UI, historical moment) AND the artifact is accessible via public sources, use it. R4 applies to HOW to present the subject, not WHETHER to use a real one. Explicit examples: LoC IIIF, Wikimedia Commons, NASA open archive, Mauritshuis open-access. Applied to branch worktree only. NOT synced to installed main skill path per the lesson from the contamination bug - main's skill stays pinned so future evals have a clean baseline.
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Brief description of the change.
Why
Why is this change needed?
How
How was this implemented? Any notable design decisions?
Test plan
How was this tested?