Create your first project
After completing the onboarding, you can add a project from the sidebar.1
Add a project
Click New Project or Open Project from the sidebar. For a new project, choose a parent directory and a project name. Coddo will create the folder and initialize it with a
.coddo/ directory for storing chats and tasks.2
Explore the workspace
Once your project is open, you’ll see:
- Sidebar (left) - Project switcher, task threads (todo/in-progress/review), and chat threads
- Main area (center) - The active view (Kanban, Chat, etc.)
3
Create your first task
Switch to the Kanban view and click + New Task. Give it a title, pick a provider (Claude Code or Codex) and a model, and write an instruction describing what you want the agent to do. For example:
4
Run the task
Move your task to the Todo column. Coddo’s queue runner automatically picks it up, creates a chat thread, and starts the agent.The agent will:
- Analyze your project
- Execute the changes
- Show you tool outputs and progress in real time
5
Review and complete
Once the agent finishes, the task moves to Review. Check the changes in the chat and the diff viewer. For worktree tasks, validate and merge the branch. Move your task to Done on the Kanban board.
What’s next?
Chat Interface
Learn about all the chat features -streaming, plan approval, diffs, and more.
Kanban Board
Master task management with columns, tags, and execution modes.
Task Workflow
Understand the full lifecycle of a task from creation to completion.
Git Workflow
Learn how Coddo integrates with Git for seamless version control.