Skip to content

Commit 7778353

Browse files
committed
Condense Gauge tool note
1 parent 32e035d commit 7778353

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

_posts/2026-05-13-executable-markdown-specs-agentic-coding.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ This is where BDD and AI fit together naturally: BDD plays at both ends of the f
8787

8888
With AI, this matters more because LLMs amplify spec quality. Strong specs make autonomous execution more reliable. Weak specs create scalable incorrect behaviour.
8989

90-
[Gauge](https://gauge.org/) test framework fits this BDD model well:
91-
92-
* specs are Markdown-based
93-
* scenarios are human-readable and LLM-readable
94-
* executable scenarios are tied to code
95-
* Markdown lives naturally in the repo
96-
* CI can enforce the behaviour continuously
90+
[Gauge](https://gauge.org/) test framework fits this BDD model well because specs are Markdown-based, scenarios are human-readable and LLM-readable, executable scenarios are tied to code, Markdown lives naturally in the repo, and CI can enforce the behaviour continuously.
9791

9892
Markdown itself becomes a superpower in LLM workflows. It is readable by humans, easy for LLMs to consume, reviewable in pull requests, and close enough to code to become part of the engineering system.
9993

0 commit comments

Comments
 (0)