Files
th-hotel-simple/docs/import/reusable/ai-native-templates/README.md
2026-07-17 13:13:47 +07:00

22 lines
742 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI-NSES 模板目录
本目录保存可复制到新项目的 AI-NSES 文档模板。
使用方式:
1. 复制需要的模板到新项目对应位置。
2. 删除模板中的示例说明。
3. 补充项目真实信息。
4. 在项目 `AGENTS.md` 和项目文档索引中加入入口。
模板清单:
- `AGENTS.template.md`AI Agent 协作入口模板。
- `CONTEXT.template.md`:项目背景入口模板。
- `PROJECT_STATE.template.md`:项目当前状态模板。
- `DOMAIN_OBJECT.template.md`:业务对象文档模板。
- `WORKFLOW.template.md`:业务流程文档模板。
- `ADR.template.md`:架构决策记录模板。
- `SPEC.template.md`:功能规格模板。
- `ARCHITECTURE.template.md`:架构说明模板。