Internal codebase audit for architecture understanding, technical debt assessment, and dependency analysis
Conducts a comprehensive codebase audit analyzing architecture, dependencies, and technical debt. Use when onboarding to a new project or assessing code quality before major changes. Generates detailed documentation including architecture maps, dependency analysis, and tech debt reports.
/plugin marketplace add avovello/cc-plugins/plugin install audit@cc-pluginsPurpose: Internal codebase audit for architecture understanding, technical debt assessment, and dependency analysis
Start 5 specialized agents in parallel:
Each agent operates independently and returns their findings.
Merge outputs from all agents:
Invoke documentation-generator with consolidated findings to create:
ARCHITECTURE.md - System architecture overviewCOMPONENTS.md - Component documentationDEPENDENCIES.md - Dependency analysisTECHNICAL_DEBT.md - Tech debt assessmentAUDIT_REPORT.md - Complete audit summaryCreate final summary report highlighting:
The audit produces:
audit-output/
├── ARCHITECTURE.md
├── COMPONENTS.md
├── DEPENDENCIES.md
├── TECHNICAL_DEBT.md
└── AUDIT_REPORT.md
Each file contains structured, actionable information about YOUR codebase.
/audit "target/directory"
Or for full codebase:
/audit