From composure
Runs full diagnostic on Composure installation and project setup, checking plugin version, auth, hook integrity, binaries, graph state, companions, tasks, and remediation commands. Outputs status table or JSON.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureThis skill uses the workspace's default tool permissions.
Run a full diagnostic of the Composure installation and project setup. This skill is self-contained — no API calls needed.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Run a full diagnostic of the Composure installation and project setup. This skill is self-contained — no API calls needed.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure health {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File | Purpose |
|---|---|---|
| 01 | 01-plugin-manifests.md | Plugin version + manifest validation |
| 02 | 02-hook-integrity.md | SHA-256 verification of installed hooks |
| 03 | 03-fetch-binaries.md | Verify CLI binaries present + executable |
| 04 | 04-cortex-state.md | Cortex + graph database state (includes Decision 19 path detection) |
| 05 | 05-auth-state.md | Authentication status (read-only, never prompts) |
| 06 | 06-remediate.md | Present fix-up commands for any detected drift |
Execute all 6 steps in order. Do NOT skip checks — run all of them even if earlier ones fail. After all steps, present results in the standard status table format. If --json is provided, output JSON instead.