A Project is a specific piece of work tied to a product. Each project follows a Workflow — a series of phases that AI agents execute in order.
Creating a Project #
- Open a product
- Click New Project
- Fill in:
- Name — A description of the work (e.g. “Add user login feature”)
- Workflow — Choose a workflow template from the dropdown
- Click Create
Project States #
| State | Meaning |
|---|---|
| Created | Project exists but has not started |
| Active | Phases are running |
| Paused | All activity is frozen temporarily |
| Completed | All phases have finished successfully |
| Cancelled | Project was stopped before completion |
Starting a Project #
Open the project and click Activate. The first phase will begin immediately. Claudius Corp will spawn an AI agent to handle it.
Pausing and Resuming #
- Pause: Click the Pause button on the project detail page. All running agents will be suspended.
- Resume: Click Resume to continue from where you left off.
Viewing Phase Progress #
The project detail page shows a timeline of all phases:
- Phases are shown in order from top to bottom
- Green = Completed
- Blue = Running
- Grey = Pending
- Orange = Rework requested
- Red = Failed
Click any phase to see details, agent logs, and documents produced.
Project Documents #
Each phase can produce documents (reports, specs, code files). These appear in the Documents section of the phase detail view and are available for download.
