About Cronos
Internal project management for the ULTC engineering team.
What is Cronos?
Cronos is a Kanban-style task management application built and operated by ULTC for its own engineering team. It provides a structured board for planning, tracking, and automating software development work — with built-in support for dispatching tasks to Claude Code AI agents.
How it works
Team members create task cards on a shared board and organize them across workflow lanes (backlog, in progress, review, done). Any task can be handed off to an autonomous Claude Code agent that will:
- Read the relevant codebase and understand the context
- Write, edit, or refactor code to meet the task requirements
- Run tests and verify the changes
- Report results back to the board in real time
This dramatically reduces the manual effort required for routine engineering tasks and lets the team focus on higher-level design and decision-making.
Who operates it?
Cronos is operated entirely by ULTC on private infrastructure (a self-hosted VPS). It is not a commercial product and is not offered to external users. All task data and code remain within ULTC's own systems.
Technology
Cronos is a web application. The frontend is built with React and the backend with FastAPI (Python). Agent execution is powered by the Anthropic Claude API. The entire stack runs in Docker containers managed with Docker Compose.
Access
Access to Cronos is restricted to authorized ULTC team members via HTTP basic authentication. If you reached this page unexpectedly, please contact your ULTC administrator.