<?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: Sonny Michael</title>
    <description>The latest articles on DEV Community by Sonny Michael (@isonnymichael).</description>
    <link>https://dev.to/isonnymichael</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%2F3868129%2F041e4cb1-3473-4460-b980-2632e023bad5.gif</url>
      <title>DEV Community: Sonny Michael</title>
      <link>https://dev.to/isonnymichael</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/isonnymichael"/>
    <language>en</language>
    <item>
      <title>Stop Using Templates: I Built an AI CLI That Generates Projects From Instructions</title>
      <dc:creator>Sonny Michael</dc:creator>
      <pubDate>Wed, 08 Apr 2026 15:52:11 +0000</pubDate>
      <link>https://dev.to/isonnymichael/stop-using-templates-i-built-an-ai-cli-that-generates-projects-from-instructions-3mp4</link>
      <guid>https://dev.to/isonnymichael/stop-using-templates-i-built-an-ai-cli-that-generates-projects-from-instructions-3mp4</guid>
      <description>&lt;h2&gt;
  
  
  Stop using templates. Describe your project. Generate it with AI.
&lt;/h2&gt;

&lt;p&gt;Most scaffolding tools today rely on static templates.&lt;/p&gt;

&lt;p&gt;They work — but they’re rigid.&lt;/p&gt;

&lt;p&gt;You pick a template, then spend time modifying it to fit your needs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnxv492xdf8mshj7urjbf.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnxv492xdf8mshj7urjbf.gif" alt="bedrock" width="800" height="457"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;What if you could just describe your project?&lt;/p&gt;

&lt;p&gt;Instead of choosing a template, you write what you want — and the project structure is generated for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool
&lt;/h2&gt;

&lt;p&gt;I built a CLI for this:&lt;/p&gt;

&lt;p&gt;npx &lt;a class="mentioned-user" href="https://dev.to/isonnymichael"&gt;@isonnymichael&lt;/a&gt;/bedrock init&lt;/p&gt;

&lt;p&gt;It uses instruction-based prompts to scaffold projects dynamically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI agent projects
&lt;/li&gt;
&lt;li&gt;automation tools
&lt;/li&gt;
&lt;li&gt;rapid prototyping
&lt;/li&gt;
&lt;li&gt;experimental setups
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;AI changes how we build software.&lt;/p&gt;

&lt;p&gt;Instead of starting from fixed templates, we can generate exactly what we need.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;This is still early, and I’d love feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this approach make sense?&lt;/li&gt;
&lt;li&gt;What would make it useful in your workflow?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;npm:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/@isonnymichael/bedrock" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@isonnymichael/bedrock&lt;/a&gt;&lt;/p&gt;

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