Skip to Content
Workflow map

Workflow map

Conclave runs the exact same commands whether you’re solo or a team — what changes is how much each command asks, and how assignment works. This page maps the full loop end to end, branching where solo and team actually differ.

Day 0 — bootstrap and founding artifacts

Solo and team run the same /conclave-planning step — the branch only changes what /conclave-init asked and how roster.md looks.

Phase A (generation from the product document) runs only once — on the first call to /conclave-planning when no backlog exists yet. Subsequent calls skip directly to the planning ceremony (Phase B).

Sprint Planning — where solo and team diverge most

On a solo project, the discipline-match check in Wave 2 never produces a coverage gap. On a team, an unstaffed discipline (TBD in the roster) triggers the gap prompt.

Per-story delivery loop — identical after that

peer_pr_review.required is normally false in lean (the solo default), so a solo run typically skips /conclave-pr-review entirely — QA’s pass goes straight to done.

Solo vs. team, side by side

StepSoloTeam
/conclave-init questionsProject name, story prefix, language, launch date. No profile question — lean is forced.Same, plus team size and one question per discipline to staff the roster.
Roster shapeOne row, Discipline = all six, Process role(s) = PM, SM.One row per discipline (or per person), TBD for anything unstaffed.
/conclave-planning Phase AIdentical — Tech Lead and Product Manager run as two separate agents even if one human does both jobs.Identical.
/conclave-planning Wave 2 (assignment)Always finds a match; coverage gaps cannot happen.Can hit a coverage gap if a discipline is TBD or a story needs one nobody covers.
/conclave-dev discipline routingSame routing table — the charter depends on the story, not on who’s running it.Identical.
/conclave-pr-reviewSkipped by default (peer_pr_review.required: false under lean). QA’s pass alone reaches done.Runs when peer_pr_review.required: true (the full-scrum default).

The takeaway: the commands and the discipline model never change. What changes is purely config.md’s team_mode, team_profile, and how many humans are behind the roster’s rows.

Last updated on