From composure
Detects project tech stack and generates Composure config (.composure/no-bandaids.json), task queue, and framework reference docs. Run once per project to bootstrap.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureThis skill uses the workspace's default tool permissions.
Bootstrap Composure project-level configuration by detecting the tech stack, querying up-to-date framework patterns, and generating appropriate configs.
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.
Bootstrap Composure project-level configuration by detecting the tech stack, querying up-to-date framework patterns, and generating appropriate configs.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure initialize {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 00-scope-detection.md |
| 2 | 01-context-health.md |
| 3 | 02-mcp-setup.md |
| 4 | 03-companion-triage.md |
| 5 | 04-detect-stack.md |
| 6 | 05-extensions-skip-patterns.md |
| 7 | 06-context7-setup.md |
| 8 | 07a-context7-folders.md |
| 9 | 07b-context7-query-loop.md |
| 10 | 08-generate-config.md |
| 11 | 09-build-graph.md |
| 12 | 10-task-queue.md |
| 13 | 11-report.md |
| 14 | 12-claude-md-offer.md |