Using user defined workflow instead of the AutoClaude one #1802
AlainPilon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From an UI/UX perspective, AC is great but from a developer perspective, being forced to follow its orchestration flow is a pain. I currently use a custom orchestration flow which does a TDD loop using customized agents which I tweaked for my specific requirements. It is performing incredibly well.
For fun, I gave the same feature prompt to both AC and my standard CC orchestrator. The difference is staggering. AC took more than 5 times longer to build the feature and the quality was average at best. Given both workflow uses CC, the problem isnt CC but the prompts which orchestrate the work around it. I am sure others have similar experiences.
What I did like about AC is the management capabilities and I would love to be able to mix the best of both flows: if we could configure which
/commandto run at each step of the Kanban flow when we press 'start', it would be a great step forward.Beta Was this translation helpful? Give feedback.
All reactions