<?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: Only Games</title>
    <description>The latest articles on DEV Community by Only Games (@adrianlpz211).</description>
    <link>https://dev.to/adrianlpz211</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3987695%2Fd762930f-5239-49fc-b320-d3f0ffc9eafd.png</url>
      <title>DEV Community: Only Games</title>
      <link>https://dev.to/adrianlpz211</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adrianlpz211"/>
    <language>en</language>
    <item>
      <title>I built an autonomous dev pipeline that learns from your project — Agentic KDD</title>
      <dc:creator>Only Games</dc:creator>
      <pubDate>Tue, 16 Jun 2026 16:11:19 +0000</pubDate>
      <link>https://dev.to/adrianlpz211/i-built-an-autonomous-dev-pipeline-that-learns-from-your-project-agentic-kdd-1lo</link>
      <guid>https://dev.to/adrianlpz211/i-built-an-autonomous-dev-pipeline-that-learns-from-your-project-agentic-kdd-1lo</guid>
      <description>&lt;p&gt;Every time you start a new session with Cursor or Claude Code, &lt;br&gt;
your AI agent forgets everything. The error you fixed yesterday. &lt;br&gt;
The pattern you established last sprint. The architectural decision &lt;br&gt;
you made three weeks ago.&lt;/p&gt;

&lt;p&gt;You end up re-explaining your project constantly. Agents repeat &lt;br&gt;
mistakes. Patterns get ignored. It slows everything down.&lt;/p&gt;

&lt;p&gt;I built Agentic KDD to solve this.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;Agentic KDD is an autonomous development pipeline that sits inside &lt;br&gt;
your project and works with Cursor or Claude Code. You type:&lt;/p&gt;

&lt;p&gt;And it runs completely — Orchestrator → Analyst → Front → Back → &lt;br&gt;
QA with browser validation → Memory update. No supervision needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The KDD part
&lt;/h2&gt;

&lt;p&gt;KDD stands for Knowledge-Driven Development — a methodology I &lt;br&gt;
couldn't find anywhere else, so I defined it.&lt;/p&gt;

&lt;p&gt;The idea: the accumulated knowledge of your project actively guides &lt;br&gt;
every development decision. Four layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;trabajo.md&lt;/strong&gt; — what's happening right now&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;errores.md&lt;/strong&gt; — error patterns to avoid (written by agents, read before planning)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;patrones.md&lt;/strong&gt; — rules the project has established (e.g. "persistent modals")&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;decisiones.md&lt;/strong&gt; — why things are the way they are&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every agent reads these before acting. Every agent updates them after.&lt;br&gt;
The system gets smarter with every task.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use it
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Copy the files to your project root&lt;/li&gt;
&lt;li&gt;Open in Cursor or Claude Code&lt;/li&gt;
&lt;li&gt;Type: &lt;code&gt;aa: configurar&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Start building with &lt;code&gt;aa: [your task]&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Works with any stack — Next.js, Laravel, FastAPI, Vue, anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub
&lt;/h2&gt;

&lt;p&gt;→ github.com/Adrianlpz211/Agentic-KDD&lt;/p&gt;

&lt;p&gt;If it saves you time, a ⭐ goes a long way.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>automation</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
