ucs-task

Installation
SKILL.md

ucs-task

异步任务用例规约(task-UCS):先梳理需要哪些异步任务,逐任务探讨清楚,再生成各任务的用例规约。仅后端适用。

前置依赖(先检查,缺失就停)

  • 仅后端:读 docs/standards/tech-stack-rule.md 的"选型上下文",若端 ≠ 后端,提示此 skill 只服务后端,结束。
  • 必须存在:docs/product/business-flow.md(业务流程,异步候选来源)、docs/standards/tech-stack-rule.md。
  • 建议存在:docs/standards/task-layer-rule.md / task-layer-draft.md(已选异步方案,作参考)、docs/specs/data/(DB)、docs/standards/tools-rule.md(工具层)、docs/standards/http-handler-rule.md。
  • 缺失必选项时,提示先运行对应 skill(product-business / architecture),结束。

模板文件(本 skill 自带)

  • templates/ucs-task-template.md → task-UCS 生成模板(Glob 定位 **/skills/ucs-task/templates/ucs-task-template.md,不硬编码缓存路径)

Step 1 — 从 business-flow 识别异步任务候选(主流程)

Installs
1
First Seen
Aug 27, 2026
ucs-task — pcode-xyz/simple-skills