From composure
Opens code review graph visualization in browser as self-contained HTML file. Regenerates if graph updated since last generation. No dev server needed.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureThis skill uses the workspace's default tool permissions.
Open the standalone graph visualization in the browser. No dev server needed — the visualization is a self-contained HTML file.
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.
Open the standalone graph visualization in the browser. No dev server needed — the visualization is a self-contained HTML file.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure view-graph {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.