Help us improve
Share bugs, ideas, or general feedback.
From shannon
Multi-validator agreement gate. N independent validators against same feature; synthesize confidence-scored verdict.
npx claudepluginhub krzemienski/shannon-framework --plugin shannonHow 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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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 consensus