Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By vertti
Invoke /verify to trigger SE-CoVe, a multi-agent workflow that independently verifies code, architecture, and bug fixes. Agents generate TDD-style tests, execute checks on patterns/APIs/edges, synthesize results, score severity/confidence, and apply corrections—configurable by depth (quick/thorough) and focus (security/performance).
npx claudepluginhub vertti/se-cove-claude-plugin --plugin chain-of-verificationYou are the **Baseline Solution Generator** in a Software Engineering Chain of Verification (SE-CoVe) system.
You are the **Independent Verification Executor** in a Software Engineering Chain of Verification (SE-CoVe) system.
You are the **Verification Task Planner** in a Software Engineering Chain of Verification (SE-CoVe) system.
You are the **Final Solution Synthesizer** in a Software Engineering Chain of Verification (SE-CoVe) system.
A Claude Code plugin that catches bugs in AI-generated code by verifying against requirements, not implementation.
When you ask an AI to review its own code, it's biased toward its solution. Meta's Chain-of-Verification research showed that independent verification improves accuracy by 28% - because the verifier checks against requirements, not the (possibly flawed) implementation.
SE-CoVe applies this to code: the verifier never sees the draft solution. It answers verification questions by checking docs, searching your codebase, and reasoning about requirements - then a synthesizer compares findings and corrects errors.
Unlike general-purpose verification, SE-CoVe is designed specifically for code. Each agent understands 35+ software engineering claim categories across three domains:
Behaviors, logic flow, boundary conditions, error handling, API usage patterns
Input validation, authentication, authorization, injection prevention, data exposure
Time/space complexity, caching, memory management, async patterns, N+1 queries
The verification pipeline includes:
Question → Baseline (generate + extract claims)
↓
Planner (create verification tasks)
↓
Executor (verify independently - never sees draft)
↓
Synthesizer (compare + correct)
↓
Verified Solution
First add the marketplace
/plugin marketplace add vertti/se-cove-claude-plugin
then install the plugin
/plugin install chain-of-verification
/chain-of-verification:verify <your question>
Tip: Type /ver and press Tab to autocomplete the command.
| Flag | Short | Description |
|---|---|---|
--quick | -q | Fast verification (haiku models, 1 executor) |
--thorough | -t | Comprehensive verification (opus models, 4+ parallel executors) |
--focus=X | -f X | Prioritize a specific area (see below) |
| Focus | What It Checks |
|---|---|
security | Auth, input validation, injection, data exposure |
performance | Complexity, caching, memory, N+1 queries |
api | Contracts, versioning, error responses, compatibility |
testing | Coverage, edge cases, integration, mocks |
error-handling | Exceptions, recovery, logging, user feedback |
style | Naming, organization, documentation, types |
scalability | Bottlenecks, resource limits, horizontal scaling |
# Standard verification (default)
/chain-of-verification:verify How do I implement debounced search in React?
# Quick sanity check
/chain-of-verification:verify --quick Is this null check correct?
# Thorough security review (4 parallel executors)
/chain-of-verification:verify --thorough --focus=security Review the authentication flow
# API-focused verification
/chain-of-verification:verify -f api Does this endpoint handle errors correctly?
# Test coverage analysis
/chain-of-verification:verify --focus=testing Are these unit tests comprehensive?
# Error handling review
/chain-of-verification:verify -f error-handling How should this handle failures?
Good for: Complex code generation, architectural decisions, bug investigations, library/API questions
Skip for: Trivial changes, simple questions, exploratory coding
Based on Meta's Chain-of-Verification research, which demonstrated 28% improvement in factual accuracy through independent verification.
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
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 claim