forked from molecule-ai/molecule-core
Comprehensive rewrite of the Molecule AI dev team org template:
- Rename agents to {team}-{role} convention (e.g., core-be, cp-lead, app-qa)
- Add 5 new team leads: Core Platform Lead, Controlplane Lead, App & Docs Lead, Infra Lead, SDK Lead
- Add new roles: Release Manager, Integration Tester, Technical Writer, Infra-SRE, Infra-Runtime-BE, SDK-Dev, Plugin-Dev
- Delete triage-operator and triage-operator-2 (leads own triage now)
- Set default model to MiniMax-M2.7, tier 3, idle_interval_seconds 900
- Update org.yaml category_routing to new agent names
- Add orchestrator-pulse schedules for all leads (*/5 cron)
- Add pick-up-work schedules for engineers (*/15 cron)
- Add qa-review schedules for QA agents (*/15 cron)
- Add security-scan schedules for security agents (*/30 cron)
- Add release-cycle and e2e-test schedules for Release Manager and Integration Tester
- Update marketing agents with web search MCP and media generation capabilities
- All schedule prompts reference Molecule-AI/internal for PLAN.md and known-issues.md
- Un-ignore org-templates/molecule-dev/ in .gitignore for version tracking
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
name: Dev Lead
|
|
role: >-
|
|
Engineering planning and team coordination. Leads Core Platform,
|
|
Controlplane, App & Docs, Infra, SDK sub-teams, plus Release Manager,
|
|
Integration Tester, and Fullstack (floater).
|
|
tier: 3
|
|
runtime: claude-code
|
|
model: MiniMax-M2.7
|
|
files_dir: dev-lead
|
|
plugins: [molecule-skill-code-review, molecule-skill-llm-judge]
|
|
canvas: {x: 650, y: 250}
|
|
channels:
|
|
- type: telegram
|
|
config:
|
|
bot_token: ${TELEGRAM_BOT_TOKEN}
|
|
chat_id: ${TELEGRAM_CHAT_ID}
|
|
enabled: true
|
|
idle_interval_seconds: 900
|
|
schedules:
|
|
- name: Orchestrator pulse
|
|
cron_expr: "2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
|
|
enabled: true
|
|
prompt_file: schedules/orchestrator-pulse.md
|
|
children:
|
|
- !include core-platform.yaml
|
|
- !include controlplane.yaml
|
|
- !include app-docs.yaml
|
|
- !include infra.yaml
|
|
- !include sdk.yaml
|
|
- !include ../release-manager/workspace.yaml
|
|
- !include ../integration-tester/workspace.yaml
|
|
- !include ../fullstack-engineer/workspace.yaml
|
|
initial_prompt_file: initial-prompt.md
|