forked from molecule-ai/molecule-core
- org.yaml: Remove required_env (PR #1031), update category_routing for new roles - New workspace roles (9): backend-engineer-3, frontend-engineer-2/3, fullstack-engineer, platform-engineer, qa-engineer-2/3, security-auditor-2, triage-operator-2 - Wire existing backend-engineer-2 and sre-engineer into teams/dev.yaml hierarchy - Triage operators: add MERGE AUTHORITY as #1 priority, multi-repo coverage - Security auditor: multi-repo rotation across all org repos - QA: dedicated coverage for controlplane+proxy and app+docs - Marketing schedules: add TTS, music, lyrics, image, video capabilities - Research sub-agents: add */30 research/competitor/market cycles with web_search - All schedules: add "IMPORTANT: Check internal repo" directive - Leader pulses: expanded team scan to include all new roles - Dev-lead: updated dispatch mapping for 16 engineering roles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
778 B
YAML
27 lines
778 B
YAML
name: Research Lead
|
|
role: >-
|
|
Market analysis and technical research. Leads Tech Researcher,
|
|
Competitive Intel, Market Analyst.
|
|
tier: 3
|
|
runtime: claude-code
|
|
model: MiniMax-M2.7
|
|
files_dir: research-lead
|
|
plugins: [browser-automation]
|
|
channels:
|
|
- type: telegram
|
|
config:
|
|
bot_token: ${TELEGRAM_BOT_TOKEN}
|
|
chat_id: ${TELEGRAM_CHAT_ID}
|
|
enabled: true
|
|
idle_interval_seconds: 900
|
|
schedules:
|
|
- name: Orchestrator pulse (every 5 min)
|
|
cron_expr: "4,9,14,19,24,29,34,39,44,49,54,59 * * * *"
|
|
enabled: true
|
|
prompt_file: schedules/orchestrator-pulse.md
|
|
children:
|
|
- !include ../market-analyst/workspace.yaml
|
|
- !include ../technical-researcher/workspace.yaml
|
|
- !include ../competitive-intelligence/workspace.yaml
|
|
initial_prompt_file: initial-prompt.md
|