borisXdave
The AI dev team that builds features, solves bugs, and ships
borisXdave – Autonomous AI dev team for planning, building, and shipping code
Summary: borisXdave uses two autonomous agents on Claude Code to break down development tasks into milestones and iteratively complete them with memory across sessions. It orchestrates end-to-end software workflows including planning, debugging, and committing code changes.
What it does
Boris decomposes a prompt into milestones with a dependency graph, while Dave loops through each milestone until completion using full session memory and file-based learnings. The system supports sequential, parallel, or swarm execution modes and commits code after each milestone.
Who it's for
Developers seeking an autonomous coding agent to manage multi-step programming tasks without manual intervention.
Why it matters
It reduces the need for manual oversight by maintaining context within and across milestones, improving efficiency in complex coding projects.