verify-cuj
仓库创建 2026年7月4日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
把体验规范变成可执行的验收测试,方便 Converge 阶段判定。
这个 Skill 做什么
根据 DESIGN.md 中的 CUJ 对生成版本逐条测试并输出逐点的通过/失败与证据。
把生成的版本按 DESIGN.md 里定义的关键用户旅程(CUJ)一条条跑通,检查每个触点是通过还是失败,并把能说明结论的证据记录下来。适合在收敛(Converge)阶段用来做验收判断,确认变体能不能完成用户目标。特别之处是输出结构化的逐 CUJ、逐触点的通过/失败与证据,便于 UX 审核或并行评审使用。
▸ 展开 SKILL.md 英文原文
Test a generated variant against the Critical User Journeys defined in DESIGN.md. Produces pass/fail per CUJ, per touchpoint, with evidence. Use when verifying at the Converge phase. Trigger phrases include "verify CUJ", "does it complete the journey", "CUJ pass", "stopping condition", "goal check", "go/no-go", "MEMORY.md".
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/carlsz/ux-agent-skills/main/skills/verify-cuj/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/carlsz/ux-agent-skills/main/skills/verify-cuj/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# verify-cuj ## Overview This skill tests a generated variant against the Critical User Journeys defined in `DESIGN.md`. It produces a structured pass/fail report per CUJ, per touchpoint, with evidence. The report is what the `ux-reviewer` persona returns to `/ux-review` (single-perspective) or to `/ux-ship` (parallel fan-out with two other auditors). The skill operates in the **Converge** phase of Context Kaizen. ## When to use - Verifying a variant against `DESIGN.md`'s CUJs. - Any time a `/goal` stopping condition needs to be evaluated. - Do **not** use this skill for accessibility scoring (that is `accessibility-auditor` with `web-quality-audit`) or performance scoring (`performance
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有