technical-design
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInstructions
Instructions
1、读取需求要点和原型设计:
- 文档所在位置:
- 需求设计文档:根目录下output/doc文件夹下的 requirements-analysis-review.md文件或者requirements-analysis-review.xmind文件
- 原型设计文件:根目录下output/design-output文件夹下的设计文件
- 理解需求要点和原型设计中的技术实现要求
2、根据设计需求,拆解关键需求要求和用户交互逻辑
3、根据拆解的需求,进行原型设计,直接在当前工作目录的根目录下的output文件夹下的doc文件下输出最终的技术方案,命名为 technical-design.md 文件,内容参照 example文件夹下的 technical-design-ex.md 文件进行撰写
4、针对第三步产出的技术方案进行评审,指出方案中的潜在问题和优化建议,并输出评审报告,命名为 technical-design-review.md 文件
- Read requirement key points and prototype design:
- Document location:
- Requirement design document: requirements-analysis-review.md or requirements-analysis-review.xmind in the output/doc folder under the root directory
- Prototype design files: design files in the output/design-output folder under the root directory
- Understand the technical implementation requirements in the requirement key points and prototype design
- Break down key requirements and user interaction logic based on the design requirements
- Conduct technical solution design based on the broken-down requirements, directly output the final technical solution in the doc folder under the output folder in the current working directory's root directory, named technical-design.md, and write the content with reference to the technical-design-ex.md file in the example folder
- Review the technical solution produced in step 3, point out potential problems and optimization suggestions in the solution, and output the review report named technical-design-review.md
Guideline
Guideline
- 输出必须简洁明了
- 输出必须是markdown格式
- Output must be concise and clear
- Output must be in markdown format