Documentation
README
Council of Experts — Multi-Model Validation
When to Auto-Trigger
Plans (auto_validate_plans)
When you write a plan to ~/.claude/plans/, automatically validate it:
~/bin/validate-plan --threshold 2 ~/.claude/plans/<plan-file>.md
- 2+ of 3 approve → execute immediately
- 1 of 3 → surface reviewer feedback to user before proceeding
- 0 of 3 → revise plan, re-validate
Architecture Decisions (auto_review_architecture)
When making architectural changes (new services, API redesigns, database schema changes), run:
~/bin/review --all "Review this architecture: <summary>"
PR Review (auto_review_prs)
Before marking a PR as done, run:
~/bin/review --all --file <changed-files>
Configuration
This is the opening of the README. Read the full README on GitHub.