spec-explore
Installation
SKILL.md
Spec Explore
核心原则
- 探索在先:在 spec-writer 撰写 writer/plan.md 之前完成,为 spec-writer 和 spec-tester 提供充分背景
- 条件性 exp-reflect:仅探索新内容时才调用 exp-reflect,纯检索已有经验时不调用
- explorer 目录归属:探索产物固定写入当前 Spec 目录的
explorer/exploration-report.md
exp-reflect 触发条件
| 情况 | 是否触发 exp-reflect |
|---|---|
| 调用 exp-search 检索已有经验 | ❌ 不触发 |
| 探索项目现有代码库 | ✅ 触发(知识记忆) |
| 探索外部代码库(如第三方库) | ✅ 触发(知识记忆) |
| 阅读外部技术文档 | ✅ 触发(知识记忆) |