From paradigm
Run a comprehensive health check on the Paradigm setup. Use when something seems wrong, after major changes, or when the user says "check paradigm health", "paradigm doctor", or "is paradigm set up correctly".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paradigm:doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running a comprehensive health check on the project's Paradigm setup.
You are running a comprehensive health check on the project's Paradigm setup. Check everything systematically and report findings with clear fix actions.
Config exists: !ls .paradigm/config.yaml 2>/dev/null
Portal exists: !ls portal.yaml 2>/dev/null
Scan index: !ls -l .paradigm/scan-index.json 2>/dev/null
Lore entries: !ls .paradigm/lore/entries/ 2>/dev/null
Call paradigm_status to get the high-level view:
.paradigm/ exists)If Paradigm is not initialized, stop here and suggest /paradigm:init.
Call paradigm_purpose_validate to check all .purpose files for:
Record each issue found.
Use the Glob tool to check if portal.yaml exists.
If it exists:
description and check expressionIf it doesn't exist:
\.(get|post|put|patch|delete)\s*\( in *.ts, *.js, *.py, *.rs, *.goUse Glob to find all source directories that contain code files but no .purpose
file in their path:
**/*.ts, **/*.js, **/*.py, **/*.rs (source files)**/.purpose (purpose files).purposeCall paradigm_navigate with intent "explore" and target "aspects" to find all
defined aspects. For each aspect that has anchors:
Use Glob to check if .paradigm/lore/ directory exists:
entries/ subdirectory existsIf no lore directory and the project has substantial history (check git log count), suggest setting up lore tracking.
Use Glob to check if .sentinel.yaml exists:
Present findings as a structured health report:
Paradigm Health Report
======================
Overview:
Status: initialized / not initialized
Symbols: X components, Y flows, Z gates, W signals, V aspects
Checks:
[PASS/FAIL] .purpose file validity
[PASS/FAIL] Portal authorization coverage
[PASS/FAIL] Source directory .purpose coverage
[PASS/FAIL] Aspect anchor integrity
[INFO] Lore: X entries / not configured
[INFO] Sentinel: configured / not configured
Issues Found: N
1. [description] → Fix: [action]
2. [description] → Fix: [action]
...
Recommendations:
- [ordered by priority]
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub ascend42/a-paradigm --plugin paradigm