Roles
For engineers
You're the gatekeeper. Itera is designed so that nothing reaches production without you.
Your typical flow:
- Iteration arrives in your inbox in Engineering phase.
- Answer technical questions and review specs.
- Approve the implementation plan.
- For each Ready PR, send the Move to agent prompt to your coding agent. Your agent claims the PR and builds it.
- Review the PR in your normal review process: in your IDE or in your hosted Git provider.
- Merge.
What changes for you:
- You spend less time on routine implementation. The agent does that.
- You spend more time on architecture, review, and high-judgment decisions.
- You stay fully in your existing tooling: your IDE, your Git provider, your CI/CD. Itera doesn't replace any of that.
If you'd rather pull a branch and work on it manually instead of using your coding agent, you can. Every iteration produces real Git branches and PRs in your repository.
Setting up Itera technically? The full technical reference lives at docs.iteradev.ai. That's where to go for
itera.ymlconfiguration, the component inspector, and framework-specific integration guides.