prism-state-contract
Mandatory state handling for the Visual Auditor. Manages snapshots and production assets.
Install
mkdir -p .claude/skills/prism-state-contract && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15320" && unzip -o skill.zip -d .claude/skills/prism-state-contract && rm skill.zipInstalls to .claude/skills/prism-state-contract
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Mandatory state handling for the Visual Auditor. Manages snapshots and production assets.About this skill
Prism State Contract
Use this skill to manage the "Latest Truth" and production artifacts.
1. Stateless Snapshot (prism.state.md)
Always OVERWRITE the entire file with the current audit results. No historical logs. Include:
- Input Context: Which draft and strategy were used.
- Visual Thesis: The distilled "Meaning" of the visual.
- The Verdict: (CLEAR / BLOCKED / POLISH).
- Audit Findings: High-signal bullet points from the structural audit.
- Latest Prompt: The exact prompt generated for history.
2. Production Asset ({slug}.image-prompt.md)
Generate a separate, clean file for the user/production pipeline.
- Naming: Use the
{slug}extracted from the draft or working directory. - Content: Exactly one plain-text paragraph. No markdown. No headers.
3. Slug Extraction
- Identify the project
{slug}from the primary draft file (e.g.,ai-patterns.draft.md->ai-patterns). - If no draft exists, use the working directory name or
brief.md.
4. Chat Dashboard
Every run must end with a high-signal summary in the chat:
- The Verdict: (CLEAR / BLOCKED / POLISH)
- Visual Thesis: 1-sentence elevator pitch.
- Squint Test: Pass/Fail on hierarchy.
- Actionable Move: The single most impactful structural or visual change required.
Rationale
Consistency is the foundation of the MMW relay. By separating the Auditor's Logic (state) from the Production Asset (prompt), we ensure technical cleanliness.