Variants are small overlays for common working styles.
Each variant currently adds:
- one workflow-specific
CLAUDE.md - one extra project command
You can combine variants during install. If two variants write the same path, the later one overrides the earlier one.
- command:
/check-api - focus: API changes, migrations, service behavior
- command:
/client-update - focus: scoped delivery, handoff, communication
- command:
/check-data - focus: schema changes, pipelines, downstream impact
- command:
/check-ui - focus: UI quality, states, accessibility, user-visible changes
- command:
/release-readiness - focus: rollout steps, rollback safety, monitoring, operational risk
- command:
/threat-model - focus: trust boundaries, abuse paths, auth and secret-handling risk
- command:
/triage-ticket - focus: reproduction, investigation, ticket-driven work
node scripts/install.mjs /path/to/your-project --variant frontendCombined example:
node scripts/install.mjs /path/to/your-project --variant frontend --variant consultingSee docs/variants.md for the longer guide.