Add Choose UI skill - #1547
Open
오재원 (ProgWon) wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem it solves
Claude can produce polished interfaces while selecting the wrong interaction model. Choose UI classifies the user's intent first, then chooses one interaction pattern from real constraints such as option growth, comparison need, effect timing, platform, and accessibility.
Who uses this workflow
Product designers, frontend engineers, design-system teams, and AI coding-agent users reviewing or implementing forms, filters, settings, view switches, actions, and navigation.
Attribution and evidence
The decision framework and wording are original. It synthesizes and links primary guidance from SEED, GOV.UK Design System, Carbon, Apple HIG, WAI-ARIA APG, and WCAG rather than copying their documentation.
Example
For a checkout shipping method with exactly one available value that must still be submitted, a baseline Claude Code run recommended a single pre-selected radio button. With Choose UI loaded, Claude recognized there was no user choice and recommended read-only confirmation text backed by a submitted form value. The repository publishes the same prompt, run conditions, and unedited outputs.
Validation