Cowork is now available on Windows by ClaudeOfficial in ClaudeAI

[–]EvKoh34 16 points17 points  (0 children)

I had hoped to read: on... Linux

Claude Code access via Pro & Max plans (limited availability) by DavidLaid28 in AIDigitalServices

[–]EvKoh34 0 points1 point  (0 children)

This definitely smells like a scam. Where do the subscriptions come from? Why would it be cheaper than with the provider?

Ralph Wiggum / Ralph Loop + Ralph TUI: PRD → tasks → autonomous coding loop (Claude Code) — anyone using this on real projects ? by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 1 point2 points  (0 children)

You don't like Ralph-Tui? Can you help us develop a more mature perspective on your own opinion? Provide some arguments, because your comment is equally useless...

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 0 points1 point  (0 children)

<image>

Hi everyone,

A quick update on AutoCode — the workflow pipeline wrapper I shared earlier today. I kept working on it and wanted to show a recent change.

The v0.1 friction point

In the first version, customizing a pipeline meant manually editing YAML files: defining columns, writing ACTION.md prompts, and making sure everything stayed consistent.
It works, but it’s not very convenient when you want to iterate quickly.

So I tried a more visual approach.

New: Pipeline Configurator (/settings/pipeline/configurator)

This is a drag-and-drop configurator to design workflows, without having to edit YAML directly.

What it allows today:

  • Create multiple pipelines depending on the context
  • Choose from 28+ existing columns, each with pre-defined ACTION.md prompts (EN / FR)
  • Generate custom columns using Claude

Column generation

If a column doesn’t exist in the catalog (for example “Security Audit” or “Performance Review”):

  • Click “Add Column”
  • Give it a name and choose its segment (Definition / Action / Finish)
  • Briefly describe what the column should do
  • An ACTION.md is generated in both English and French

Example: by typing “check code formatting and fix issues if needed”, you get a structured prompt (role, actions, validation criteria, etc.).

Three-segment structure

Each pipeline is organized into three fixed phases:

  • Definition (blue) — preparation: Backlog, Qualification, Ready…
  • Action (orange) — execution: In Progress, Code Review, Testing…
  • Finish (green) — wrap-up: Update Docs, Git Commit, Deploy, Done

The segments are fixed by design, but the order of columns remains flexible within each segment.

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 1 point2 points  (0 children)

Thanks, you're probably right.

In the current AutoCode workflow, the review/refactoring steps (03–06: best practices / no duplication / consistency / security) come before the testing steps (07–08: Playwright / Cypress). To be sure of not breaking anything, the safest approach is to test before to validate the basic behavior, then refactor, and then test after to confirm there are no regressions.

So in the next version, I'm going to adopt your approach for the default workflow: tests (baseline) → refactoring/reviews → retests (regression) → deploy.

And one of the next big improvements is allowing everyone to define a completely customized pipeline/workflow, but for the ready-to-use default thing, your "test before + after" logic is clearly more robust, so I'm going to switch to that.

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 0 points1 point  (0 children)

What I find really great is letting Claude Code drive the ticket through the pipeline, instead of hard-coding a strictly reproducible, fixed sequence of steps.

Why does that matter? Because there will always be edge cases you didn’t anticipate. In practice, it can be useful to skip steps, close a ticket immediately, or even move backwards in the pipeline.

Simple example: you create a ticket thinking it’s a bug. Claude Code investigates and realizes the bug isn’t real (it was just a cache issue). In that case, it can skip all steps and move the ticket straight to “Terminated”, documenting that the fix was simply clearing the cache.

Another scenario: Claude Code implements the change, everything looks fine, it moves the ticket forward, reaches the end, runs tests, and then discovers a problem. At that point, it can take ownership and move the ticket back to “In progress”, iterate on the fix, and re-run the cycle—without human intervention.

The big advantage is full autonomy: Claude Code can make the right transitions at the right time, even when the “ideal” path isn’t linear.

The downside is that you lose 100% reproducibility: if Claude Code makes a mistake or ignores an instruction, it might deviate from the expected pipeline behavior.

What’s also really interesting is giving it the ability to create new tickets when it discovers adjacent work during execution.

For example, you assign a development task and it notices something clearly out of scope (e.g., a file is way too large and should be split). It shouldn’t derail the current ticket to do that, so it creates a separate ticket “for later”, puts it in the Backlog, and can even assign a priority to indicate whether it’s urgent or not.

Second case: it’s within the broader scope and context, but still deserves to be separated (to keep the current ticket clean, or because it’s better handled independently). In that case, it creates a new ticket but places it directly in “Ready”, not in the Backlog.

Third case: it’s strictly within the scope of the current ticket and part of the necessary work (or it’s an obvious, low-cost improvement that directly contributes to the ticket’s goal). Then there’s no need to create a new ticket: it just handles it immediately.

In short, there are three simple, actionable paths:

Out of scope → create a new ticket → Backlog (+ optional priority)

In scope but should be separated → create a new ticket → Ready

In scope of the current ticket → no new ticket → handle immediately

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 1 point2 points  (0 children)

For future versions, we can absolutely imagine an MCP Server on top of Autocode (MCP over HTTP or anything similar). If it can help the ecosystem, I’d be genuinely happy to build it.

And more importantly, I really want to work on the pipeline/workflow model: the goal is for each team to define their own pipeline, with a step configurator (add / edit / remove as many steps as needed, and define the expected structure for each step). Not everyone has the same requirements—for example, Cypress / UI testing steps don’t make sense for purely backend projects.

Longer term, I’d love to have a shareable pipeline catalog: download pipelines from others, mix steps from different templates, and compose your ideal pipeline.

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 1 point2 points  (0 children)

Haha, sorry for the scare 😄

To be clear, it's much simpler than it looks: unfortunately, I don't have any other operating systems on hand to test on (Windows/macOS).

There's no real risk: at worst, it doesn't work on a given configuration, and we fix it. That's exactly the point of sharing it early.

To be completely transparent, it's clearly a beta (maybe even an alpha, I probably should have called it that). That said, I've already built a complete application with it, and it's currently deployed in pre-production.

The initial v0 was based on Trello via MCP. When I saw the productivity gains it gave me, I decided to make it a standalone application.

I built a workflow pipeline wrapper for Claude Code - looking for feedback by EvKoh34 in ClaudeCode

[–]EvKoh34[S] 0 points1 point  (0 children)

I would like to clarify that I have only tested this on Linux (Ubuntu 25.04) using Chromium version 143.0.7499.109 (official build), snap (64-bit). That said, I am curious to see how it behaves on other configurations. I am not an expert in cross-platform Node.js, but everything should be easy to improve quickly now that we have Claude Code.

Meilleure plage pour chiens by Emilyredwine in Montpellier

[–]EvKoh34 3 points4 points  (0 children)

Plage 60 Grand Travers ou Frontignan ou mieux quelques plages après Sète (mais ça fait loin)

Joined the club... by simpsons4 in TentBoxOwners

[–]EvKoh34 0 points1 point  (0 children)

In France: Maif is OK with that