AgentSkillsCN

ux-state-completer

采用安全且易于维护的后端数据库模式(事务处理、分页机制、软删除、查询优化、数据一致性)。

SKILL.md
--- frontmatter
name: ux-state-completer
description: Implement complete UX states and recovery paths for critical flows.

UX State Completer

Goal

Eliminate happy-path demos by implementing full state matrices and recovery with domain microcopy.

When to use

  • New screen/flow.
  • Missing error/empty/loading/success.

Minimal inputs (ask only if missing)

  • Top 3 flows and expected states.

Procedure (MUST)

  1. Define state matrix.
  2. Implement loading/empty/error/success + recovery.
  3. Add permission denied + timeout.
  4. Ensure domain-specific microcopy.
  5. Capture proof.

Outputs (MUST produce)

  • State-complete flows.
  • Proof references in walkthrough.