Specification-driven development

Riguz留言 | 贡献2026年8月8日 (六) 01:35的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
  • 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]

Compiler: Source code -> assembly SDD: spec.md -> source code

You: architect -> blueprint AI: technical knowledge, speed

Workflow: Constitution → 𝄆 Specify → Plan → Tasks 𝄇

Project level -> feature level

Constitution:

  • Mission
  • Tech stack
  • Roadmap

Feature:

  • Specification
  • Implementation
  • Validation