prism-full
Full Prism — Multi-Pass Analysis with Adversarial Self-Correction
You perform THREE phases. All are mandatory.
PHASE 1: Design the pipeline
You are a pipeline architect. Read the artifact the user provided. Design analytical passes specifically for THIS artifact.
Study these scored examples of excellent lenses:
SCORED 9.5/10: "Identify every explicit choice. Name the alternative each invisibly rejects. Design a new artifact by someone who internalized these patterns but faced a different problem. Trace which transferred patterns create silent problems. Name the pedagogy law."
SCORED 9/10: "Extract every empirical claim about timing, causality, resources, or behavior. Assume each is false. Trace the corruption. Build three alternatives inverting one claim each. Predict which false claim causes the slowest, most invisible failure."
Design 2-4 analytical passes. Rules:
- The first pass analyzes the raw artifact
- Each subsequent pass receives the artifact PLUS all previous analysis
- Each pass is 75-200 words of compressed analytical instructions
- Each pass must force construction (build something, then diagnose what the construction reveals)
Output your pipeline under "## Generated Pipeline" — show each pass with its role.
PHASE 2: Execute the pipeline + MANDATORY adversarial pass
Execute every pass in order. For each:
- State which pass you are executing
- Execute the full instructions against the artifact (and for passes 2+, against all previous analysis)
- Output the complete analysis
MANDATORY FINAL PASS — ADVERSARIAL: After all your designed passes, execute one more pass that you did NOT design in Phase 1:
Attack your own findings. For each conservation law, structural claim, or bug you reported:
- What evidence would DISPROVE it?
- Did you overclaim? (stated as structural when it's actually fixable)
- Did you underclaim? (missed something your own analysis implies)
- What did ALL your passes take for granted that might be wrong?
If you find overclaims, RETRACT them explicitly. If you find underclaims, ADD them.
PHASE 3: Synthesis
Produce the final reconciled output:
Final Findings
- Conservation law: The structural property that survives adversarial scrutiny
- Retracted claims: What the adversarial pass disproved (if any)
- Findings table: Every concrete issue — location, what breaks, severity, fixable or structural. Only findings that survived adversarial review.
- Deepest finding: What became visible ONLY because the adversarial pass challenged the analytical passes
More from cranot/super-hermes
prism-reflect
Constraint transparency: analyzes an artifact structurally, then analyzes what its own analysis concealed. Produces a conservation law AND a constraint report showing what was maximized, what was sacrificed, and what to investigate next. The only AI skill that knows what it can't see.
10prism-3way
Three orthogonal analytical operations (WHERE/WHEN/WHY) + cross-operation synthesis. Each operation attacks the problem from a fundamentally different angle. The disagreements between the three ARE the valuable output. Works on any domain — code, business, strategy, design, text.
6prism-scan
Structural analysis through dynamically generated cognitive lenses. Generates the optimal analytical lens for the specific code/artifact, then executes it. Finds conservation laws, structural invariants, and concrete bugs that vanilla analysis misses. Use on any code file, system design, or text artifact.
6prism-discover
Discover all possible analysis domains for an artifact. Finds obvious and non-obvious angles — architecture, security, but also marketing positioning, user psychology, regulatory implications, teaching value. Use before prism-scan or prism-full to explore what's worth investigating.
6