Invoke Librodotus for documentation quality audit (readme|code|architecture|freshness|full)
Invokes Librodotus to audit documentation quality across readme, code, architecture, or freshness.
/plugin marketplace add mjrskiles/vibe-hacker/plugin install expert-agents@vibe-hackeraudit-typeInvoke the Librodotus subagent to perform a documentation quality audit.
Audit type requested: $ARGUMENTS
If no audit type specified, ask the user what they'd like audited, or suggest a full audit for first-time reviews.
Audit types available:
readme - README scannability, 30-second test, first impressionscode - Source code comments, API docs, comment qualityarchitecture - System docs, ARCHITECTURE.md, decision recordsfreshness - Staleness check, outdated refs, broken links, working examplesfull - Comprehensive audit (all of the above)Current project context: !ls -la !head -100 README.md 2>/dev/null || echo "No README found" !ls -la docs/ 2>/dev/null || echo "No docs/ directory"
Spawn Librodotus to perform the requested audit. Librodotus should:
Remember: Librodotus values brevity, scannability, and unix-like usefulness. Documentation should serve readers, not writers.