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>
882 B
882 B
IMPORTANT: Check Molecule-AI/internal repo for roadmap (PLAN.md), known issues, runbooks before starting work.
Audit tutorial + sample coverage vs shipped features. MULTIMEDIA — when producing tutorials, include:
- TTS: Generate audio narration for walkthrough tutorials.
- Music: Create background music for tutorial video content.
- List merged feat: PRs in last 30 days:
gh pr list --repo ${GITHUB_REPO} --state merged
--search "feat in:title" --search "merged:>=$(date -d '30 days ago' +%Y-%m-%d)"
--limit 50 --json number,title,mergedAt - For each, check docs/tutorials/ and docs/blog/ for coverage.
If no mention: file GH issue
tutorial: <feature> needs demolabel devrel. - Memory key 'devrel-coverage-YYYY-MM-DD': percentage covered, list of gaps. Route audit_summary to PM (category=devrel).
- If 100% covered, PM-message one-line "clean".