Add ks-zl skill

This commit is contained in:
2026-05-13 18:14:30 +08:00
commit b81d919176
11 changed files with 1492 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
---
title: <feature-slug>
category: <capability-domain/requirement-packages>
tags:
- requirement-package
status: requirement-draft
updated: <YYYY-MM-DD>
source: <conversation|source-project|mixed>
---
# <feature-name>
## 功能
- <1-5 条:做什么、谁触发、产生什么业务结果>
## 流程
1. <主流程步骤>
2. <关键分支或异常;没有则删除本条>
## 数据表
### <table-name 或 不新增表>
- 用途:<为什么需要这张表;不新增表时写复用对象>
| 字段 | 含义 | 类型/值域 | 必填 | 规则 |
| --- | --- | --- | --- | --- |
| <field> | <meaning> | <type/domain> | 是/否 | <rule> |
## 字典
### <dict-code 或 不新增字典>
| 值 | 含义 | 规则 |
| --- | --- | --- |
| <value> | <meaning> | <rule> |
## 业务规则
- <确定规则、边界、异常或禁止行为>
## 验收
- <可判断的结果检查项>
## 移植说明
- 跨技术栈必须保留:<业务语义/状态/规则>
- 来源实现仅作参考:<代码结构/接口/框架/表结构等参考内容>
## 来源依据
- <用户确认、当前会话或源项目材料中的关键依据>
## 待确认
-
## Related
- None yet.