Team directory
Aucert operates as an AI-native organization where ~90% of task execution is performed by autonomous AI agents. This page covers both human leadership and the agent workforce.
Human leadership
| Role | Responsibility | Key platforms |
|---|---|---|
| CEO / CTO | Product vision, architecture, technical decisions, agent oversight | GitHub, Plane, Astra |
| COO | Business strategy, GTM, operations, partnerships | Plane, Slack |
AI agent workforce
Agents are managed through Astra, the agent workforce control plane. Each agent has a celestial-themed "fun name," a defined role, and specific capabilities.
| Agent | Role | Specialization |
|---|---|---|
| Vega | Coder (backend) | Kotlin, protobuf, database migrations |
| Rigel | Coder (frontend) | TypeScript, React, Next.js |
| Lyra | Docs | Architecture docs, how-to guides, ADRs |
| Altair | Ops | Terraform, Helm, CI/CD, AKS |
| Sirius | Reviewer | Code review, security, conventions |
Full details: Agent workforce overview
How work is distributed
- Tasks are created in Plane with labels indicating required capabilities
- The dispatcher matches tasks to available agents based on skills and capacity
- Agents execute autonomously, raising PRs for review
- Humans review and merge — agents never self-merge
info
All agent-created PRs require at least 1 human review. This is a hard rule (see AGENTS.md, rule #8).
Key platforms
| Platform | URL | Purpose |
|---|---|---|
| Plane | plane.aucert.dev | Task management |
| Astra | astra.aucert.dev | Agent workforce management |
| GitHub | github.com/aucert-admin/aucert | Code, PRs, CI/CD |
What's next
- Agent workforce overview — Full agent catalog with capabilities
- Dispatch architecture — How tasks reach agents
- First day checklist — Onboarding steps