/ds-plan
Plan a feature against a design system before any code is written. Takes a ticket, spec, or design plus the conformance manifest, decomposes the feature into every UI element (including the states designs never draw), and classifies each one as covered by an existing component,
$ npx -y skills add igloude/ds-skills --skill ds-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ds-plan
Context preview
The summary Claude sees to decide when to auto-load this skill.
Plan a feature against a design system before any code is written. Takes a ticket, spec, or design plus the conformance manifest, decomposes the feature into every UI element (including the states designs never draw), and classifies each one as covered by an existing component,
Police large volumes of AI-generated frontend work for design-system adherence, plan features against the system before they're built, and audit the design system itself so it can be policed. The idea: generation is cheap, the bottleneck is judgment.
Repo: igloude/ds-skills
Other skills on ds-skills.
- /ds-doctor
Audit a design system itself โ its component documentation, token completeness, usage guidelines, deprecation hygiene, and machine-readable surface โ for whether it can actually be enforced, then generate the conformance manifest (ds/MANIFEST.md + ds/tokens.json) that generating
Open skill - /ds-drift
Review code โ especially AI-generated work โ for conformance to a design system. Runs as a gate on the current branch or PR, a batch review across parallel agent branches, or a full-repo sweep. Finds hand-rolled duplicates of DS components, token violations (hallucinated tokens,
Open skill

