AI Task Auto-Execution
Move a task to "In Progress" and AI writes the code, commits it, and opens a Pull Request in your GitHub repo — all automatically.
End-to-End Execution Flow
Trigger Execution
Drag a task from Backlog to "In Progress" on the Kanban board. This is the only action you need to take — everything else is automatic.
Task Queued & Dispatched
A TaskExecution record is created and dispatched to a Node.js worker. Tasks within the same project are queued one at a time to avoid conflicts.
Clone & Branch
The worker clones your linked GitHub repository and creates a new branch named task/{id}-{slug} based on your default branch.
AI Writes the Code
The AI agent reads your codebase, understands the project structure, and writes the code. It can read files, edit files, run bash commands, and more — just like a real developer.
Commit, Push & Pull Request
Once done, the worker commits all changes, pushes the branch to GitHub, and creates a Pull Request with a summary of what was done.
Review & Merge
Review the PR on GitHub. When satisfied, move the task to "Completed" on the Kanban board and the PR is automatically merged.
Real-Time Progress Tracking
While the AI is executing, you see live updates in the execution panel:
What You Need
- A Premium subscription (or AppSumo lifetime deal).
- A GitHub account connected via OAuth.
- A GitHub repo linked to your project.
- At least one AI provider API key added (Anthropic, Copilot, DeepSeek, or Kimi).