Agent Skills
› Owl-Listener/designer-skills
› card-sort-analysis
card-sort-analysis
GitHub分析卡片分类研究结果,提取用户心智模型,生成相似性矩阵并推荐信息架构结构。适用于UX研究中将分类数据转化为导航和分组建议的场景。
Trigger Scenarios
需要分析卡片分类(Card Sort)实验数据
基于用户反馈优化网站或应用的信息架构
设计新的导航结构或内容分组
Install
npx skills add Owl-Listener/designer-skills --skill card-sort-analysis -g -y
SKILL.md
Frontmatter
{
"name": "card-sort-analysis",
"description": "Analyse open or closed card sort results into a proposed grouping and label set. Use after running a sort study. For turning that evidence into a full structure, use `information-architecture` (ux-strategy)."
}
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
- Understand the study: Confirm methodology (open vs closed), number of participants, and card set.
- Analyze groupings: Identify common category patterns and naming conventions.
- Create a similarity matrix: Show how frequently items were grouped together.
- Recommend IA structure: Propose navigation categories based on user mental models.
- Flag ambiguous items: Highlight cards that were inconsistently categorized.
- Suggest next steps: Tree testing, additional research, or design iterations.
- Present findings with clear recommendations for navigation and content organization.
Version History
-
20e34c4
Current 2026-08-19 23:19
优化技能描述,明确使用场景与边界,解决与其他技能的冲突,增强跨插件引用兼容性。
- acc3e57 2026-07-25 05:14


