通过处理并执行 tasks.md 中定义的所有任务来执行实施计划
spec-kit/## 用户输入
在继续之前,你**必须**考虑用户输入(如果不为空)。
## 概要
1. 从仓库根目录运行 `$HOME/.claude/scripts/specify/check-prerequisites.sh --json --require-tasks --include-tasks`,解析 FEATURE_DIR 和 AVAILABLE_DOCS 列表。所有路径必须是绝对路径。对于参数中的单引号(如 "I'm Groot"),使用转义语法:例如 'I'\''m Groot'(或尽可能使用双引号:"I'm Groot")。
2. **检查检查清单状态**(如果 FEATURE_DIR/checklists/ 存在):
- 扫描 checklists/ 目录中的所有检查清单文件
- 对于每个检查清单,统计:
- 总项目数:所有匹配 `- [ ]` 或 `- [X]` 或 `- [x]` 的行
- 已完成项目:匹配 `- [X]` 或 `- [x]` 的行
- 未完成项目:匹配 `- [ ]` 的行
- 创建状态表:
- 计算总体状态:
- **PASS**:所有检查清单都有 0 个未完成项目
- **FAIL**:一个或多个检查清单有未完成项目
- **如果任何...Executes the implementation plan from a specification
../../commands/implement.md
Execute the implementation plan by processing and executing all tasks defined in tasks.md
작업 목록에 따라 실제 구현 시작
Feature and code implementation with intelligent persona activation