From quorum
Generates project onboarding guides by synthesizing code maps, dependency graphs, and documentation coverage for a target directory. Provides suggested reading order for new contributors.
npx claudepluginhub berrzebb/quorum --plugin quorumGenerate project onboarding guide by synthesizing code_map + dependency_graph + doc_coverage results. | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--target` | string | ✓ | Directory to analyze | ```bash quorum tool ai_guide --target src/ ``` Synthesized overview combining: - Symbol map (from code_map) - Dependency structure (from dependency_graph) - Doc...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Generate project onboarding guide by synthesizing code_map + dependency_graph + doc_coverage results.
| Param | Type | Required | Description |
|---|---|---|---|
--target | string | ✓ | Directory to analyze |
quorum tool ai_guide --target src/
Synthesized overview combining: