Skip to content

Commit 89f92a4

Browse files
committed
feat: publish Spec-Driven Shift post 6
1 parent 768fa4a commit 89f92a4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ export default defineConfig({
250250
]
251251
},
252252
{
253-
text: 'Week 2: The Lineage — Coming Soon',
253+
text: 'Week 2: The Lineage',
254254
items: [
255-
{ text: 'April 6-10', link: '/perspectives/the-spec-driven-shift/#week-2-the-lineage' },
255+
{ text: '6. I Coined \'Spec-Driven Development\' in 2016', link: '/perspectives/the-spec-driven-shift/i-coined-spec-driven-development-in-2016-nobody-cared-until-ai-broke-everything' },
256256
]
257257
},
258258
{

docs/perspectives/the-spec-driven-shift/code-was-always-a-hindrance-i-just-didnt-know-it-yet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Next time you sit down to build something with AI, notice where you spend your t
3434

3535
[Previous: Your AI Doesn't Know What It Doesn't Know. You Do.](./your-ai-doesnt-know-what-it-doesnt-know-you-do)
3636

37+
[Next: I Coined 'Spec-Driven Development' in 2016. Nobody Cared Until AI Broke Everything.](./i-coined-spec-driven-development-in-2016-nobody-cared-until-ai-broke-everything)
38+
3739
[Back to series overview](./index)
3840

3941

docs/perspectives/the-spec-driven-shift/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ New posts drop daily. Follow along on [LinkedIn](https://linkedin.com/in/samhato
2121
5. [Code Was Always a Hindrance. I Just Didn't Know It Yet.](./code-was-always-a-hindrance-i-just-didnt-know-it-yet)
2222

2323
### Week 2: The Lineage
24-
*April 6-10 — Where spec-driven development comes from. TDD, BDD, DDD, Event Sourcing, and the 60-year thread that connects them all.*
24+
25+
6. [I Coined 'Spec-Driven Development' in 2016. Nobody Cared Until AI Broke Everything.](./i-coined-spec-driven-development-in-2016-nobody-cared-until-ai-broke-everything)
26+
7. 60 Years of Specification in 3 Minutes — *April 7*
27+
8. TDD Was Never About Testing — *April 8*
28+
9. Dan North Wasn't Talking About AI. But He Could Have Been. — *April 9*
29+
10. AI Needs History. Your Database Deletes It. — *April 10*
2530

2631
### Week 3: The Practice
2732
*April 13-17 — Spec smells, the PRD trap, where specs go to die, and what the best AI developers are already doing differently.*

0 commit comments

Comments
 (0)