the-mindscape-of-bro-tsong/knowledge_assets/07_产品规划过程记录.md

59 lines
1.8 KiB
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.

# 产品规划过程记录
version: 0.1
last_updated: 2026-06-16
status: draft
## 起点
本仓库初始化为 The Mindscape of Bro Tsong 的 `model_library_mvp` 产品边界。
初始目标是验证 QPI 和思想考古学两个模型能否被整理成可读、可调用、可追溯、可测试的模型资产。
## 关键过程
1. 初始化 file-first 目录结构。
2. 根据 GPT 规划尝试抽取 QPI 和思想考古学。
3. 发现直接按 GPT 规划现改会导致字段缺失、schema 不完整、workflow 缺位。
4. 决定 GPT 规划必须先本地化为规则、schema、workflow、index 和工具。
5. 建立 ChatGPT 交接机制和长期知识资产机制。
6. 修复 QPI 和思想考古学的 JSON 与 Markdown card使其通过本地 contract。
7. 为避免新会话上传文件过多,后续 Codex 交接采用 CCRA review bundle 压缩审核协议;长期协议进知识库,本轮执行证据通过新会话上传。
## 当前关键决策
详见 `docs/DECISIONS.md`
当前最重要的决策包括:
- file-first architecture
- JSON for machine-readable model data
- Markdown for human-readable model cards
- rule-based selector in v0.1
- GPT plans must be localized before implementation
- field names English and field content Chinese
## 当前验证状态
截至 2026-06-16
- Unit tests: PASS
- Card contract: PASS
- Model library validation: PASS
- Selector demo: PASS
详见:
- `reports/validation_report.md`
- `reports/内容修复检查摘要_v0.1.md`
## 下一步讨论方向
- 是否扩展第三个核心模型
- 是否强化 selector scoring
- 是否将抽取智能体、检验智能体、评分模型作为 CCPE 或 skills-vault 需求
- 是否将 regression cases 拆分为按模型文件
- 是否为知识资产建立自动摘要或索引工具