Spec Kit vs Kiro vs a Plain plan.md: The Spec-Driven Setup I Kept (2026 Field Log)
I already spent a month running spec-driven development on a real product, and wrote up what the method felt like. The verdict stuck: on anything bigger than my working memory, writing the spec first beats prompting blind.
This time the question is narrower. Which tool do I actually run it in?
Quick refresher, in case you landed here cold. Spec-driven development (SDD) means writing a structured spec before an AI agent touches code, so the spec becomes the contract instead of a fading chat history. If you want the theory, Martin Fowler's team did a clean three-tool teardown (2025). I wanted the practice. So I built the same feature three ways.