Agent Skills
› Owl-Listener/designer-skills
› card-sort-analysis
card-sort-analysis
GitHub分析卡片分类研究结果,识别常见分组模式和命名惯例,生成相似性矩阵,基于用户心智模型推荐信息架构结构,标记歧义项并建议后续步骤。
Trigger Scenarios
提供卡片分类数据文件
需要优化网站导航结构
进行用户体验研究分析
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


