Crucible
Skills for cognitive prosthetic AI agents. Built for Claude Code, OpenClaw, and Cowork.
npx -y skills add cogpros/cogpros-toolkit --skill crucibleAssembled 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
Five-phase adversarial review protocol. PRISM finds issues. RED VIPER proves them. ASSAYER verifies alignment. Evidence decides.
SKILL.md
2.1 KB, 516 tokens by cl100k_base, as published. Nobody here has run it
CRUCIBLE -- Five-Phase Adversarial Review
CRUCIBLE extends PRISM with empirical exploitation testing and alignment verification. Opinions identify risks. Evidence decides them.
When to Use
- Shipping anything where quality matters
- Adversarial testing before release
- Security-critical changes
- Public-facing content or code
Phases
- PRISM (Phases 1-2) -- Parallel specialist review (delegates to prism.sh)
- RED VIPER (Phase 3) -- Adversarial exploitation testing. Proves findings, not just opines.
- ASSAYER (Phase 4) -- Alignment verification against stated goals
- VERIFY (Phase 5) -- Re-run phases 3+4 if needed. Confirm fixes hold.
- Synthesis -- Consolidate all phases into final verdict
How to Execute
Script-based (portable, any agent):
~/.openclaw/scripts/crucible.sh --artifact <path> [--mode standard|dissertation|wcb-legal]
Flags:
--skip-viper-- Skip RED VIPER phase--skip-assayer-- Skip ASSAYER phase--viper-only-- Run only RED VIPER--assayer-only-- Run only ASSAYER--gate-- Hard gate mode (blocks on failure)--dry-run-- Show what would run without executing
Dependencies
- Script engine:
~/.openclaw/scripts/crucible.sh - Shared lib:
~/.openclaw/scripts/lib/review-common.sh - PRISM:
~/.openclaw/scripts/prism.sh - RED VIPER:
~/.openclaw/scripts/red-viper.sh - ASSAYER:
~/.openclaw/scripts/assayer.sh - Sentry:
~/.openclaw/scripts/sentry-check.sh - Prompt templates:
$WORKSPACE/.claude/skills/prism/prompts/
Error Recovery
- If PRISM phase fails, crucible exits (phases 3-5 depend on PRISM findings)
- If RED VIPER fails, synthesis proceeds with PRISM + ASSAYER findings
- If ASSAYER fails, synthesis proceeds with PRISM + RED VIPER findings
- Budget limits per phase: RED VIPER $1.00, ASSAYER $0.80 (configurable)