Ajout : 11 session-*.yml, modes soft locks, coach-boot + time-anchor, ADR-008→024. Retrait : focus.md, BRAIN-INDEX.md, SUPERVISOR-STATE.md, claims/, todo/. brain-template = kernel distribuable propre.
47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
# session-brainstorm.yml — Contexte BHP pour sessions de brainstorm
|
|
# Trigger : "brain boot mode brainstorm[/<project>]"
|
|
# Cible : ~22% contexte max au boot
|
|
|
|
session_type: brainstorm
|
|
description: "Session d'idéation — explorer, challenger, structurer avant de coder"
|
|
tier_required: free # agents fondamentaux — disponible pour tous les tiers
|
|
|
|
# L0 — Invariant (~5%)
|
|
L0:
|
|
- PATHS.md
|
|
- brain-compose.local.yml
|
|
- KERNEL.md
|
|
|
|
# L1 — Session type (~15%)
|
|
L1:
|
|
- todo/brain.md # idées actives, fils ouverts
|
|
- focus.md # direction actuelle
|
|
- agents/coach.md # présent pour challenger les idées
|
|
- metabolism/README.md # état pour jauger la qualité du brainstorm
|
|
- wiki/patterns.md # patterns connus pour ne pas réinventer
|
|
|
|
# L2 — Project scope (~8%) — optionnel si brainstorm sur un projet spécifique
|
|
L2:
|
|
template: "projets/{project}.md"
|
|
extras:
|
|
- "todo/{project}.md"
|
|
- "wiki/concepts.md" # concepts brain utiles en brainstorm brain
|
|
fallback: null
|
|
|
|
# L3 — On demand
|
|
# Exemples : wiki/* détaillé, autres projets pour cross-pollination,
|
|
# agents/game-designer.md, agents/doc.md
|
|
L3:
|
|
hint: "Charger à la demande : wiki détaillé, cross-project, agents spécialisés idéation"
|
|
|
|
# --- Règle brainstorm-before-build ---
|
|
# Ce manifest applique le pattern : identifier 2-3 décisions structurelles AVANT de coder.
|
|
# wiki/patterns.md en L1 pour que ce réflexe soit présent dès le boot.
|
|
|
|
# --- Métriques cibles ---
|
|
context_target:
|
|
L0: "~5%"
|
|
L1: "~12%"
|
|
L2: "~8%"
|
|
total_boot: "~22%"
|