feat: P1 合盘/星座/问答与测测完整设计包及模拟器取证工具

落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-03 11:37:53 +08:00
co-authored by Cursor
parent 15a9db374a
commit bd22d9dddd
248 changed files with 26309 additions and 842 deletions
+19
View File
@@ -0,0 +1,19 @@
# Playbook: Feature Spec → Implementation
在写任何新功能或重大行为变更前执行。
## Steps
1.`product/feature-map.md` 确认节点与分期(P1/P2/P3/No)。
2. 复制 `product/feature-spec/_TEMPLATE.md``product/feature-spec/<id>.md`
3. 填满 §1–§13;文案过 `lexicon.md`
4.`feature-spec/README.md` 登记索引。
5. 若改数据/API:同步 `domain/erd.md` + `proto/openapi.yaml`(可先草案)。
6.`playbooks/add-api.md` / `new-page.md` / `new-table.md` 实现。
7. 编码中更新 Spec §14 Implementation NotesGaps 标 `Gap:`
8. 对照 Spec §12 + `checklists/feature.md` + DoD 验收。
## Stop
- Spec §4 / §7 / §9 / §12 为空 → 禁止编码。
- 需求不清 → ASK FIRST。