Skip to content
Development
Command

/drift-check

Detect where teams are diverging from the system

shell
$ npx -y skills add murphytrueman/design-system-ops --agent claude-code

Ships with design-system-ops. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/drift-check

Context preview

What this command does when you run it.

Detect where teams are diverging from the system

Command definition

drift-check.md
description: Detect where teams are diverging from the system
allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(diff:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(sort:*), Bash(tail:*), Bash(wc:*)

Run the drift-detection skill to identify where consuming teams are diverging from the design system.

Load the drift-detection skill from ${CLAUDE_PLUGIN_ROOT}/skills/drift-detection/SKILL.md and follow its complete workflow.

Before starting, read the knowledge notes declared in the skill's frontmatter `references:` field, located in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/.

Classify every drift instance into one of five categories: A (intentional divergence), B (version lag), C (accidental drift), D (misunderstanding), E (system gap). Apply severity weighting based on component criticality (Step 4a).

For each classification, provide the recommendation path routing to the appropriate next skill: A→decision-record, B→deprecation-process, C→design-to-code-check, D→change-communication, E→contribution-workflow.

If the user provides specific files or teams to check as an argument, focus on those: $ARGUMENTS

Read it on GitHub ↗
Ships withdesign-system-ops

Claude Code skills for the work that keeps a design system alive.

Get the whole plugin, auto-invoked
Stats
151
Stars
0
Views
7
Forks
Maintained
Maintenance
HTML
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: murphytrueman/design-system-ops