<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sourabh Shukla</title>
    <description>The latest articles on DEV Community by sourabh Shukla (@sourabh_shukla_06bcf7007c).</description>
    <link>https://dev.to/sourabh_shukla_06bcf7007c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3961627%2F25b5a2a8-919e-42dd-8d8c-2f89a6247cd1.jpg</url>
      <title>DEV Community: sourabh Shukla</title>
      <link>https://dev.to/sourabh_shukla_06bcf7007c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sourabh_shukla_06bcf7007c"/>
    <language>en</language>
    <item>
      <title>Kiro uses spec-driven development. But where does the spec come from?</title>
      <dc:creator>sourabh Shukla</dc:creator>
      <pubDate>Mon, 01 Jun 2026 07:31:41 +0000</pubDate>
      <link>https://dev.to/sourabh_shukla_06bcf7007c/kiro-uses-spec-driven-development-but-where-does-the-spec-come-from-5b4j</link>
      <guid>https://dev.to/sourabh_shukla_06bcf7007c/kiro-uses-spec-driven-development-but-where-does-the-spec-come-from-5b4j</guid>
      <description>&lt;p&gt;Kiro just shipped and the core idea is compelling: your AI coding tool works from a &lt;em&gt;spec&lt;/em&gt;, not just a prompt. Define requirements, design decisions, and tasks upfront — Kiro implements against them.&lt;/p&gt;

&lt;p&gt;But there's a gap nobody's talking about yet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Writing a good spec is hard.&lt;/strong&gt; Most developers don't have a structured way to go from "I want to build X" to a complete &lt;code&gt;.kiro/specs/&lt;/code&gt; folder with requirements, design decisions, and tasks per feature. They either skip the spec entirely, or spend hours writing it manually — which defeats part of the point.&lt;/p&gt;

&lt;p&gt;This is the problem I've been working on with &lt;a href="https://flowigantt.com" rel="noopener noreferrer"&gt;FLOWiGANTT&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The workflow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Describe your project in plain language&lt;/li&gt;
&lt;li&gt;FLOWiGANTT evaluates the idea, asks clarifying questions, generates architecture and PRD with full reasoning captured&lt;/li&gt;
&lt;li&gt;Export directly as a Kiro SDD bundle — &lt;code&gt;.kiro/specs/&lt;/code&gt; with &lt;code&gt;requirements.md&lt;/code&gt;, &lt;code&gt;design.md&lt;/code&gt;, and &lt;code&gt;tasks.md&lt;/code&gt; per feature, plus steering files (&lt;code&gt;product.md&lt;/code&gt;, &lt;code&gt;tech.md&lt;/code&gt;, &lt;code&gt;structure.md&lt;/code&gt;)&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What the output actually looks like
&lt;/h2&gt;

&lt;p&gt;I ran it on a GDScript static analysis tool — a desktop app for Godot developers that generates type hints and detects unused variables, without modifying files until the user approves each change.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Input:&lt;/strong&gt; one paragraph.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Output:&lt;/strong&gt; 12 feature specs with EARS-format requirements, component design, and implementation tasks — ready to drop into a repo and open in Kiro.&lt;/p&gt;

&lt;p&gt;The architecture correctly chose Rust + Tauri, identified the right crates (&lt;code&gt;notify&lt;/code&gt;, &lt;code&gt;rusqlite&lt;/code&gt;, &lt;code&gt;clap&lt;/code&gt;), and generated GDScript-specific analysis tasks rather than generic web app boilerplate.&lt;/p&gt;

&lt;p&gt;You can browse the full plan here — architecture, PRD, tasks, and the Kiro SDD bundle are all available and downloadable:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://flowigantt.com/shared/D_dbkTteg34EzJkcbU3QKgjQUvHln_qg" rel="noopener noreferrer"&gt;https://flowigantt.com/shared/D_dbkTteg34EzJkcbU3QKgjQUvHln_qg&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the steering files matter
&lt;/h2&gt;

&lt;p&gt;Kiro's &lt;code&gt;product.md&lt;/code&gt;, &lt;code&gt;tech.md&lt;/code&gt;, and &lt;code&gt;structure.md&lt;/code&gt; give the AI persistent project context across sessions. When those come from a reasoned planning process rather than being written from scratch, the quality difference in what Kiro produces is significant.&lt;/p&gt;

&lt;p&gt;The steering files aren't just documentation — they're the memory layer that keeps Kiro oriented to your actual architecture decisions across every session.&lt;/p&gt;

&lt;h2&gt;
  
  
  The open question
&lt;/h2&gt;

&lt;p&gt;Curious whether others are thinking about the spec generation problem — or just writing &lt;code&gt;.kiro/specs/&lt;/code&gt; by hand. What's your current workflow for going from idea to spec?&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>ai</category>
      <category>programming</category>
      <category>devtool</category>
    </item>
  </channel>
</rss>
