OpenClaw:
From what I’ve read, OpenClaw was mostly developed using AI tools
So, if I understand correctly, the founder initially coded it using Claude CLI, manually clicked “accept” on each Claude request, and then gradually built OpenClaw itself, eventually using OpenClaw to continue developing OpenClaw
Is that the actual story?
If so, does that mean that if we give OpenClaw a complete specification document from A to Z, and it breaks it down into tasks, then assign multiple agents to those tasks, each with a specific specialty, plus sub-agents with even more precise specialties, we could theoretically develop an entire project from start to finish?
Is that really possible today? Has anyone already done this successfully?
I was thinking about building an agent that reads a full specification document, breaks it down into Agent/Human tasks in Monday, and then, once that is done, having Monday trigger events whenever a task is completed
Those events would then launch the right development agents, each agent would work on the code, commit its changes to GitHub, and another agent would review and validate the commits
Finally, a human would review the overall result
What do you think about this approach?
Do you already have an efficient process for this kind of workflow?