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,10 @@
# acceptance
## 验收补充
- 无;以 `requirement.md``验收` 为准。
## 边界补充
-
## 还原检查
- 后续 AI 必须按功能语义还原,不得把来源项目技术栈、目录结构或框架写成必须约束。

View File

@@ -0,0 +1,34 @@
# decisions
## 已确认
-
## 待确认事项
-
## 冲突检查
- 状态none
- 旧需求:无
- 新需求:无
- 影响:无
## 闭环检查
- 状态closed-loop
- 缺口:无
- 对还原影响:无
## 方案记录
### 推荐方案
- 方案:无
- 理由:无
### 备选方案
- 方案:无
- 取舍:无
## 覆盖记录
- 允许覆盖:否
- 确认人:无
- 确认时间:无
- 覆盖范围:无
- 确认依据:无

View File

@@ -0,0 +1,3 @@
# references
This directory stores sanitized, trimmed, self-contained reference materials required to reconstruct the feature. Do not rely on external absolute paths as the only source of truth.

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.