Files
openspec-shcema/code-drive/templates/blocker.md
lanyuanxiaoyao fe55c532b8 feat: 添加 code-drive 自定义 schema 与参考资料重组
- 新增 code-drive schema(5 阶段:requirements -> design -> plan -> tasks -> apply)
- 每阶段含 instruction、self-review、用户确认门和工具集成指引
- apply 支持阻塞回退机制(blocker.md + blocker-revise.md skill)
- apply 支持 subagent 并行执行独立任务
- TodoWrite 职责区分:撰写阶段跟踪文档撰写流程,apply 跟踪执行进度
- 将 OpenSpec 子模块移至 references/,新增 superpowers 和 spec-kit 参考
- 添加项目规范 AGENT.md
2026-06-07 13:35:26 +08:00

53 lines
969 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.
## 阻塞点
<!-- 简述阻塞的本质,不是症状而是根因 -->
## 当前位置
- 任务编号:
- plan.md 阶段:
- 相关文件:
## 已尝试
<!-- 列出已尝试的方案和失败原因,避免重复尝试 -->
| 方案 | 失败原因 |
| ---- | -------- |
| | |
## 影响范围
<!-- 阻塞对上下游 artifacts 的系统性影响 -->
| Artifact | 影响内容 | 影响程度 |
| -------- | -------- | -------- |
| | | 必须修订 / 可能受影响 / 无影响 |
## 可选方案
### 方案 A<!-- 方案名称 -->
- 描述:
- 需修订:
- 优势:
- 风险 / 代价:
### 方案 B<!-- 方案名称 -->
- 描述:
- 需修订:
- 优势:
- 风险 / 代价:
### 方案 C<!-- 方案名称 -->(可选)
- 描述:
- 需修订:
- 优势:
- 风险 / 代价:
## 修订建议
<!-- 推荐方案及修订路径:从哪个 artifact 入口开始修订,下游需要同步哪些 -->