Adding Features

Ship new functionality in parallel

Build multiple features simultaneously. Each agent works on a different feature branch—auth, UI, API—all at once.

Multiple feature branches at once

Each feature gets its own workspace and git branch. Build auth, payments, and dashboard UI simultaneously.

auth-feature
payments-api
landing-page
dashboard-ui

Your workflow, amplified

Same git workflow you know and love, just with multiple AI agents helping you build in parallel.

$ git branch
  main
* feat/auth-system
  feat/payments-api
  feat/dashboard-ui
  feat/notifications

$ sonars status
✓ 4 workspaces active

Why Sonars for feature development

Parallel feature branches

Each feature gets its own workspace and branch. Build auth while another agent builds payments.

No conflicts during dev

Git worktrees keep everything separate. Only merge when features are complete and tested.

Easy code review

Review each feature independently. Share conversation links to explain design decisions.

Ship more per sprint

Complete multiple features in the time it used to take for one. Multiply your output.

The feature development workflow

1

Plan your sprint

Pick the features to build. Each becomes a workspace with its own branch.

2

Build in parallel

Agents work on different features simultaneously. Guide them as needed.

3

Review and iterate

Check each feature's progress. Request changes, run tests, refine.

4

Merge and ship

Bring features together. Ship multiple improvements at once.

Common questions

How do features get integrated?

Each feature lives on its own branch. Merge them to main when ready—just like you would with human-written PRs. The AI can help resolve conflicts.

Can I work on a feature myself while agents handle others?

Absolutely. Your main branch is untouched. You can work on it or any worktree while agents build in other workspaces.

Start building features

Free to use. Ship more every sprint.