DEV Community

Dmitry
Dmitry

Posted on

A tmux sidecar for repeatable Claude/Codex workflows

I realized that I keep repeating almost the same workflow in my daily programming with Codex/Claude and OpenSpec:

create proposal → review → implement → review code → write tests → update specs → close proposal.

The workflow in general is the same, but the prompts are slightly different each time and require task specific edits.

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.

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.

claude-adjunct

Hope, it may makes your coding workflow a little easier, and I’d appreciate any feedback.

GitHub link

Top comments (0)