What problem does it solve?
Creating or modifying components in the SEED Design System requires coordinating many layers—Rootage tokens, Qvism recipes, headless logic, styled UI, registry snippets, docs, and examples—across both React and Lynx runtimes. This Skill routes that work through the correct decision gates so nothing is missed or over-built.
Core Features & Use Cases
- Component workflow routing: Classifies requests as existing-component changes, new components, or docs/Storybook-only work, then applies only the relevant references and sibling skills.
- Platform and delivery gating: Determines target platform (react, lynx, cross-platform) and delivery surface (package-only, snippet-only, package+snippet, docs-only) before any file is written.
- Scaffold planning script: Generates a read-only file plan distinguishing source, reference, and generated files, and flags conflicts with existing implementations.
- Use Case: When asked to add a new Toggle component for Lynx with controlled state, the Skill checks the component map, selects Lynx patterns and accessibility attributes, plans the minimal file set, and connects implementation to verification, changeset, and PR preparation.
Quick Start
Ask the assistant to create a new SEED component or modify an existing one, for example: add a cross-platform SegmentedControl component with shared tokens and separate React and Lynx documentation.