agentsclimarketplace

Prism

Skill cogpros/cogpros-toolkit/skills/prism

Skills for cognitive prosthetic AI agents. Built for Claude Code, OpenClaw, and Cowork.

Install
npx -y skills add cogpros/cogpros-toolkit --skill prism

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Parallel Review by Independent Specialist Models. Multi-agent review protocol that deploys 5+ specialist reviewers in parallel to eliminate confirmation bias and groupthink.

SKILL.md

2.7 KB, 574 tokens by cl100k_base, as published. Nobody here has run it

PRISM v2 -- Parallel Review by Independent Specialist Models

PRISM uses parallel independent reviewers to surface issues that consensus-based reviews miss. Disagreements are MORE valuable than consensus.

When to Use

  • Architecture decisions
  • Security-sensitive changes
  • Major refactors (>500 lines)
  • Decisions lasting 6+ months
  • Open source releases

Skip for: Minor bug fixes, typos, cosmetic changes, urgent hotfixes, easily reversible decisions.

Three Invocation Modes

ModeAgentsCommand
Budget3 (Security, Performance, DA)"Budget PRISM"
Standard6 specialists"Run PRISM"
Extended8+ (Standard + Code Reviewers)"Full PRISM audit"

Six Standard Reviewers

  1. Security Auditor -- Attack vectors, trust boundaries
  2. Performance Analyst -- Metrics, benchmarks, overhead
  3. Simplicity Advocate -- Complexity reduction
  4. Integration Engineer -- Compatibility, migration
  5. Blast Radius Reviewer -- Downstream system effects
  6. Devil's Advocate -- Assumptions, risks, regrets (reviews independently, without prior findings)

How to Execute

Script-based (portable, any agent):

~/.openclaw/scripts/prism.sh --artifact <path> [--mode standard|budget|extended]

Prompts directory: ~/.openclaw/workspace/.claude/skills/prism/prompts/ (12 templates).

In-session (Claude CLI):

Launch 5+ parallel Agent subagents, each with a reviewer persona. Synthesize findings. Archive to analysis/prism/archive/.

Critical Rules

  • Every finding must cite specific files, line numbers, or command output
  • Devil's Advocate receives no prior findings brief (independence by design)
  • Assertions without citations are deprioritized
  • Disagreements between reviewers often contain the most valuable insights

Dependencies

  • Script engine: ~/.openclaw/scripts/prism.sh
  • Shared lib: ~/.openclaw/scripts/lib/review-common.sh
  • Prompt templates: ~/.openclaw/workspace/.claude/skills/prism/prompts/ (12 files)
  • Post-review: ~/.openclaw/scripts/sentry-check.sh

Error Recovery

  • If a reviewer agent fails, synthesis proceeds with remaining reviewers (minimum 3 for valid review)
  • If prompts directory is missing, verify ~/.openclaw/workspace/.claude/skills/prism/prompts/ exists
  • If prism.sh exits non-zero, check review-common.sh is sourced correctly

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.