创建页面,内容为“* Spec-first: A well thought-out spec is written first, and then used in the AI-assisted development workflow for the task at hand. * Spec-anchored: The spec is kept even after the task is complete, to continue using it for evolution and maintenance of the respective feature. * Spec-as-source: The spec is the main source file over time, and only the spec is edited by the human, the human never touches the code. <ref>https://martinfowler.com/articles/exploring-g…” |
小无编辑摘要 |
||
| 第3行: | 第3行: | ||
* Spec-as-source: The spec is the main source file over time, and only the spec is edited by the human, the human never touches the code. <ref>https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html</ref> | * Spec-as-source: The spec is the main source file over time, and only the spec is edited by the human, the human never touches the code. <ref>https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html</ref> | ||
[[文件:SDD-benefit.png|400px]] | |||
[[Category:Agentic]] | [[Category:Agentic]] | ||
2026年8月8日 (六) 01:22的版本
- Spec-first: A well thought-out spec is written first, and then used in the AI-assisted development workflow for the task at hand.
- Spec-anchored: The spec is kept even after the task is complete, to continue using it for evolution and maintenance of the respective feature.
- Spec-as-source: The spec is the main source file over time, and only the spec is edited by the human, the human never touches the code. [1]