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


