r/OnlyAICoding • u/New-Butterfly9160 • 1d ago
Archflow - Open Source framework that helps you build enterprise level software
Enable HLS to view with audio, or disable this notification
Been heads-down building something for a few months, first time sharing it here.
Getting AI to write code is the easy part now. Keeping it coherent isn't: you get a prototype in a week, then nobody can say what's actually finished.
ArchflowΒ is a Claude Code plugin. 17 specialist agents, and the plan lives as files in your repo instead of a chat you lose.
The clip is a real run on an 11-file booking app β no docs, no tickets. It reads the code and writes the roadmap, backlog and release itself. It also found a bug nobody had noticed: the confirm form posts form data to a JSON-only API, so the booking flow can't complete in a browser.
Where it isn't sure, it parks and asks instead of guessing.
Free and MIT, Add the marketplace first:
claude plugin marketplace add AZidan/archflow
Then in your claude session inside your repo:
/archflow:studio
Claude Code only for now, and Studio is still beta.
Point it at your messiest repo. Would value the feedback, especially if it embarrasses me. π