architecture
01Agent
Delegate technical decisions: library and framework choice, architecture, design patterns, and any new dependency. Owns .architecture.yaml as the single source of truth.
Claude Code Companions — external marketplace for Claude Code plugins: agents, skills, and MCP servers
Agent
Delegate technical decisions: library and framework choice, architecture, design patterns, and any new dependency. Owns .architecture.yaml as the single source of truth.
Agent
Delegate when an application needs a container image. Builds optimized, secure Containerfiles with multi-stage builds and distroless bases.
Agent
Delegate for Go implementation work: features, bug fixes, refactoring, services, handlers, repositories. Works test-first against .architecture.yaml standards.
Agent
Delegate when a Helm chart needs creating or updating. Writes helm-unittest tests before templates and follows the repository's .architecture.yaml standards.
Agent
Delegate when code carries AI artifacts: narrating comments, verbose documentation, or naming that reads as generated rather than written.
Agent
Delegate when Kubernetes manifests or ArgoCD applications are needed. Produces secure, production-ready resources following GitOps conventions.
Agent
Delegate for Python implementation work: features, bug fixes, refactoring, services, handlers, models, repositories. Works test-first with FastAPI, Pydantic, and structlog.
Agent
Delegate to validate code and then commit it. Runs linters, tests, and security checks, verifies compliance with .architecture.yaml, and performs the git commit and push once everything passes.
Agent
Delegate for web UI work. Builds Go Templ and HTMX interfaces with server-side rendering, progressive enhancement, and WCAG 2.1 AA accessibility.