framework_health_check

Diagnose cc-sessions framework health across DISCUSS, ALIGN, IMPLEMENT, and CHECK modes.

2|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework_health_check
Source: https://github.com/grandinh/claude-chaos-express/tree/main/.claude/skills/framework_health_check
Command: npx skills add https://github.com/grandinh/claude-chaos-express --skill framework-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensuring the core cc-sessions framework is functioning correctly can be complex, requiring checks across multiple components. This Skill automates comprehensive health checks to validate system integrity, saving you manual diagnostic time.

Core Features & Use Cases

  • Comprehensive Validation: Tests critical components like write-gating, state persistence, skill precedence, LCMP freshness, and handoff log structure.
  • Issue Reporting: Provides clear pass/fail status for each check and suggests REPAIR- tasks for detected failures, guiding you to solutions.
  • Analysis-Only: Reports health status and recommendations without making any modifications to the framework, ensuring a safe diagnostic process.
  • Use Case: Before starting a new development task, run a full framework health check to quickly verify that write-gating is enforced, state is valid, and all skills are loading correctly.

Quick Start

Run a full framework health check to validate all core functionalities.

Frequently Asked Questions about framework_health_check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate that my cc-sessions framework is working correctly?

Run a framework health check to validate write-gating, state persistence, skill precedence, LCMP freshness, and handoff log structure. The Skill tests these components across DISCUSS, ALIGN, IMPLEMENT, and CHECK modes and returns structured pass/fail statuses with actionable repair recommendations.

What does write-gating mean and why should I check it?

Write-gating controls when the framework permits state modifications. Health checks verify write-gating is enforced correctly to prevent unauthorized or out-of-order writes, ensuring framework integrity and predictable state transitions.

Can I run framework diagnostics without modifying my system?

Yes. This Skill operates in analysis-only mode, reporting health status and repair recommendations without making any modifications to the framework, ensuring safe diagnostic and troubleshooting workflows.

When should I run a framework health check?

Run a full health check before starting a new development task or when troubleshooting unexpected framework behavior. It quickly verifies write-gating enforcement, state validity, skill loading, and log structure integrity.

What happens if the health check finds issues?

The Skill outputs clear pass/fail statuses for each component tested. Failed checks include actionable REPAIR recommendations that guide you toward solutions for detected framework problems.

Does this health check validate handoff logs and LCMP state?

Yes. The health check tests handoff log structure and LCMP freshness as part of comprehensive validation, ensuring both components meet expected integrity standards and data consistency requirements.