Loading...
Loading...
Compare original and translation side by side
git log --oneline -10pwdgit rev-parse --show-toplevel~/project~/www/projectgit log --oneline -10pwdgit rev-parse --show-toplevel~/project~/www/project| Mode | When | Posture |
|---|---|---|
| expand | New feature, blank slate | Push scope up. Ask what would make this 10x better. |
| shape | Adding to existing | Hold the baseline, surface expansion options one at a time. |
| hold | Bug fix, tight constraints | Scope is locked. Make it correct. |
| cut | Plan that grew too large | Strip to the minimum that solves the real problem. |
| 模式 | 适用场景 | 执行原则 |
|---|---|---|
| 拓展(expand) | 新功能、空白项目 | 向上拓展范围,询问能让效果提升10倍的优化方向 |
| 打磨(shape) | 现有功能新增内容 | 守住基线,逐一提出拓展选项 |
| 严控(hold) | 漏洞修复、约束严格的场景 | 范围锁定,保证实现正确性 |
| 裁剪(cut) | 规模过度膨胀的计划 | 删减到仅保留能解决核心问题的最小内容 |