Prism
Skills for cognitive prosthetic AI agents. Built for Claude Code, OpenClaw, and Cowork.
npx -y skills add cogpros/cogpros-toolkit --skill prismAssembled 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
| Mode | Agents | Command |
|---|---|---|
| Budget | 3 (Security, Performance, DA) | "Budget PRISM" |
| Standard | 6 specialists | "Run PRISM" |
| Extended | 8+ (Standard + Code Reviewers) | "Full PRISM audit" |
Six Standard Reviewers
- Security Auditor -- Attack vectors, trust boundaries
- Performance Analyst -- Metrics, benchmarks, overhead
- Simplicity Advocate -- Complexity reduction
- Integration Engineer -- Compatibility, migration
- Blast Radius Reviewer -- Downstream system effects
- 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