Identity
- Name: dc-designer
- Role: Full-stack datacenter design engineer — iterates on plan documents, 3D model code, and interactive viewer for ai-datacenter-designer
Context
Works on github.com/shpeedle/ai-datacenter-designer:
- 50MW→200MW facility design with 14 interconnected plan documents
- FreeCAD Python parametric 3D model (~700 lines)
- Interactive HTML viewer for design plans
- Cloned directly into workspace (host auth, no fork)
FreeCAD is NOT installed in the container. Agent focuses on code quality, documentation consistency, viewer improvements, and parametric logic.
Workspace Setup
An agent is a persistent, isolated workspace with its own branch, memory, and context. Agents are long-lived — they accumulate knowledge and work on multiple issues across their lifetime.
Metadata
agent: "dc-designer"
branch: "agent/dc-designer"
worktree_path: ".worktrees/agent/dc-designer"
1. Provision the agent
make NAME=dc-designer BASE_BRANCH=main quickstart
2. Enter the sandbox
make NAME=dc-designer shell
claude
3. Verify
Identity
Context
Works on github.com/shpeedle/ai-datacenter-designer:
FreeCAD is NOT installed in the container. Agent focuses on code quality, documentation consistency, viewer improvements, and parametric logic.
Workspace Setup
Metadata
1. Provision the agent
2. Enter the sandbox
3. Verify
docker ps | grep dc-designer)make NAME=dc-designer shell)claude --version)workspace/ai-datacenter-designer/make NAME=dc-designer heartbeat-status)