feat: 添加Specify框架模板与脚本
添加Specify框架的核心模板文件,包括: - 功能规格说明模板(spec-template.md) - 实现计划模板(plan-template.md) - 任务清单模板(tasks-template.md) - 检查清单模板(checklist-template.md) - 代理文件模板(agent-file-template.md) 添加支持脚本: - 创建新功能的create-new-feature.sh - 检查前置条件的check-prerequisites.sh - 设置计划的setup-plan.sh - 通用函数库common.sh 添加Cursor命令文件: - speckit.specify - speckit.plan - speckit.tasks - speckit.checklist - speckit.clarify - speckit.implement - speckit.analyze - speckit.constitution - speckit.taskstoissues 更新项目宪法文件(constitution.md),增加治理与管理章节
Showing
20 changed files
with
1892 additions
and
1 deletions
.cursor/commands/speckit.analyze.md
0 → 100644
.cursor/commands/speckit.checklist.md
0 → 100644
This diff is collapsed. Click to expand it.
.cursor/commands/speckit.clarify.md
0 → 100644
This diff is collapsed. Click to expand it.
.cursor/commands/speckit.constitution.md
0 → 100644
.cursor/commands/speckit.implement.md
0 → 100644
.cursor/commands/speckit.plan.md
0 → 100644
.cursor/commands/speckit.specify.md
0 → 100644
This diff is collapsed. Click to expand it.
.cursor/commands/speckit.tasks.md
0 → 100644
.cursor/commands/speckit.taskstoissues.md
0 → 100644
.specify/scripts/bash/check-prerequisites.sh
0 → 100755
.specify/scripts/bash/common.sh
0 → 100755
.specify/scripts/bash/create-new-feature.sh
0 → 100755
.specify/scripts/bash/setup-plan.sh
0 → 100755
This diff is collapsed. Click to expand it.
.specify/templates/agent-file-template.md
0 → 100644
.specify/templates/checklist-template.md
0 → 100644
.specify/templates/plan-template.md
0 → 100644
.specify/templates/spec-template.md
0 → 100644
.specify/templates/tasks-template.md
0 → 100644
-
Please register or login to post a comment