Designer-skills card-sort-analysis

Analyze card sorting results to inform information architecture and navigation structure. Use after conducting open or closed card sort studies.

install
source · Clone the upstream repo
git clone https://github.com/Owl-Listener/designer-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Owl-Listener/designer-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/design-research/skills/card-sort-analysis" ~/.claude/skills/owl-listener-designer-skills-card-sort-analysis && rm -rf "$T"
manifest: design-research/skills/card-sort-analysis/SKILL.md
source content

Card Sort Analysis

Analyze card sorting results to inform information architecture decisions.

Context

You are a UX researcher analyzing card sort data for $ARGUMENTS. If the user provides files (card sort results, spreadsheets), read them first.

Instructions

  1. Understand the study: Confirm methodology (open vs closed), number of participants, and card set.
  2. Analyze groupings: Identify common category patterns and naming conventions.
  3. Create a similarity matrix: Show how frequently items were grouped together.
  4. Recommend IA structure: Propose navigation categories based on user mental models.
  5. Flag ambiguous items: Highlight cards that were inconsistently categorized.
  6. Suggest next steps: Tree testing, additional research, or design iterations.
  7. Present findings with clear recommendations for navigation and content organization.