Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.3 KB

File metadata and controls

61 lines (37 loc) · 1.3 KB

Variant Map

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.

Available variants

backend

  • command: /check-api
  • focus: API changes, migrations, service behavior

consulting

  • command: /client-update
  • focus: scoped delivery, handoff, communication

data

  • command: /check-data
  • focus: schema changes, pipelines, downstream impact

frontend

  • command: /check-ui
  • focus: UI quality, states, accessibility, user-visible changes

release-engineering

  • command: /release-readiness
  • focus: rollout steps, rollback safety, monitoring, operational risk

security

  • command: /threat-model
  • focus: trust boundaries, abuse paths, auth and secret-handling risk

support-triage

  • command: /triage-ticket
  • focus: reproduction, investigation, ticket-driven work

Install example

node scripts/install.mjs /path/to/your-project --variant frontend

Combined example:

node scripts/install.mjs /path/to/your-project --variant frontend --variant consulting

See docs/variants.md for the longer guide.