# Bmad Ml Lab Meeting

> Run an AI Lab division meeting with research and build agents (no AI Startup agents). Use when the user requests to "start a lab meeting", "convene the lab", or "run a sprint retrospective for the lab".

- Skill: `sirnosh/bmad-ml-lab-meeting` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds add sirnosh/bmad-ml-lab-meeting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sirnosh/bmad-ml-lab-meeting/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: SirNosh (https://skillmd.com/u/sirnosh)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/sirnosh/bmad-ml-lab-meeting

---


Follow the instructions in ./workflow.md.

## Optional: Agent Teams (Claude Code)

**When to use.** If `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set at session start, assemble a team instead of dispatching serially. Nosh is team lead; the 13 AI Lab specialists are teammates (8 Research: `bmad-sova`, `bmad-sage`, `bmad-cypher`, `bmad-viper`, `bmad-breach`, `bmad-fade`, `bmad-astra`, `bmad-killjoy`; 5 Build: `bmad-chamber`, `bmad-jett`, `bmad-gekko`, `bmad-omen`, `bmad-kayo`). Team coordination happens via the shared task list and inter-agent mailbox.

**Fallback contract.** If the env var is unset, this workflow runs as serial Task-tool invocations per `./workflow.md`. Users who don't opt in see no behavior change. The installer never writes `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS`; users export it from their shell.

