<?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: Claudio Felicioli</title>
    <description>The latest articles on DEV Community by Claudio Felicioli (@pangon).</description>
    <link>https://dev.to/pangon</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%2F3827355%2F1c9bae55-7428-45b7-a36f-4ca02e9031c8.jpg</url>
      <title>DEV Community: Claudio Felicioli</title>
      <link>https://dev.to/pangon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pangon"/>
    <language>en</language>
    <item>
      <title>I Built an AI SDLC Scaffold</title>
      <dc:creator>Claudio Felicioli</dc:creator>
      <pubDate>Mon, 16 Mar 2026 13:16:10 +0000</pubDate>
      <link>https://dev.to/pangon/i-built-an-ai-sdlc-scaffold-f5g</link>
      <guid>https://dev.to/pangon/i-built-an-ai-sdlc-scaffold-f5g</guid>
      <description>&lt;p&gt;GitHub: &lt;a href="https://github.com/pangon/ai-sdlc-scaffold" rel="noopener noreferrer"&gt;https://github.com/pangon/ai-sdlc-scaffold&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built an open-source repository template for AI-first software development, designed primarily around Claude Code, focused on the pre-coding phases (objectives elicitation, user stories, requirements definition, and design) that developers tend to cut short under tight time constraints. AI agents can help a lot in these phases too, not just in writing code.&lt;/p&gt;

&lt;p&gt;Core principles:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Everything-in-repo: objectives, user stories, requirements, architecture, decisions, and task tracking all live alongside the source code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Context-window efficiency: instructions and project knowledge are organized hierarchically so the agent can load only what is needed. Artifact collections are indexed via markdown tables.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Decision capture: decisions made during AI reasoning are captured and persisted as structured artifacts in the repo, so they remain reviewable, traceable, and consistently applied across sessions.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I have been using this approach for my personal projects for a while and decided to package it up in a way that might be useful to the community.&lt;/p&gt;

&lt;p&gt;Licensed under Apache 2.0 — fork it, adapt it, build on it.&lt;/p&gt;

&lt;p&gt;Feedback, criticism, and contributions are very welcome. I'd love to hear what works, what doesn't, and what you'd change.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>softwareengineering</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
