Help us improve
Share bugs, ideas, or general feedback.
From quorum
Generates project documents in PDF (read/create/merge/OCR), PPTX, DOCX from markdown/JSON, interactive HTML, and reports with Mermaid diagrams for architecture, metrics, timelines, and risks.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/protocols/exportThe summary Claude sees when deciding whether to delegate to this agent
Generate project documents in various formats. | Format | Description | Scripts | References | |--------|-------------|---------|------------| | `pdf` | PDF read/create/merge/split/form/OCR | `scripts/export/pdf/` | `references/export/pdf/` | | `pptx` | PowerPoint with design rules, pptxgenjs | `scripts/export/pptx/` | `references/export/pptx/` | | `docx` | Word from markdown/JSON | `scripts/ex...
Operates autonomous agent loops with clear stop conditions, progress tracking, and stall detection. Intervenes safely when loops stall or fail repeatedly.
Share bugs, ideas, or general feedback.
Generate project documents in various formats.
| Format | Description | Scripts | References |
|---|---|---|---|
pdf | PDF read/create/merge/split/form/OCR | scripts/export/pdf/ | references/export/pdf/ |
pptx | PowerPoint with design rules, pptxgenjs | scripts/export/pptx/ | references/export/pptx/ |
docx | Word from markdown/JSON | scripts/export/docx/ | references/export/docx/ |
html | Interactive HTML report, dark/light mode | scripts/export/html/ | references/export/html/ |
report | Project completion report with diagrams | — | — |
Key tools: pypdf, pdfplumber, reportlab, qpdf. Read references/export/pdf/reference.md for detailed patterns.
Key tools: pptxgenjs (Node.js), python-pptx. Read references/export/pptx/pptxgenjs.md.
Design rules: professional palette, title 28pt+, body 18pt+, max 6 bullets per slide.
Key tools: python-docx, pandoc. Script: scripts/export/docx/create_docx.py.
Single self-contained HTML with dark/light mode, sidebar TOC, syntax highlighting, mermaid rendering. Script: scripts/export/html/md_to_html.py.
| Section | Content | Visual |
|---|---|---|
| Executive Summary | Goals, scope, outcome | Mermaid timeline |
| Architecture | System structure | Mermaid architecture |
| Quality Metrics | CQ/T/CC/CL/S/I/FV/CV | Mermaid radar |
| Track Status | WB completion, verdicts | Mermaid gantt |
| Risk & Residual | Known issues, deferred | Table |
| Learnings | Auto-learn patterns | Bullet list |
quorum tool audit_history
quorum tool rtm_parse
quorum tool coverage_map
quorum tool contract_drift
After report markdown, chain with --pdf, --pptx, --docx, --html for format conversion.