Skip to content

Solo

Solo is the one-person path (help menu SO, skill bglad-solo). One developer, one spec, one chat session. Closest BMad analogue is Quick Dev / Build, but the spec stays in the Spec location from install (Jira, Confluence, or local markdown — not a BMad PRD).

flowchart LR
  spec[Spec questions] --> impl[Implement]
  impl --> rev[Self-review]
  rev --> qa[Unit and end-to-end tests]
  qa --> mr[Merge request or pull request]
  mr --> kn[Knowledge note]
  1. Ask until Problem and Acceptance are clear. Fill Design and Test notes on the same spec (ticket spec). If the spec lives on Jira and there is no key yet, file a ticket.
  2. Implement against Acceptance.
  3. Required self-review (reviewer hat). Comment on the spec: pass or block.
  4. Required unit tests and end-to-end tests. Stop if they fail.
  5. Open a merge request or pull request on the git host in your overlay.
  6. Knowledge note — short, not a copy of the spec.

If a product owner, tech lead, and tester should each take a session, use Team instead.