<?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: M D</title>
    <description>The latest articles on DEV Community by M D (@m_d_d3d89483af599cb30a70f).</description>
    <link>https://dev.to/m_d_d3d89483af599cb30a70f</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%2F1630893%2F9263c956-9dd1-441f-a8e3-a353d23f3e4e.jpg</url>
      <title>DEV Community: M D</title>
      <link>https://dev.to/m_d_d3d89483af599cb30a70f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/m_d_d3d89483af599cb30a70f"/>
    <language>en</language>
    <item>
      <title>I built OpenCode Nexus: A multi-agent workflow plugin for OpenCode that prevents context loss and enforces two-stage code reviews.</title>
      <dc:creator>M D</dc:creator>
      <pubDate>Sun, 21 Jun 2026 15:05:11 +0000</pubDate>
      <link>https://dev.to/m_d_d3d89483af599cb30a70f/i-built-opencode-nexus-a-multi-agent-workflow-plugin-for-opencode-that-prevents-context-loss-and-31mi</link>
      <guid>https://dev.to/m_d_d3d89483af599cb30a70f/i-built-opencode-nexus-a-multi-agent-workflow-plugin-for-opencode-that-prevents-context-loss-and-31mi</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
I've been experimenting with multi-agent workflows for coding, and I kept running into the common issue of agents losing context or merging bad code without proper reviews. To solve this, I built OpenCode Nexus, an open-source, shareable multi-agent workflow plugin for OpenCode.&lt;br&gt;
It sets up a structured pipeline with four specialized agents and strong context-preservation defaults so you don't have to micromanage the AI.&lt;br&gt;
Key Features:&lt;br&gt;
4 Specialized Agents:&lt;br&gt;
Orchestrator: Primary controller that delegates tasks.&lt;br&gt;
Implementer: Subagent that writes the code.&lt;br&gt;
Spec Reviewer: Ensures the implementation matches the original requirements.&lt;br&gt;
Code Reviewer: Checks for code quality and best practices.&lt;br&gt;
Context Preservation: Prevents context loss by persisting state in durable files under .opencode/ (plans, context, tasks, and handoffs) instead of relying solely on transient chat history.&lt;br&gt;
Two-Stage Review Process: Enforces spec compliance first, then code quality.&lt;br&gt;
Git-Aware: Uses feature branches for precise review boundaries (git diff main...feature/task-N). Final branch integration is kept as an explicit user decision.&lt;br&gt;
Fully Customizable Models: Models aren't hardcoded. You can use your own API keys, but it defaults to highly capable, low-cost open-source models (like DeepSeek V4 and MiniMax M3).&lt;br&gt;
You can check out the code, installation instructions, and workflow skills here:&lt;br&gt;
🔗 GitHub: &lt;a href="https://github.com/mohammad154/opencode-nexus" rel="noopener noreferrer"&gt;https://github.com/mohammad154/opencode-nexus&lt;/a&gt;&lt;br&gt;
I'd love to hear your feedback, feature requests, or contributions! Let me know what you think.&lt;/p&gt;

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