From 515baba6ad29c3139f61acb3b5e20a8b42ca1bbd Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Mon, 11 May 2026 09:45:54 -0500 Subject: [PATCH] docs: rename 'The SDD Workflow in Practice' to 'The SDD Process in Practice' --- spec-driven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-driven.md b/spec-driven.md index b4ba0fc95..c10a6822b 100644 --- a/spec-driven.md +++ b/spec-driven.md @@ -16,7 +16,7 @@ Debugging means fixing specifications and their implementation plans that genera The development team focuses in on their creativity, experimentation, their critical thinking. -## The SDD Workflow in Practice +## The SDD Process in Practice The workflow begins with an idea—often vague and incomplete. Through iterative dialogue with AI, this idea becomes a comprehensive PRD. The AI asks clarifying questions, identifies edge cases, and helps define precise acceptance criteria. What might take days of meetings and documentation in traditional development happens in hours of focused specification work. This transforms the traditional SDLC—requirements and design become continuous activities rather than discrete phases. This is supportive of a **team process**, where team-reviewed specifications are expressed, versioned, reviewed, and accepted.