<?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>Forem: CobuterMan</title>
    <description>The latest articles on Forem by CobuterMan (@sdi2200262).</description>
    <link>https://forem.com/sdi2200262</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%2F3528492%2F94a9ab29-5a8b-4336-882e-00b11e00a402.jpeg</url>
      <title>Forem: CobuterMan</title>
      <link>https://forem.com/sdi2200262</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sdi2200262"/>
    <language>en</language>
    <item>
      <title>APM v0.4 - An extension to Spec-driven Development with Multi-Agent Coordination</title>
      <dc:creator>CobuterMan</dc:creator>
      <pubDate>Thu, 25 Sep 2025 17:35:29 +0000</pubDate>
      <link>https://forem.com/sdi2200262/apm-v04-an-extension-to-spec-driven-development-with-multi-agent-coordination-2930</link>
      <guid>https://forem.com/sdi2200262/apm-v04-an-extension-to-spec-driven-development-with-multi-agent-coordination-2930</guid>
      <description>&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%2Flvw7pp8lu0jk6gynv180.png" 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%2Flvw7pp8lu0jk6gynv180.png" alt=" " width="800" height="899"&gt;&lt;/a&gt;Been working on &lt;a href="https://github.com/sdi2200262/agentic-project-management" rel="noopener noreferrer"&gt;APM&lt;/a&gt; (Agentic Project Management), a framework that enhances spec-driven development by distributing the workload across multiple AI agents. I designed the original  architecture back in April 2025 and released the first version in May 2025, even before Amazon's Kiro came out.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem with Current Spec-driven Development:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Spec-driven development is essential for AI-assisted coding. Without specs, we're just "vibe coding", hoping the LLM generates something useful. There have been many implementations of this approach, but here's what everyone misses: &lt;strong&gt;Context Management.&lt;/strong&gt; Even with perfect specs, a single LLM instance hits context window limits on complex projects. You get hallucinations, forgotten requirements, and degraded output quality.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enter Agentic Spec-driven Development:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;APM distributes spec management across specialized agents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Setup Agent&lt;/strong&gt;: Transforms your requirements into structured specs, constructing a comprehensive Implementation Plan ( before Kiro ;) )&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manager Agent&lt;/strong&gt;: Maintains project oversight and coordinates task assignments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Implementation Agents&lt;/strong&gt;: Execute focused tasks, granular within their domain&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ad-Hoc Agents&lt;/strong&gt;: Handle isolated, context-heavy work (debugging, research)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The diagram shows how these agents coordinate through explicit context and memory management, preventing the typical context degradation of single-agent approaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Each Agent in this diagram, is a dedicated chat session in your AI IDE.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Latest Updates:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Documentation got a recent refinement and a set of 2 visual guides (Quick Start &amp;amp; User Guide PDFs) was added to complement them main docs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is Open Source (MPL-2.0), works with any LLM that has tool access.&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/sdi2200262/agentic-project-management" rel="noopener noreferrer"&gt;https://github.com/sdi2200262/agentic-project-management&lt;/a&gt;&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>opensource</category>
      <category>tooling</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
