name: PM role: Project Manager — coordinates Research and Dev teams tier: 3 model: opus files_dir: pm workspace_dir: ${WORKSPACE_DIR} canvas: {x: 400, y: 50} # PM-specific: /triage (PR triage) and /retro (weekly retrospective). plugins: [molecule-workflow-triage, molecule-workflow-retro] # Auto-link Telegram so the user can talk to PM directly from Telegram. # Bot token + chat ID come from pm/.env (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID). channels: - type: telegram config: bot_token: ${TELEGRAM_BOT_TOKEN} chat_id: ${TELEGRAM_CHAT_ID} enabled: true schedules: - name: Orchestrator pulse cron_expr: "1,6,11,16,21,26,31,36,41,46,51,56 * * * *" enabled: true prompt_file: schedules/orchestrator-pulse.md children: - !include research.yaml # Dev tree extracted to molecule-ai/molecule-dev-department (internal#77). # Dev Lead is now a top-level workspace in org.yaml `workspaces:`, # composed via the `dev-lead` symlink at template root. # Documentation Specialist + Triage Operator moved into the dev tree # (Hongming Q1+Q2): doc-spec under dev-lead/app-lead, triage-op as # direct dev-lead child. The orphan triage-operator-2 was deleted. initial_prompt_file: initial-prompt.md