Skip to content

Commit 3f4a672

Browse files
raifdmuellerclaude
andcommitted
docs: link Johannes Rabauer's session summary blog post
Add link to Johannes Rabauer's session summary (https://rabauer.dev/de/blog/semantic-anchors/) in two places: - About page (EN + DE): in the figcaption beneath the live coding video - Spec-Driven Development workflow (EN + DE): in the Further Reading section The blog post captures the full workflow demonstrated in the two-hour live coding session and is a useful entry point for readers who want the narrative before diving into the workflow document. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2acdc80 commit 3f4a672

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/about.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
</span>
3030
</button>
3131
<figcaption>
32-
Two-hour live coding session with Johannes Rabauer and Ralf D. Müller (May 2026)
32+
Two-hour live coding session with Johannes Rabauer and Ralf D. Müller (May 2026).
33+
Read Johannes' <a href="https://rabauer.dev/de/blog/semantic-anchors/" target="_blank" rel="noopener noreferrer">session summary on rabauer.dev</a>.
3334
</figcaption>
3435
</figure>
3536
++++

docs/about.de.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
</span>
5959
</button>
6060
<figcaption>
61-
Zweistündiges Live-Coding mit Johannes Rabauer und Ralf D. Müller (Mai 2026)
61+
Zweistündiges Live-Coding mit Johannes Rabauer und Ralf D. Müller (Mai 2026).
62+
Lies Johannes' <a href="https://rabauer.dev/de/blog/semantic-anchors/" target="_blank" rel="noopener noreferrer">Zusammenfassung auf rabauer.dev</a>.
6263
</figcaption>
6364
</figure>
6465
++++

docs/spec-driven-workflow.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,4 @@ See link:#/brownfield[Adapting the Workflow to Brownfield Projects] for a step-b
620620
* Birgitta Böckeler, https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html[Exploring Gen AI] (martinfowler.com) -- a critical analysis of spec-driven development tools (Kiro, spec-kit, Tessl) and their trade-offs. Examines where elaborate upfront specifications help and where they create overhead.
621621
* Simon Martinelli, https://unifiedprocess.ai/[AI Unified Process] -- a requirements-driven methodology combining Rational Unified Process principles with AI tooling. Treats AI as a consistency engine that regenerates code from evolving specifications, with four phases: Inception, Elaboration, Construction, Transition.
622622
* Ralf D. Müller & Simon Martinelli, https://software-architektur.tv/2026/01/16/folge298.html[Spec-Driven Development] (software-architektur.tv, Episode 298) -- podcast discussion on how specifications and requirements take center stage in AI-assisted development, and why iterative refinement beats perfect upfront specs.
623+
* Johannes Rabauer, https://rabauer.dev/de/blog/semantic-anchors/[LLM Coding mit Semantic Anchors: Von Vibe Coding zur echten Java-App] (rabauer.dev, May 2026) -- session summary from a two-hour live coding session walking through the full workflow on a model railway train scheduler. Demonstrates how Semantic Contracts solve context persistence across sessions and how Docs-as-Code practice pays dividends for LLM context.

docs/spec-driven-workflow.de.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,3 +637,4 @@ Siehe link:#/brownfield[Workflow-Anpassung für Brownfield-Projekte] für eine S
637637
* Birgitta Böckeler, https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html[Exploring Gen AI] (martinfowler.com) -- eine kritische Analyse von Spec-Driven-Development-Tools (Kiro, spec-kit, Tessl) und deren Trade-offs. Untersucht, wo aufwändige Upfront-Spezifikationen helfen und wo sie Overhead erzeugen.
638638
* Simon Martinelli, https://unifiedprocess.ai/[AI Unified Process] -- eine anforderungsgetriebene Methodik, die Rational-Unified-Process-Prinzipien mit KI-Tooling kombiniert. Behandelt KI als Konsistenz-Engine, die Code aus sich entwickelnden Spezifikationen regeneriert, in vier Phasen: Inception, Elaboration, Construction, Transition.
639639
* Ralf D. Müller & Simon Martinelli, https://software-architektur.tv/2026/01/16/folge298.html[Spec-Driven Development] (software-architektur.tv, Folge 298) -- Podcast-Diskussion darüber, wie Spezifikationen und Anforderungen in den Mittelpunkt KI-gestützter Entwicklung rücken, und warum iterative Verfeinerung besser funktioniert als perfekte Upfront-Specs.
640+
* Johannes Rabauer, https://rabauer.dev/de/blog/semantic-anchors/[LLM Coding mit Semantic Anchors: Von Vibe Coding zur echten Java-App] (rabauer.dev, Mai 2026) -- Zusammenfassung einer zweistündigen Live-Coding-Session, die den vollständigen Workflow am Beispiel eines Fahrplans für Modelleisenbahnen durchspielt. Zeigt, wie Semantic Contracts das Problem der Kontext-Persistenz über Sessions hinweg lösen und warum Docs-as-Code-Praxis jetzt für LLM-Kontext doppelt zahlt.

0 commit comments

Comments
 (0)