mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
11 lines
332 B
Docker
11 lines
332 B
Docker
# PM Agent - Lightweight coordinator
|
|||
|
|
# PMs don't code, they coordinate and delegate
|
||
|
|
|
||
|
|
FROM roboco-agent-base
|
||
|
|
|
||
|
|
# No additional tools needed - PMs use MCP tools only
|
||
|
|
# They get: task management, messaging, notifications, journaling
|
||
|
|
|
||
|
|
LABEL role="pm"
|
||
|
|
LABEL description="Project Manager agent - coordinates work, delegates to developers"
|