From archcore
Reviews Archcore documentation health: compact dashboard (counts, status, relations, orphans) or deep audit (coverage gaps, staleness, relation health, recommendations).
npx claudepluginhub archcore-ai/plugin --plugin archcoreThis skill uses the workspace's default tool permissions.
Review Archcore documentation health. Default mode is a compact dashboard; `--deep` runs a full audit with prioritized recommendations.
Detects stale .archcore/ docs by cross-referencing git-tracked code changes, diffs, and relation graph cascades. Use after refactors, merges, or session staleness warnings.
Scans workspace for all documentation sources, assesses accuracy/freshness/completeness/discoverability, identifies knowledge gaps and risks. Triggered by doc existence, assessment, or gap queries.
Generates reports on architecture documentation health including ADR counts, reviews, recalibration status, team size, activity levels, and gaps. Use for status queries or health checks.
Share bugs, ideas, or general feedback.
Review Archcore documentation health. Default mode is a compact dashboard; --deep runs a full audit with prioritized recommendations.
--deepNot review:
/archcore:capture, /archcore:plan, /archcore:decide/archcore:context/archcore:context/archcore:actualize| Signal | Mode | Scope |
|---|---|---|
| No arguments | → short dashboard | All documents |
--deep | → full audit | All documents |
--deep <category|tag|type> | → full audit, filtered | Filter applied |
<category|tag|type> (no --deep) | → full audit, filtered | Same as --deep <filter> |
The dashboard is project-wide by design — it doesn't take filters. Any non-flag argument implies the user wants more than counts, so route to deep mode.
Call mcp__archcore__list_documents and mcp__archcore__list_relations. If a filter argument is present, apply it in-memory to the document list before analysis.
Output the four tables, then a one-line issues summary. Data only, no analysis.
Documents by Category
| Category | Count |
|---|---|
| Vision | n |
| Knowledge | n |
| Experience | n |
| Total | n |
Documents by Status
| Status | Count |
|---|---|
| draft | n |
| accepted | n |
| rejected | n |
Documents by Type — list each type with count, skip types with 0.
Relations
| Type | Count |
|---|---|
| related | n |
| implements | n |
| extends | n |
| depends_on | n |
Issues — orphaned documents (no relations), high draft count. One line each, no explanations.
End with: For a full audit with recommendations, run /archcore:review --deep.
--deep or any non-flag arg): Analyze and reportCheck for:
Coverage gaps:
Staleness:
draft that may need accepted or rejectedRelation health:
implements to a PRDimplements to requirementsTag hygiene:
Report with these sections:
Short mode: compact dashboard, data only. Deep mode: actionable report with prioritized fixes — findings and recommendations only, no verbose analysis.