<?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: Dmitry</title>
    <description>The latest articles on DEV Community by Dmitry (@dkrupenya).</description>
    <link>https://dev.to/dkrupenya</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%2F742141%2F63eabdc1-c592-43bd-b53b-032bf9dd1fbd.png</url>
      <title>DEV Community: Dmitry</title>
      <link>https://dev.to/dkrupenya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dkrupenya"/>
    <language>en</language>
    <item>
      <title>A tmux sidecar for repeatable Claude/Codex workflows</title>
      <dc:creator>Dmitry</dc:creator>
      <pubDate>Sun, 17 May 2026 08:53:02 +0000</pubDate>
      <link>https://dev.to/dkrupenya/a-tmux-sidecar-for-repeatable-claudecodex-workflows-4426</link>
      <guid>https://dev.to/dkrupenya/a-tmux-sidecar-for-repeatable-claudecodex-workflows-4426</guid>
      <description>&lt;p&gt;I realized that I keep repeating almost the same workflow in my daily programming with Codex/Claude and OpenSpec: &lt;/p&gt;

&lt;p&gt;create proposal → review → implement → review code → write tests → update specs → close proposal. &lt;/p&gt;

&lt;p&gt;The workflow in general is the same, but the prompts are slightly different each time and require task specific edits. &lt;/p&gt;

&lt;p&gt;So I have created an app: a simple tmux sidecar that lets you define a workflow, track its status, reuse prompts between runs, edit them when needed, and send them to a coding agent in another tmux pane. &lt;/p&gt;

&lt;p&gt;It is intentionally not a full automation/orchestration framework. The goal is to reduce prompt copy-pasting while keeping you in control of each step.&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%2F8no7sdlyhdnj34p2sqr6.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%2F8no7sdlyhdnj34p2sqr6.png" alt="claude-adjunct" width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope, it may makes your coding workflow a little easier, and I’d appreciate any feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/dkrupenya/claude-adjunct" rel="noopener noreferrer"&gt;GitHub link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>productivity</category>
      <category>ai</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
