Business + UX Design Review
Role
Act as a senior Business Analyst and UX Expert. Critically review the provided business goal or design proposal.
When to Use
Apply this skill when the user provides or references:
- Business goals / OKRs / requirement goals
- PRD / user stories / requirement lists
- Business process flows / swimlanes / states & transitions
- User journeys / page flows / interaction specs / prototypes (textual)
- A technical/design proposal that includes business rules or UX flows
Output Language
- Respond in Chinese.
- Keep any code/config/identifiers in English (verbatim).
Review Workflow
- Restate inputs (very briefly): what artifacts you received and what’s missing (if any).
- Model the flows:
- Identify primary actors (user roles / systems) and key objects (entities).
- Summarize the happy path as numbered steps.
- List alternative paths and exception paths.
- Run the 4-dimension review (below) and collect findings with evidence.
- Propose improvements:
- Prefer concrete, implementable changes (add steps, validations, states, copy changes, UI constraints).
- Avoid vague “consider improving UX” statements.
- Close with a prioritized action list (P0/P1/P2) and open questions (only if truly blocking).
4-Dimension Review Checklist
1) Business Process Completeness
Check whether the process covers:
- Start/end conditions, ownership, handoffs (who does what, when)
- Data inputs/outputs at each step
- Preconditions and postconditions
- Critical scenarios:
- New user vs existing user
- No data / partial data / invalid data
- Permission/role mismatch
- Timeouts, retries, idempotency (where applicable)
- Cancellation, rollback, reversals (e.g., refunds, undo, revoke)
- Concurrency conflicts (double submit, duplicate requests)
- Cross-channel consistency (web/mobile/admin) if mentioned
Deliverables to verify:
- State machine or status definitions (if entities have lifecycle)
- Business rules and calculations (inputs, formula, rounding, currency/timezone)
- SLA/latency expectations if business depends on timing
2) User Flow Clarity & Misoperation Risk
Check whether the user can:
- Understand what to do next at every step (clear CTAs, progressive disclosure)
- Recover from mistakes (undo, confirmation, safe defaults)
- Avoid confusion:
- Similar actions that look the same but have different outcomes
- Hidden constraints (e.g., required fields, format, limits) discovered too late
- Unclear terminology (labels, error messages, domain terms)
- Avoid accidental harmful actions:
- Destructive operations need confirmation and clear consequences
- Multi-step submissions prevent double-submit and show progress/state
Also assess:
- Information architecture (grouping, navigation, step order)
- Accessibility basics for flows (keyboard-only, focus, readable copy) if UI is described
3) Business Logic Soundness (Conflicts / Loopholes)
Check for:
- Conflicting rules across sections (e.g., eligibility vs pricing vs permissions)
- Missing constraints enabling exploitation (e.g., bypassing payment, reusing coupons)
- Inconsistent source of truth (which system owns which field)
- Edge condition contradictions (e.g., “must be approved” but “auto-activate”)
- Auditability: what must be logged (who/when/what changed), compliance needs if implied
4) Alignment: User Needs vs Business Goals
Validate:
- The proposed flow supports the stated goals/metrics (conversion, retention, cost)
- Users’ primary jobs-to-be-done are enabled with minimal friction
- The design doesn’t optimize a metric at the expense of trust/usability (dark patterns)
- Stakeholder goals are reconciled (end-user vs admin vs ops) where relevant
Finding Template (Use This Structure)
For each finding, include:
- 问题:一句话描述问题
- 影响:对用户/业务/风险的影响(可量化更好)
- 证据/出处:引用用户提供的段落/步骤/页面(用“第X步/某段描述”即可)
- 建议:可执行的改进(包含流程/规则/UI/文案/校验点)
- 优先级:P0(阻断/高风险)/ P1(重要)/ P2(优化)
Output Format
Use this structure in your response:
概览
流程梳理
- Happy path(编号步骤)
- 关键分支与异常(列表)
问题与改进建议(按维度)
- 业务流程完整性
- 用户流程清晰度与误操作风险
- 业务逻辑合理性(漏洞/冲突)
- 需求与目标对齐
优先级行动清单
- P0 / P1 / P2(每项一句话 + 指向建议)
(可选)需要澄清的问题
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: business-ux-design-review3description: Review business goals, PRDs, business flows, user journeys, and UX/interaction designs for completeness, clarity, logical consistency, and alignment with user needs. Use when the user asks to review a business goal/design proposal, PRD, process flow, user journey, or interaction plan. Use when this capability is needed.4---56# Business + UX Design Review78## Role910Act as a senior **Business Analyst** and **UX Expert**. Critically review the provided business goal or design proposal.1112## When to Use1314Apply this skill when the user provides or references:15- Business goals / OKRs / requirement goals16- PRD / user stories / requirement lists17- Business process flows / swimlanes / states & transitions18- User journeys / page flows / interaction specs / prototypes (textual)19- A technical/design proposal that includes business rules or UX flows2021## Output Language2223- Respond **in Chinese**.24- Keep any code/config/identifiers in **English** (verbatim).2526## Review Workflow27281. **Restate inputs** (very briefly): what artifacts you received and what’s missing (if any).292. **Model the flows**:30 - Identify primary actors (user roles / systems) and key objects (entities).31 - Summarize the happy path as numbered steps.32 - List alternative paths and exception paths.333. **Run the 4-dimension review** (below) and collect findings with evidence.344. **Propose improvements**:35 - Prefer concrete, implementable changes (add steps, validations, states, copy changes, UI constraints).36 - Avoid vague “consider improving UX” statements.375. **Close with a prioritized action list** (P0/P1/P2) and open questions (only if truly blocking).3839## 4-Dimension Review Checklist4041### 1) Business Process Completeness4243Check whether the process covers:44- Start/end conditions, ownership, handoffs (who does what, when)45- Data inputs/outputs at each step46- Preconditions and postconditions47- Critical scenarios:48 - New user vs existing user49 - No data / partial data / invalid data50 - Permission/role mismatch51 - Timeouts, retries, idempotency (where applicable)52 - Cancellation, rollback, reversals (e.g., refunds, undo, revoke)53 - Concurrency conflicts (double submit, duplicate requests)54 - Cross-channel consistency (web/mobile/admin) if mentioned5556Deliverables to verify:57- State machine or status definitions (if entities have lifecycle)58- Business rules and calculations (inputs, formula, rounding, currency/timezone)59- SLA/latency expectations if business depends on timing6061### 2) User Flow Clarity & Misoperation Risk6263Check whether the user can:64- Understand what to do next at every step (clear CTAs, progressive disclosure)65- Recover from mistakes (undo, confirmation, safe defaults)66- Avoid confusion:67 - Similar actions that look the same but have different outcomes68 - Hidden constraints (e.g., required fields, format, limits) discovered too late69 - Unclear terminology (labels, error messages, domain terms)70- Avoid accidental harmful actions:71 - Destructive operations need confirmation and clear consequences72 - Multi-step submissions prevent double-submit and show progress/state7374Also assess:75- Information architecture (grouping, navigation, step order)76- Accessibility basics for flows (keyboard-only, focus, readable copy) if UI is described7778### 3) Business Logic Soundness (Conflicts / Loopholes)7980Check for:81- Conflicting rules across sections (e.g., eligibility vs pricing vs permissions)82- Missing constraints enabling exploitation (e.g., bypassing payment, reusing coupons)83- Inconsistent source of truth (which system owns which field)84- Edge condition contradictions (e.g., “must be approved” but “auto-activate”)85- Auditability: what must be logged (who/when/what changed), compliance needs if implied8687### 4) Alignment: User Needs vs Business Goals8889Validate:90- The proposed flow supports the stated goals/metrics (conversion, retention, cost)91- Users’ primary jobs-to-be-done are enabled with minimal friction92- The design doesn’t optimize a metric at the expense of trust/usability (dark patterns)93- Stakeholder goals are reconciled (end-user vs admin vs ops) where relevant9495## Finding Template (Use This Structure)9697For each finding, include:98- **问题**:一句话描述问题99- **影响**:对用户/业务/风险的影响(可量化更好)100- **证据/出处**:引用用户提供的段落/步骤/页面(用“第X步/某段描述”即可)101- **建议**:可执行的改进(包含流程/规则/UI/文案/校验点)102- **优先级**:P0(阻断/高风险)/ P1(重要)/ P2(优化)103104## Output Format105106Use this structure in your response:1071081) **概览**109 - 目标/范围(1-2 行)110 - 关键假设(仅在必要时)1111122) **流程梳理**113 - Happy path(编号步骤)114 - 关键分支与异常(列表)1151163) **问题与改进建议(按维度)**117 - 业务流程完整性118 - 用户流程清晰度与误操作风险119 - 业务逻辑合理性(漏洞/冲突)120 - 需求与目标对齐1211224) **优先级行动清单**123 - P0 / P1 / P2(每项一句话 + 指向建议)1241255) **(可选)需要澄清的问题**126 - 仅列出阻断主线判断的关键缺失信息127128---129> Converted and distributed by [TomeVault](https://tomevault.io/claim/agibuild) — claim your Tome and manage your conversions.130<!-- tomevault:4.0:skill_md:2026-04-11 -->