Megabrain (Chernabog Sprint Engine)
active5/44 done · 11%Backlog
| ID | Status | Priority | Sprint | Size |
|---|---|---|---|---|
| B-VAULT-LIBRARIAN | todo | 2 | V0a-maintenance | M |
| B3.1 | todo | 3 | Sprint 3 | L |
| B3.10 | todo | 3 | Sprint 3 | S |
| B3.2 | todo | 3 | Sprint 3 | S |
| B3.3 | todo | 3 | Sprint 3 | M |
| B3.4 | todo | 3 | Sprint 3 | S |
| B3.5 | todo | 3 | Sprint 3 | S |
| B3.6 | todo | 3 | Sprint 3 | S |
| B3.7 | todo | 3 | Sprint 3 | M |
| B3.8 | todo | 3 | Sprint 3 | S |
| B3.9 | todo | 3 | Sprint 3 | S |
| B1 | todo | 4 | V0b | L |
| B4.1 | todo | 4 | Sprint 4 | M |
| B4.2 | todo | 4 | Sprint 4 | S |
| B4.3 | todo | 4 | Sprint 4 | S |
| B4.4 | todo | 4 | Sprint 4 | S |
| B4.5 | todo | 4 | Sprint 4 | S |
| B4.6 | todo | 4 | Sprint 4 | XS |
| B4.7 | todo | 4 | Sprint 4 | S |
| B-META-DOCTRINE-BUILDER | todo | 6 | Meta-skills | S |
| B6.1 | todo | 6 | Sprint 6 | M |
| B6.3 | todo | 6 | Sprint 6 | S |
| B6.4 | todo | 6 | Sprint 6 | S |
| B6.5 | todo | 6 | Sprint 6 | S |
| B7.1 | todo | 7 | Sprint 7 | XS |
| B7.2 | todo | 7 | Sprint 7 | XS |
| B7.3 | todo | 7 | Sprint 7 | XS |
| B7.4 | todo | 7 | Sprint 7 | XS |
| B7.5 | todo | 7 | Sprint 7 | L |
| B7.6 | todo | 7 | Sprint 7 | M |
| B7.7 | todo | 7 | Sprint 7 | L |
| B7.8 | todo | 7 | Sprint 7 | S |
| C3 | todo | 8 | Sprint ORCHESTRATION | M |
| Observability | todo | 8 | Sprint ORCHESTRATION | M |
| B-BRIDGE-OBSERVABILITY | todo | 9 | Hors-backlog | M |
| B-BRIDGE-WIFI-TEST | todo | 9 | Hors-backlog | M |
| B-VAULT-ENRICH.A | todo | 9 | Hors-backlog | M |
| B-VAULT-ENRICH.B | todo | 9 | Hors-backlog | S |
| B-VAULT-ENRICH | todo | 9 | Hors-backlog | M |
| C2-a | done | 1 | ORCHESTRATION | S |
| C2-d | done | 8 | Sprint ORCHESTRATION | M |
| C2-e | done | 8 | Sprint ORCHESTRATION | M |
| C2-f | done | 8 | Sprint ORCHESTRATION | S |
| B-CC-MASTERY | done | 9 | Hors-backlog | M |
Definition of Done
in-progressvv4
- D1
PLAYBOOK V2 audité, amélioré, auto-portant
Testé sur un projet vide fictif (timing <2h bootstrap complet); humain peut lire V2 seul et bootstrapper sans assistance.
- D2
Vault structuré pour héberger le playbook V2
Structure stable et documentée; décision location actée.
- D3
Skills standardisés audités et instanciés
Liste finale documentée, justifiée, chaque skill a un fichier markdown propre.
- D4
Frontière MECE skills standards vs meta-skills
Aucun chevauchement, frontière documentée dans conventions.md.
- D5
MOC fonctionnel
Ouvrir le MOC sans autre note donne l'état complet en <30s.
- D6
Project Instructions Claude.ai v2
Instructions sourcées best practices 2026.
- D7
Capitalisation 7 sessions Cherna J0.5
Apprentissages extraits dans Obsidian comme fichiers structurés.
- D8
Bridge claude.ai → CC sans double facturation
Bridge opérationnel, testé, sans transport manuel.
- D9
Megabrain backlog préservé
14 UCs documentés avec titre, description, motivation, sprint cible.
Open Questions
No open questions.
Latest Brief
type: session-brief status: closed created: 2026-06-10 session: 2026-06-10_b project: megabrain
Session Brief — 2026-06-10_b
Context
Verification session opened to confirm the previous C/End landed and to activate the vault-librarian; expanded into a HYGIENE triage and a scoping discussion on CC parallelism.
What happened
- C/Start verification — confirmed
cend_a_6d2flanded: decisions-log D334–D338 (sequential), open-questions updated (ORPHAN-CLAIM annotated, LIBRARIAN-AGENT resolved), DOD D8 checked, cc-orchestration Drive mirror synced (commit 0cb94bd). - vault-librarian activated (D339) — verified the plist non-destructive (
RunAtLoad=false, detection-only runner, autostash pull, exit 0/1 normal) before runninglaunchctl bootstrap.launchctl list | grep vault-librarianconfirms one line. First daily run 07:00 Dubai. Closes step 2 of the P1 checklist; OQ-BRIDGE-ORPHAN-CLAIM closes on the first production run with--bridge-state-dir. - HYGIENE 2026-06-10 triaged (D341) — report pulled via CC fallback (
readhyg_8a4c1e) because the connector was GitHub-rate-limited. 14 dangling wikilinks cleared: 5 via connector (both_MOC.mdhubs — megabrain + command-center, deleted-brief links redirected to current), 9 via one surgical CC dispatch (hyglinks_3f7b, 14 real fixes across 6 files — decisions-log held 6 copies of one dead link, cc-orchestration 2 copies of[[best-at-cc]]). Librarian recheck: HIGH dangling 14→0, HIGH total 19→5. - Parallelism scoped (D340) — Vincent wants n parallel heavy CC sessions. Direction: a parameterizable worktree pool (start at 2, scale n by config), each dispatch/chain pinned to a slot, sync before / serialized merge-push after,
reset --hardcleanup on FAIL. Hidden cost surfaced: the bridge contract's "absolute paths everywhere" rule is incompatible with worktrees (a payload's absolute path would write the main tree from a worktree) → must be replaced by a watcher-injected$PROJECT_ROOT. The logic is python+git, OS-agnostic → migrates off-Mac unchanged.
Decisions
- D339 — vault-librarian activated (launchd loaded, first run 07:00 Dubai).
- D340 — CC parallelism direction = parameterizable worktree pool (n, start 2); bridge abs-path rule to be replaced by
$PROJECT_ROOT; ADR-023 to author. - D341 — HYGIENE 14 dangling wikilinks cleared (commit 1fb673f); HIGH 19→5.
Open questions opened
- OQ-CC-PARALLEL-WORKTREES (P2) — parameterizable worktree pool; blocks on ADR-023.
- OQ-BRIDGE-ABSPATH-WORKTREE (P2) — replace bridge "absolute paths" with injected
$PROJECT_ROOT. - OQ-ADR-INDEX-STALE (P3) —
50-system/decisions/README.mdlists 4 of 22 ADRs.
DoD impact
None — no D1–D9 criterion newly moved. D8 remains DONE.
Next
- Author ADR-023 (worktree pool) after a read-only CC sparring dispatch on the live watcher.
- CHAIN-D1-ACCEPT (core remaining V0a criterion).
- Finish HYGIENE: 5 drift R2 + 14 ghost-skill index entries (connector).
Links
- [[00-hot]] · [[dod/DOD_V0A]] · [[backlog-v0a]]
- HYGIENE report: [[50-system/reports/HYGIENE_2026-06-10]]