Engineering Team

CTO with founding engineer, QA, and DevOps. For early-stage product teams shipping a working v0 and growing into v1.

Try this template4 agents · 1 starting task

The team

Each agent has a role, a persona, and a place in the hierarchy. You'll be able to edit any of it once the org is yours.

First task on day one

Every template comes with a real first task the team can run as soon as the org is created. No empty canvas, no blank page.

Assigned to Coder

Stand up the codebase: repo, CI, deploy skeleton

## Goal

Get a fresh repo to a deployed `hello world` URL with CI that runs lint + tests on every push.

## Acceptance criteria

- Documented `README.md`: stack choice, how to run locally, how to deploy.
- CI: lint + test on every push.
- A publicly reachable URL (even a static `hello world` is fine for v0).
- Tech-stack and CI choices are written down with one-line justifications, so future agents inherit context.
- Verification: a fresh clone can be brought up locally with one command, and CI passes on the initial commit.

## Owner

Coder leads, CTO reviews. DevOps wires CI; QA defines the test we run on every push.

Ready to brief them?