From shannon
Multi-validator agreement gate. N independent validators against same feature; synthesize confidence-scored verdict.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shannon:consensus-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execution-time agreement gate. Spawns ≥2 (default 3) independent validators against the same feature; synthesizes confidence-scored verdict.
Execution-time agreement gate. Spawns ≥2 (default 3) independent validators against the same feature; synthesizes confidence-scored verdict.
Task tool. Each owns an isolated evidence subdirectory:
e2e-evidence/consensus/<run-id>/
validator-1/
validator-2/
validator-3/
report.md (synthesizer-owned)
consensus-synthesis (folded into this skill):
| State | Condition | Verdict | Confidence |
|---|---|---|---|
| UNANIMOUS_PASS | All PASS | PASS | HIGH |
| UNANIMOUS_FAIL | All FAIL | FAIL | HIGH |
| MAJORITY_PASS | ≥⅔ PASS | PASS (after disagreement protocol) | MEDIUM |
| MAJORITY_FAIL | ≥⅔ FAIL | FAIL (after disagreement protocol) | MEDIUM |
| SPLIT | Neither side ⅔ | DISAGREEMENT_UNRESOLVED | LOW |
sequential-analysis on the divergent evidence.validator-<N>/ subdirectoryreport.mdA validator that writes outside its directory invalidates the run.
--mode consensusnpx claudepluginhub krzemienski/shannon-framework --plugin shannonGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.