# Muse Roadmap — muse ## Phase Model Key | Label | Meaning | | --- | --- | | **Thinking** | Design + freeze spec before any build | | **Auto** | Mechanical implementation against frozen spec | | **Thinking → Auto** | Thinking design + test matrix, then Auto build | | **Operator + Auto** | Tier 3 operator authorization for live/staging gates; Auto for implementation | **Handover rule (SD-3):** any step marked **Thinking → Auto** is split into **`{step}a` (Thinking)** then **`{step}b` (Auto)** in `docs/MUSE-OVERSEER-HANDOVER.md`. Every next-step table and paste block **must** include **`Model:`**. ## Build queue | Phase | Model | Status | Deliverable | | --- | --- | --- | --- | | **215a** | **Thinking** | **DONE** — `ok review --freeze` **pass** 2026-09-17 | `docs/MUSE-215-CREATED-BY-FALLBACK-FREEZE.md` | | **215b** | **Auto** | **DONE** — BV **pass** 2026-09-17; seven-tier green | `_created_by_from_record` in `branch.py`; schema key; tests | | **216a** | **Thinking** | **DONE** — `ok review --freeze` **pass** 2026-09-17 | `docs/MUSE-216-BRANCHMETA-CREATED-BY-FREEZE.md` | | **216b** | **Auto** | **DONE** — BV **pass** 2026-09-17; seven-tier green | Write-once `BranchMeta` creation provenance; additive `branch_created_*` JSON | ## Definition of Done (every phase) - Deliverables match frozen spec for the phase - **Freeze review `pass`** before any **Auto** build that consumes a `frozen: true` artifact - Required seven-tier tests green locally (`policy/test-tiers.yaml`) - **Build verification `pass`** after any **Auto** (`{step}b`) phase before status → **DONE** - No secrets committed - Both living docs updated together (SD-17) - Feature branch commit; no `main` merge without Tier 3 ## VCS context (this repo) | Setting | Value | | --- | --- | | Regime | muse-only | | Canonical | muse | | Muse remote | `origin` → `https://staging.musehub.ai/gabriel/muse` | | Muse main | main | | Feature branch pattern | `feat/{slug}` | | Current feature | `feat/216-branchmeta-created-by` | ## Cross-references - Ticket: [staging#215](https://staging.musehub.ai/gabriel/musehub/issues/215) - Companion: [staging#216](https://staging.musehub.ai/gabriel/musehub/issues/216) - `docs/MUSE-215-CREATED-BY-FALLBACK-FREEZE.md` - `docs/MUSE-216-BRANCHMETA-CREATED-BY-FREEZE.md` - `docs/MUSE-OVERSEER-HANDOVER.md` - `policy/test-tiers.yaml`