1 Repo
Continuous loops of planning and coding that build entire software projects from specifications without human intervention.
Distinct from Autonomous: Focuses on the continuous loop of construction rather than just initial project generation.
Explore 1 awesome GitHub repository matching development tools & productivity · Construction. Refine with filters or upvote what's useful.
This project is an autonomous AI software development framework designed to plan, code, test, and commit software milestones without human intervention. It functions as a state-machine-driven agent loop that orchestrates development through a recurring cycle of research, execution, and verification. The system distinguishes itself through a git-isolated task runner that executes milestones in separate worktrees and branches, ensuring changes are squash-merged into a linear commit history. It features a multi-model routing gateway that assigns different LLM providers to specific workflow phase
Builds complete software projects autonomously by cycling through research, planning, and coding.