# Documentation Index This directory keeps the working documents for DEMO-AGENT V2. The docs are organized by project phase rather than by code module. ## Main Sections | Directory | Purpose | | --- | --- | | `0.原始材料/` | Source materials, templates, sample instructions, regulatory references | | `1.需求分析/` | Requirement analysis for each workflow | | `2.功能设计/` | Functional design and user-facing behavior | | `3.数据库设计/` | Data model and persistence design | | `4.详细设计/` | Module-level design, services, workflow details | | `5.开发计划/` | Implementation plans and staged delivery notes | | `6.待办计划/` | Deferred items | | `7.汇报材料/` | Presentation and reporting material | ## Workflow Documents | Workflow | Requirement | Functional Design | Detailed Design | Plan | | --- | --- | --- | --- | --- | | 自动汇总 | `1.需求分析/1.自动汇总.md` | `2.功能设计/1.自动汇总.md` | `4.详细设计/1.自动汇总.md` | `5.开发计划/1.自动汇总.md` | | NMPA 注册资料法规核查 | `1.需求分析/2.NMPA注册资料法规核查与整改闭环.md` | `2.功能设计/2.NMPA注册资料法规核查与整改闭环.md` | `4.详细设计/2.NMPA注册资料法规核查与整改闭环.md` | `5.开发计划/2.NMPA注册资料法规核查与整改闭环-第一批主链路.md` | | 申报文件自动填表 | `1.需求分析/3.产品关键信息提取与申报文件自动填表.md` | `2.功能设计/3.产品关键信息提取与申报文件自动填表.md` | `4.详细设计/3.产品关键信息提取与申报文件自动填表.md` | `5.开发计划/3.产品关键信息提取与申报文件自动填表.md` | | 飞书通知与问答 | `1.需求分析/4.飞书通知与问答接入.md` | `2.功能设计/4.飞书通知与问答接入.md` | `4.详细设计/4.飞书通知与问答接入.md` | `5.开发计划/4.飞书通知与问答接入.md` | | 第 1 章监管信息材料包 | `1.需求分析/5.第1章监管信息材料包生成.md` | `2.功能设计/5.第1章监管信息材料包生成.md` | `4.详细设计/5.第1章监管信息材料包生成.md` | `5.开发计划/5.第1章监管信息材料包生成.md` | ## Maintenance Notes - Keep README-level docs aligned with current `master`. - When a workflow changes behavior, update the requirement/design/plan document closest to that behavior. - Do not paste secrets from `.env` into docs. - Prefer concrete file paths, command examples, and verification notes over broad prose.