Community Skill: Triple AI Validation for OpenSpec #528
jasonKRR
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎯 What I Built
A Claude Code skill that adds Triple AI validation to OpenSpec workflows, combining Claude's decision-making with Gemini's technical review capabilities.
✨ Features
Confidence-Based Routing
Not every task needs full validation. The skill intelligently routes based on complexity:
Two Workflow Loops
Proposal Loop (10 steps) - Design review before implementation
proposal.md,design.md,tasks.mdApply Loop (9 steps) - TDD code implementation
🏗️ Architecture
Claude (60%) - Author + Final Decision + Orchestrator
│
├── Gemini Reviewer (20%) - Technical Validation
│ └── Feasibility, Security, Clean Architecture
│
└── Gemini Challenger (20%) - Creative Alternatives
└── Conviction scores, Hidden assumptions
📦 Repository
👉 https://github.com/jasonKRR/openspec-triple-ai-skill
Installation
Beta Was this translation helpful? Give feedback.
All reactions