Software development has been fully automated now so why shouldn’t product feedback too? I created a workflow to automatically process all user feedback and incorporate that into the product, tightening the product development process to mere minutes from user feedback to live deployment. You can try it out yourself by submitting feature requests in the website and watch as it gets built in realtime. The TL;DR of how it works is: create github issues from feedback submissions worker task picks up those github issues and spawns agents to deal with them agents follow a ralph loop to complete them (or reject them if the issue is unrelated) agents create a pr that automerges after CI passes there’s a constitution md file which is used to guide the general product direction and provide guard rails to make sure the product doesn’t lose its identity The repo is opensource so you can see how everything works. https://github.com/rayzhudev/openreactor submitted by /u/rayzhueth
Originally posted by u/rayzhueth on r/ClaudeCode
