Skip to content

Team

Team is the multi-role path (help menu TE, skill bglad-team). Pair it with Solo (one person by design). Do not start BMad’s PRD skill (bmad-prd) for overlay work. The spec lives in the Spec location from install (Jira, Confluence, or markdown).

flowchart TD
  te[Product owner: Problem and Acceptance] --> ds[Tech lead: Design]
  ds --> dev[Developer implements]
  dev --> askR{Review now or hand off?}
  askR --> rv[Required review]
  rv --> askQ{Tests now or hand off?}
  askQ --> qa[Unit and end-to-end tests]
  qa --> mr[Merge request or pull request]
  mr --> kn[Knowledge note]
WhoSkillMenu
Product owner (start)bglad-teamTE
Tech leadbglad-architectureDS
Developerbglad-devDEV
Reviewer (or same person)bglad-reviewRV
Tester (or same person)bglad-qaQA
Anyone filing a ticket or change requestbglad-ticket-mrMR
Anyone after the change requestbglad-knowledgeNOTE

Review and tests are required steps, not extra headcount. After implement the agent asks: run review now, or hand it to someone else? After review passes, the same ask for tests. Prefer another person when one exists. On a small team, the implementer may wear the reviewer and tester hats. Do not skip either step.

One developer doing the whole path by design → Solo.