|
1 | | -# Quorum Documentation Index |
| 1 | +# Quorum Documentation |
| 2 | + |
| 3 | +Everything you need to use, configure, and extend Quorum. |
| 4 | + |
| 5 | +--- |
2 | 6 |
|
3 | 7 | ## Getting Started |
4 | | -- **[INSTALLATION.md](INSTALLATION.md)** — Setup, dependencies, and first run |
5 | | -- **[TUTORIAL.md](TUTORIAL.md)** — Step-by-step walkthrough |
6 | | -- **[FOR_BEGINNERS.md](FOR_BEGINNERS.md)** — What Quorum does and why, for newcomers |
7 | | -- **[CONFIG_REFERENCE.md](CONFIG_REFERENCE.md)** — Depth profiles, model tiers, and all configuration options |
8 | | - |
9 | | -## Architecture & Design |
10 | | -- **[THE_NINE.md](THE_NINE.md)** — The nine-agent target architecture |
11 | | -- **[IMPLEMENTATION.md](IMPLEMENTATION.md)** — Current implementation status and technical details |
12 | | -- **[MODEL_REQUIREMENTS.md](MODEL_REQUIREMENTS.md)** — Why Quorum needs capable models and what "Tier 1/Tier 2" means |
13 | | -- **[CROSS_ARTIFACT_DESIGN.md](CROSS_ARTIFACT_DESIGN.md)** — Phase 2 cross-artifact consistency validation |
14 | | - |
15 | | -## Security & Code Quality Frameworks |
16 | | -- **[SECURITY_CRITIC_FRAMEWORK.md](SECURITY_CRITIC_FRAMEWORK.md)** — SEC-01 through SEC-14: the full security critic rule set |
17 | | -- **[SEC02_BUSINESS_LOGIC_VALIDATION.md](SEC02_BUSINESS_LOGIC_VALIDATION.md)** — Business logic validation workflow (requirements → critic path, threat_context integration) |
18 | | -- **[CODE_HYGIENE_FRAMEWORK.md](CODE_HYGIENE_FRAMEWORK.md)** — Code quality rules grounded in ISO 25010:2023 and CISQ |
19 | | -- **[POWERSHELL_COVERAGE.md](POWERSHELL_COVERAGE.md)** — Honest assessment of PowerShell SAST coverage (~70%) and landscape gaps |
20 | | - |
21 | | -## Building Rubrics |
22 | | -- **[RUBRIC_BUILDING_GUIDE.md](RUBRIC_BUILDING_GUIDE.md)** — How to create domain-specific rubrics for Quorum |
23 | | - |
24 | | -## Project |
25 | | -- **[CHANGELOG.md](CHANGELOG.md)** — Release history |
26 | | -- **[EXTERNAL_REVIEWS.md](EXTERNAL_REVIEWS.md)** — Independent evaluations of Quorum's architecture |
27 | | -- **[DOCUMENTATION_STANDARDS.md](DOCUMENTATION_STANDARDS.md)** — Standards for Quorum's own documentation |
28 | | -- **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** — Community guidelines |
| 8 | + |
| 9 | +| Doc | Description | |
| 10 | +|-----|-------------| |
| 11 | +| [Quick Start](getting-started/QUICK_START.md) | Your first validation in 60 seconds | |
| 12 | +| [Installation](getting-started/INSTALLATION.md) | Detailed setup, dependencies, and troubleshooting | |
| 13 | +| [For Beginners](getting-started/FOR_BEGINNERS.md) | New to AI agent tooling? Start here | |
| 14 | +| [Tutorial](getting-started/TUTORIAL.md) | Walkthrough of a full validation workflow | |
| 15 | +| [Model Requirements](getting-started/MODEL_REQUIREMENTS.md) | Which models work with Quorum and why | |
| 16 | + |
| 17 | +## Configuration |
| 18 | + |
| 19 | +| Doc | Description | |
| 20 | +|-----|-------------| |
| 21 | +| [Config Reference](configuration/CONFIG_REFERENCE.md) | Every config option, rubric format, and CLI flag | |
| 22 | + |
| 23 | +## Guides |
| 24 | + |
| 25 | +| Doc | Description | |
| 26 | +|-----|-------------| |
| 27 | +| [Rubric Building Guide](guides/RUBRIC_BUILDING_GUIDE.md) | How to build rubrics for new domains step by step | |
| 28 | +| [Cross-Artifact Design](guides/CROSS_ARTIFACT_DESIGN.md) | Checking consistency between related files | |
| 29 | + |
| 30 | +## Architecture |
| 31 | + |
| 32 | +| Doc | Description | |
| 33 | +|-----|-------------| |
| 34 | +| [SPEC.md](../SPEC.md) | Full architectural specification | |
| 35 | +| [The Nine Critics](architecture/THE_NINE.md) | The critic architecture — what each one does and why | |
| 36 | +| [Implementation Notes](architecture/IMPLEMENTATION.md) | Technical decisions and internals | |
| 37 | + |
| 38 | +## Critics — Deep Dives |
| 39 | + |
| 40 | +| Doc | Description | |
| 41 | +|-----|-------------| |
| 42 | +| [Security Critic Framework](critics/SECURITY_CRITIC_FRAMEWORK.md) | OWASP ASVS 5.0, CWE Top 25, NIST SA-11 coverage | |
| 43 | +| [Code Hygiene Framework](critics/CODE_HYGIENE_FRAMEWORK.md) | ISO 25010:2023, CISQ quality model | |
| 44 | +| [Tester Critic Brief](critics/TESTER_CRITIC_BRIEF.md) | L1 deterministic + L2 LLM claim verification | |
| 45 | +| [Business Logic Validation](critics/SEC02_BUSINESS_LOGIC_VALIDATION.md) | SEC-02 workflow for business logic review | |
| 46 | +| [Evidence Integrity](critics/SEC03_EVIDENCE_INTEGRITY.md) | SEC-03 evidence grounding and integrity | |
| 47 | +| [Pipeline Resilience](critics/SEC05_PIPELINE_RESILIENCE.md) | SEC-05 crash recovery and fault tolerance | |
| 48 | +| [Rubric Framework](critics/SEC06_RUBRIC_FRAMEWORK.md) | SEC-06 rubric architecture and extensibility | |
| 49 | +| [Self-Validation Convergence](critics/SEC07_SELF_VALIDATION_CONVERGENCE.md) | SEC-07 Quorum validating itself | |
| 50 | +| [PowerShell Coverage](critics/POWERSHELL_COVERAGE.md) | PSScriptAnalyzer integration details | |
| 51 | + |
| 52 | +## Reviews & Research |
| 53 | + |
| 54 | +| Doc | Description | |
| 55 | +|-----|-------------| |
| 56 | +| [External Reviews](reviews/EXTERNAL_REVIEWS.md) | Independent evaluations of Quorum by other models | |
| 57 | +| [Changelog](CHANGELOG.md) | Version history and release notes | |
| 58 | +| [Code of Conduct](CODE_OF_CONDUCT.md) | Community guidelines | |
| 59 | + |
| 60 | +## Platform Ports |
| 61 | + |
| 62 | +Quorum runs natively in other agent platforms: |
| 63 | + |
| 64 | +| Port | Description | |
| 65 | +|------|-------------| |
| 66 | +| [Copilot CLI](../ports/copilot-cli/) | GitHub Copilot skill — stdlib-only pre-screen + 5 LLM critics | |
| 67 | +| [Claude Code](../ports/claude-code/) | Claude Code subscription — zero API cost validation | |
| 68 | + |
| 69 | +## Contributing |
| 70 | + |
| 71 | +→ [CONTRIBUTING.md](../CONTRIBUTING.md) |
| 72 | + |
| 73 | +We especially welcome rubric contributions for new domains. |
0 commit comments