Skip to content

Instantly share code, notes, and snippets.

@stevengum
stevengum / VSDD.md
Created March 3, 2026 18:31 — forked from dollspace-gay/VSDD.md
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD × TDD × SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red → Green → Refactor. No code exists without a failing test that demanded it.
@stevengum
stevengum / DLASE-Node.js.web.config
Created June 28, 2020 22:44
web.config for working with Direct Line App Service Extension
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<modules runAllManagedModulesForAllRequests="false" />
<!--
<webSocket enabled="true" />
-->
<handlers>
<!-- Indicates that the server.js file is a node.js site to be handled by the iisnode module -->
<add name="aspNetCore" path="*/.bot/*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
@stevengum
stevengum / gist:acc5d5b6d36cca71ae063fe9e2aa9fb8
Last active February 26, 2017 19:37
Directory Assistant for Bot Framework