NSNITIN SHRIVASTAVAinnitinvshrivastava.hashnode.dev·2d ago · 15 min readHow SpecNexus Brings Specification Discipline to Agentic DevelopmentSpecNexus is an agentic development workflow for turning mixed feature input into framework-native specifications, outcome-based slices, validation evidence, and a traceable delivery path. Introductio00
NSNITIN SHRIVASTAVAinnitinvshrivastava.hashnode.dev·2d ago · 8 min readWhy Agentic Development Still Needs Specification DisciplineAgentic development has changed the speed at which we can move from an idea to working code. A developer can describe a feature, ask an AI coding agent to explore a repository, generate an implementat00
SSapotaCorpinsapotacorpvn.hashnode.dev·Jul 12 · 8 min readInside a real D365 Solution Design Document: the sections teams skipWe were brought in to look at a D365 F&O implementation that was over budget and visibly drifting, and the team handed over their SDD with some pride. It ran to forty pages. Thirty-eight of them were 00
SPSiddhesh Prabhugaonkarincloud-authority.com·Jun 23 · 8 min readFrom Sketch to Spec to Ship: Spec-Driven Development with Spec-Kit and GitHub CopilotI wanted to build a Flappy Ghost game — a browser-based, zero-dependency HTML5 canvas game — but instead of just vibe-coding it with an AI, I challenged myself to do it properly using Specification-Dr00
SPSiddhesh Prabhugaonkarinazureauthority.in·Jun 23 · 8 min readFrom Sketch to Spec to Ship: Spec-Driven Development with Spec-Kit and GitHub CopilotI wanted to build a Flappy Ghost game — a browser-based, zero-dependency HTML5 canvas game — but instead of just vibe-coding it with an AI, I challenged myself to do it properly using Specification-Dr00
PAPaul Alaninpenling.hashnode.dev·Jun 14 · 6 min readThe spec is in the wrong placeMy day job is at a large tech company. Hundreds of engineering teams, and every one of them is somewhere different on AI adoption. Some are still treating coding agents as a curiosity. Some have quiet00
MDMike Dyerinlistenrightmeow.hashnode.dev·Mar 29 · 9 min readAI Made My Architecture Deeper, Not SimplerThe pitch is always simplification. AI will make development faster, architectures leaner, systems easier. Fewer decisions, fewer layers, fewer meetings. Point the model at your domain, let it generat00
MDMike Dyerinlistenrightmeow.hashnode.dev·Mar 29 · 7 min readThe Classification Gap: The Bug That Passes Every TestThere's a class of domain modeling error that no test catches. No structural analysis flags it. No linter complains. Your gap report comes back clean. Your aggregate has the right number of invariants00
NBNaeem Bijapureinnaeembijapure.hashnode.dev·Mar 15 · 13 min readWe Stopped Writing Code. Now We Need to Learn How to Think Again.From writing every line by hand, to prompting AI blindly, to building with structure — how software development is evolving and why specs are becoming the new source of truth. Every few years, the wa10
Hhello1024inhello1024.hashnode.dev·Dec 9, 2025 · 3 min read软件生产范式: 从 Ddd 到 Sdd + Tdd 的未来之路未来的软件系统,很可能不再依赖大量手写的代码,而是依赖可验证的业务规范,以及对这些规范的自动化实现。——这正是从 DDD → SDD + TDD 的演进方向。 在 AI 深度参与软件开发的时代,传统的代码中心开发方式正在加速老化。我们正在经历一次结构性转变:从“写代码”转向“写规范 + 写测试 + 让 AI 自动补全逻辑”。 这篇文章试图提供一个前瞻性的观点(深度使用 vibe coding 近00