Validate all plugin components are working correctly (agents, hooks, commands)
Validates all plugin components (8 agents, 12 hooks, 8 commands) and checks for marketplace updates. Use after installation or updates to verify the plugin is functioning correctly.
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devPYTHONPATH=. python "$(dirname "$0")/../hooks/health_check.py"
Validates all autonomous-dev plugin components to ensure the system is functioning correctly.
/health-check
Time: < 5 seconds Scope: All plugin components (agents, hooks, commands)
Validates 3 critical component types:
Agents (8 active agents - Issue #147)
Hooks (12 core automation hooks - Issue #144)
Commands (8 active commands)
Marketplace Version (optional)
Running plugin health check...
============================================================
PLUGIN HEALTH CHECK REPORT
============================================================
Agents: 8/8 loaded
doc-master .................... PASS
implementer ................... PASS
issue-creator ................. PASS
planner ....................... PASS
researcher-local .............. PASS
reviewer ...................... PASS
security-auditor .............. PASS
test-master ................... PASS
Hooks: 12/12 executable
auto_format.py ................ PASS
auto_test.py .................. PASS
enforce_file_organization.py .. PASS
enforce_pipeline_complete.py .. PASS
enforce_tdd.py ................ PASS
security_scan.py .............. PASS
unified_pre_tool.py ........... PASS
unified_prompt_validator.py ... PASS
unified_session_tracker.py .... PASS
validate_claude_alignment.py .. PASS
validate_command_file_ops.py .. PASS
validate_project_alignment.py . PASS
Commands: 8/8 present
/advise ....................... PASS
/align ........................ PASS
/auto-implement ............... PASS
/batch-implement .............. PASS
/create-issue ................. PASS
/health-check ................. PASS
/setup ........................ PASS
/sync ......................... PASS
Marketplace: N/A | Project: N/A | Status: UNKNOWN
============================================================
OVERALL STATUS: HEALTHY
============================================================
All plugin components are functioning correctly!
Running plugin health check...
============================================
PLUGIN HEALTH CHECK REPORT
============================================
Agents: 7/8 loaded
doc-master .................. PASS
implementer ................. FAIL (file missing: implementer.md)
[... other agents ...]
Commands: 7/8 present
/sync ....................... FAIL (file missing)
[... other commands ...]
============================================
OVERALL STATUS: DEGRADED (2 issues found)
============================================
Issues detected:
1. Agent 'implementer' missing
2. Command '/sync' missing
Action: Run /sync --marketplace to reinstall
/setup - Interactive setup wizard/align - Validate PROJECT.md alignment/sync - Sync plugin filesValidates plugin component integrity with pass/fail status for each component.