Commit 85429095801b758c15227e3ffa9c521fef8b276b

Authored by zichun
1 parent 0886fbde

fix(lite): point feature-spec upstream to phase-driver; clarify module_id extraction

skills/coding/feature-spec/SKILL.md
... ... @@ -210,6 +210,5 @@ allowed-tools: Read Write Grep Glob Skill AskUserQuestion Bash(mysql *)
210 210 ## 参考
211 211  
212 212 - `${CLAUDE_SKILL_DIR}/templates/feature-spec-plan-template.md`
213   -- 上游(backend):`module-start`
214   -- 上游(frontend):`frontend-start`
  213 +- 上游:`phase-driver`(backend / frontend 共用,按 phase 派发本 skill)
215 214 - 下游:`feature-tdd`
... ...
skills/coding/phase-driver/SKILL.md
... ... @@ -19,7 +19,7 @@ allowed-tools: Read Write Edit Skill Glob Grep AskUserQuestion Bash(git branch *
19 19  
20 20 ### 步骤 B1:定位当前模块与 REQ 列表
21 21  
22   -读取 `docs/08-模块任务管理.md § 二`,按文中模块顺序扫描,找到第一个未完成的模块作为 `current_module`
  22 +读取 `docs/08-模块任务管理.md § 二`,按文中模块顺序扫描,找到第一个未完成的模块作为 `current_module`,并从其条目中提取 `module_id`(后续分支名 `module-<module_id>` / 里程碑判定都用它)
23 23  
24 24 **模块完成判定**(双重校验,二者皆满足才算完成):
25 25 - 该模块条目下 `里程碑:` 字段 == `milestone/<module_id>`
... ...