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:
+17
-12
@@ -6,25 +6,30 @@
|
||||
Receive task
|
||||
↓
|
||||
1. Understand
|
||||
- feature-map / user-journey / lexicon(产品)
|
||||
- feature-map / lexicon / user-journey / page-tree(产品)
|
||||
- **feature-design.md + feature-spec/<id>.md**(功能详细设计;缺失则先补)
|
||||
- domain-map / erd / OpenAPI(数据与契约)
|
||||
- page-tree(路由)
|
||||
↓
|
||||
2. Design(若有缺口)
|
||||
- Update OpenAPI / erd / migration 草案
|
||||
2. Feature Spec(强制)
|
||||
- 新功能或重大行为:复制 _TEMPLATE → 填满 §1–§13
|
||||
- 对照 Spec §4/§6/§7/§9/§12;playbook: feature-spec
|
||||
↓
|
||||
3. Design(技术契约)
|
||||
- Update OpenAPI / erd / migration 草案(对齐 Spec §8/§9)
|
||||
- ADR if stack/API style changes
|
||||
- 更新 Spec §14 Implementation Notes
|
||||
↓
|
||||
3. Implement
|
||||
4. Implement
|
||||
- Backend(service 竖切)→ Frontend
|
||||
- Follow patterns + playbooks
|
||||
↓
|
||||
4. Verify
|
||||
- commands(test / health / build:h5)
|
||||
- review.md
|
||||
- DoD + checklist
|
||||
5. Verify
|
||||
- Spec §12 Acceptance + definition-of-done.md(非仅 build)
|
||||
- commands(L0/L1/L2 as required)
|
||||
- Review Report + checklist
|
||||
↓
|
||||
5. Document
|
||||
- OpenAPI / erd / feature 标记若行为变化
|
||||
6. Document
|
||||
- OpenAPI / erd / Spec Gaps / p1-status 标签若变化
|
||||
↓
|
||||
Commit(Conventional Commits,one concern)
|
||||
```
|
||||
@@ -45,4 +50,4 @@ Commit(Conventional Commits,one concern)
|
||||
|
||||
## Playbooks
|
||||
|
||||
Prefer: `add-api` · `new-page` · `new-table` · `payment` · `login`
|
||||
Prefer: `feature-spec` · `add-api` · `new-page` · `new-table` · `payment` · `login`
|
||||
|
||||
Reference in New Issue
Block a user