Loading...
Loading...
Compare original and translation side by side
/research/brainstorm-solutions/design-solution/research/brainstorm-solutions/design-solutiongh issue view $ARG --commentsgh issue view $ARG --comments| Dimension | Examples |
|---|---|
| Architectural approach | Event-driven vs request-response, monolith vs service |
| Implementation strategy | Extend existing module vs new module, refactor vs add |
| Library/tool choice | Redis vs in-memory, REST vs GraphQL |
| Feature design | Wizard flow vs single form, eager vs lazy loading |
| 维度 | 示例 |
|---|---|
| 架构方案 | Event-driven vs request-response, monolith vs service |
| 实现策略 | 扩展现有模块 vs 新增模块,重构 vs 新增功能 |
| 库/工具选择 | Redis vs 内存存储,REST vs GraphQL |
| 功能设计 | 向导式流程 vs 单一表单,即时加载 vs 懒加载 |
undefinedundefined/design-solutionundefined/design-solutionundefined| Mistake | Fix |
|---|---|
| Anchoring on first idea | Generate 3-5 options BEFORE evaluating any |
| Shallow codebase exploration | Read related files and patterns first |
| Assuming requirements | Ask clarifying questions early |
| Skipping first principles | Apply first principles to each option |
| Rushing to recommendation | Save evaluation for design-solution |
| 错误 | 修正方法 |
|---|---|
| 锚定第一个想法 | 在评估任何选项之前,先生成3-5个选项 |
| 对代码库的探索不够深入 | 先阅读相关文件和模式 |
| 假设需求已明确 | 尽早提出澄清问题 |
| 跳过第一性原理检查 | 对每个选项应用第一性原理 |
| 急于给出推荐 | 将评估环节留到设计解决方案步骤 |