infra403/agentic-engineering-lab
Agent
An analyst for planning changes to an existing software project. It examines project records, source code, dependencies, configuration, and recent history before producing an impact report and change request.
infra403/agentic-engineering-lab
Agent
An analyst for planning changes to an existing software project. It examines project records, source code, dependencies, configuration, and recent history before producing an impact report and change request.
infra403/agentic-engineering-lab
Agent
An acceptance-test engineer for the RED phase of test-driven development, where tests are written before the implementation and should initially fail. It works in a separate Git worktree, an isolated copy of the project files.
infra403/agentic-engineering-lab
Agent
An API implementation agent that builds HTTP handlers, authentication, rate limiting, and routes until prewritten acceptance tests pass. TDD, or test-driven development, means using tests as the required behavior while writing the implementation.
infra403/agentic-engineering-lab
Agent
An agent that declares the project’s technology and deployment environment, then verifies and deploys each feature. It creates shared commands and scripts for building, testing, linting, health checks, smoke tests, and rollback.
infra403/agentic-engineering-lab
Agent
An agent that creates the service entry point and shared infrastructure code. It wires together configuration, logging, database and cache connections, message queues, HTTP routes, metrics, and orderly shutdown.
infra403/agentic-engineering-lab
Agent
An implementation coordinator that directs separate coding and verification agents through a design-led development process. It moves each feature through failing tests, implementation, review, deployment, and a separate commit.
infra403/agentic-engineering-lab
Agent
A coding agent that implements a module until its existing acceptance tests pass. Acceptance tests describe the required user-visible behavior, and the agent works in a separate Git worktree, an isolated copy of the repository.
infra403/agentic-engineering-lab
Agent
An observability engineer that creates measurements, alert rules, and Grafana dashboards for a software project. Observability means collecting information that helps you understand whether a system is working correctly.
infra403/agentic-engineering-lab
Agent
An independent code reviewer for the implementation stage. It checks generated code against a defined review rubric and runs the project’s build, test, lint, and available coverage commands.
infra403/agentic-engineering-lab
Agent
An environment engineer that builds the project’s supporting infrastructure from its technical and deployment plans. This can include containers, database migrations, message-queue topics, and initial project setup.