Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By krzemienski
Shannon Framework v6 — single-plugin consolidation replacing OMC + VF + Crucible + 13 others. 26 commands, 22 skills, 10 agents, 14 hooks across 7 domain modules + 4 enforcement layers.
npx claudepluginhub krzemienski/shannon-framework --plugin shannonRead evidence tree for a forge run, print MSC table, reviewer consensus, oracle quorum, overall verdict. Read-only.
Read-only audit with severity classification. Screen, app, session, or drift scopes. No edits.
Refusal-driven retry loop around /shannon:cook. Preserves Crucible's REFUSAL.md pattern.
Execute a plan or task brief end-to-end with iron-rule validation and evidence gates. Wraps planning, execution, functional validation, and completion gate.
Opt this project OUT of Shannon enforcement. Writes .shannon/disabled and removes .shannon/active. Sticky — survives until /shannon:enable --force.
Multi-teammate coordinator. Maintains shared TaskList, assigns tasks by file-ownership glob, synthesizes findings, resolves conflicts. Lead role for /shannon:team.
Adversarial critique of work artifact. Surfaces what's missing, what's wrong, where assumptions break.
Meta-judge for /shannon:dispatch-* commands. Evaluates parallel subagent outputs, scores them, emits winner with cited reasoning.
Execute a phase plan against the codebase. Reads phase-NN.md, makes edits, runs validation per phase gates. NEVER spawns nested teams. NEVER creates test files.
Final-gate Oracle. Reviews a plan (pre-execution) OR a completed evidence package (post-execution) in isolated context. Distinct from reviewer per UQ-SA-2. Emits APPROVE / REFUSE with cited blocker.
Refusal-driven retry orchestration for /shannon:autopilot. Wraps /shannon:cook with REFUSAL.md parsing and remediation prompt synthesis.
Build repo-wide context before any modification. File inventory, module map, dependency manifests, hot-path identification. Read-only.
Evaluate the completion gate. Refuses on any missing MSC. Reads evidence tree; emits machine-readable report.json. No override flag.
Multi-validator agreement gate. N independent validators against same feature; synthesize confidence-scored verdict.
Multi-phase project plan generator that injects functional validation gates with evidence requirements. Output: phase plans with gates per real-system PASS criterion.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete SDLC framework with 58 specialized agents for software development lifecycle management. Phase-based workflows (Inception→Elaboration→Construction→Transition), security reviews, testing orchestration, and deployment automation.
Elite AI development framework: reference-first design, agent orchestration, automated quality gates, and battle-tested engineering workflows
maenifold-enabled product team
AI development loop — orchestrator distributes tasks to headless workers, independent auditor verifies, structural enforcement auto-blocks downstream on upstream failure. Full-cycle validated with 10-scenario test harness.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Specification-first AI harness: 11 structural gates, 11 Ouroboros commands, 11 agent personas, and 3-tier architecture enforcement. v2.1: Pair Mode (Navigator-Driver + independent test design + /review command).
3-agent unanimous consensus validation with hard gates for Claude Code. Maps Lead/Alpha/Bravo roles to CC subagents, enforces unanimity at phase transitions, persists evidence per phase+role.
Sharp-eyed visual-audit suite for Claude Code. Two coupled skills catch real UI defects — contrast failures, false affordances, modal opacity, contract mismatches — via real-system probes, zero mocks, evidence-cited verdicts.
Deepest-mode planning — consensus + gates + phase hierarchy + multi-plan tournament synthesis. Self-contained. Works with Claude Code and OpenCode.
Fixed-Point Deepen architecture of the Anneal plugin family. One plan, heated and cooled repeatedly — inline red team at every depth, Momus 0-100 scoring, convergence by variance/delta/cap.
Evidence-gated task planning, execution, and validation for Claude Code. Refuses completion without quorum-approved proof. No mocks. No stubs. No silent retries past the gate.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Claude Code plugin for mission-critical domains — replaces subjective AI-development judgments with objective measurements.
Live site: withagents.dev/posts/post-07-prompt-engineering-stack Field journal entry: withagents.dev/posts/post-07-prompt-engineering-stack
Version 5.6.0 | Installation | Quick Start | Documentation | GitHub
🚀 V5.6.0 "Comprehensive Quality & Intelligence": 14 new skills,
/shannon:healthdashboard, advanced testing, security automation! See docs/v5.6/CHANGELOG.md for complete details.
🔒 V6.0.0 "Project-Level Opt-In": Shannon hooks are now silent by default. Per-project activation via
.shannon/activesentinel. Activation benchmark F1=1.00 across all 30 skills. SeeCHANGELOG.mdfor the full v6 ledger.
Shannon v6.0.0+ ships with hooks disabled by default in every project. They only fire where you explicitly opt in. This ends cross-project pollution from prior versions.
| State | How to set it | Behavior |
|---|---|---|
| Active in this project | /shannon:enable (writes .shannon/active) | All hooks fire |
| Disabled in this project | /shannon:disable (writes .shannon/disabled) | All hooks no-op (sticky off) |
| Default (no sentinel) | (nothing) | All hooks no-op |
| Per-shell escape | SHANNON_DISABLE=1 env | Hooks no-op for that shell |
| Global testing escape | SHANNON_GLOBAL=1 env | Hooks fire everywhere (use sparingly) |
Precedence (highest first): SHANNON_DISABLE > SHANNON_GLOBAL > .shannon/disabled > .shannon/active > default-off.
Quick start in a project that should use Shannon:
cd /path/to/your/project
# in Claude Code:
/shannon:enable
# Shannon is now active in this project; other projects unaffected.
To turn it off:
/shannon:disable
Shannon Framework is a Claude Code plugin that transforms AI-assisted development from ad-hoc interactions into a rigorous, quantitative, reproducible methodology. Built for mission-critical domains—Finance, Healthcare, Legal, Security, Aerospace—Shannon replaces subjective judgments with objective measurements throughout the development lifecycle.
Quantitative Over Qualitative: Replace ALL subjective judgments with objective measurements.
| Traditional Approach | Shannon Framework |
|---|---|
| "Seems complex" | 8D complexity score: 0.72/1.00 (VERY COMPLEX) |
| "Need 3-4 agents" | Formula: complexity × bands = 8-15 agents |
| "Making progress" | Quantified: 65% complete (+12% this session) |
| "Tests look fine" | NO MOCKS compliance: 100% or fail |
| "Architecture aligns" | Alignment score: 87/100 (STRONG) |