Outils pour utilisateurs

Outils du site


carnet:g1_besoins:bach

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
carnet:g1_besoins:bach [2026/01/11 13:08] wiki_edecarnet:g1_besoins:bach [2026/01/11 14:29] (Version actuelle) wiki_ede
Ligne 22: Ligne 22:
  
 ---- ----
 +
 +==== Processus de définition du plan de changement ====
 +
 +
 +<mermaid>
 +%% Configuration pour mieux gérer l'espace
 +graph TD
 +    %% TITRE
 +    T[📋 Figure 1.5 - Processus Bach]
 +    
 +    %% LIGNE 1
 +    A1["Problème et/ou projet - esprit<br>Individuel collectif"]
 +    B1["1. Enregistrer la demande"]
 +    C1["La demande peut être :<br>écrite, orale, directe (entretien)<br>Dans tous les cas : prendre acte/reformuler et prendre rendez-vous"]
 +    
 +    %% LIGNE 2  
 +    A2[" "]
 +    B2["2. Préparer l'entretien"]
 +    C2["Déterminer :<br>comment commencer<br>questions clés poser<br>comment conclure"]
 +    
 +    %% LIGNE 3
 +    A3["Objectif : clarifier la demande"]
 +    B3["3. Conduire l'entretien"]
 +    C3["Suivre le plan établi :<br>prise de contact<br>annonce objectif entretien<br> reformulation de la demande<br> questions ouvertes<br>planification de la suite des opérations<br> conclusion"]
 +    
 +    %% LIGNE 4
 +    C4["Clarifier minimalement :<br>vrai problème ou projet<br> l'espace disponible <br> enjeu principal<br>contexte/environnement<br>but/résultats attendus<br>public cible"]
 +    
 +    %% LIGNE 5
 +    A5["Objectif : analyser les causes<br>possibles de l'écart de performance"]
 +    B5["4. Le cas échéant, compléter le dossier"]
 +    C5["Analyser en complément :<br>données, textes officiels<br>procédures...<br>interviews, imprégnation/visites"]
 +    
 +    %% LIGNE 6
 +    A6["Objectif : imaginer un plan global d'<br>intervention (préprojet)"]
 +    B6["5. Créer le plan de changement<br>(hypothèse de travail)"]
 +    C6["Rédiger le document en répondant aux questions suivantes :<br>qui est le mandant/mandataire ?<br>quel problème (contexte, historique, enjeux ...)?<br>quels buts/objectifs ?<br>quel public visé (qualité, nombre, attentes et besoins pressentis ?<br>quel dispositif ?<br>quels acteurs impliqués?<br>quel investissement prévu (coût, durée) ?<br>quels sont les résultats attendus et comment sont-ils évalués ?"]
 +    
 +    %% LIGNE 7
 +    C7["Synthétiser l'information<br>et la rendre accessible au mandant"]
 +    
 +    %% LIGNE 8
 +    A8["Valider le plan de changement"]
 +    B8["6. Présenter le préprojet<br>Obtenir une décision"]
 +    
 +    %% ALIGNEMENT PAR LIGNES
 +    T --- A1 & B1 & C1
 +    
 +    A1 --- A2
 +    B1 --- B2
 +    C1 --- C2
 +    
 +    A2 --- A5
 +    B2 --- B3
 +    C2 --- C3
 +    
 +    B3 --- B5
 +    C3 --- C4
 +    
 +    C4 --- C5
 +    
 +    A5 --- A6
 +    B5 --- B6
 +    C5 --- C6
 +    
 +    A6 --- A8
 +    B6 --- B8
 +    C6 --- C7
 +    
 +    %% FLÈCHES ENTRE ÉTAPES
 +    B1 --> B2
 +    B2 --> B3
 +    B3 --> B5
 +    B5 --> B6
 +    B6 --> B8
 +    
 +    %% FLÈCHES POUR LA COLONNE C
 +    C1 --> C2
 +    C2 --> C3
 +    C3 --> C4
 +    C4 --> C5
 +    C5 --> C6
 +    C6 --> C7
 +    
 +    %% STYLES - TOUTES LES BULLES AVEC BORDURE
 +    style T fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
 +    
 +    style A1 fill:#f3e5f5,stroke:#7b1fa2
 +    style A2 fill:#ffffff,stroke:#ffffff
 +    style A3 fill:#ffebee,stroke:#d32f2f
 +    style A5 fill:#e8f5e9,stroke:#388e3c
 +    style A6 fill:#e3f2fd,stroke:#1565c0
 +    style A8 fill:#fff3e0,stroke:#ff8f00
 +    
 +    style B1 fill:#d1c4e9,stroke:#7b1fa2
 +    style B2 fill:#ffcdd2,stroke:#f44336
 +    style B3 fill:#c8e6c9,stroke:#4caf50
 +    style B5 fill:#fff9c4,stroke:#ff9800
 +    style B6 fill:#bbdefb,stroke:#2196f3
 +    style B8 fill:#ffecb3,stroke:#ff8f00
 +    
 +    style C1 fill:#f3e5f5,stroke:#7b1fa2
 +    style C2 fill:#ffebee,stroke:#f44336
 +    style C3 fill:#e8f5e9,stroke:#4caf50
 +    style C4 fill:#fff3e0,stroke:#ff9800
 +    style C5 fill:#ffebee,stroke:#f44336
 +    style C6 fill:#e3f2fd,stroke:#2196f3
 +    style C7 fill:#fce4ec,stroke:#e91e63
 +    
 +    %% Masquer les liens d'alignement pour la disposition tabulaire
 +    linkStyle 0 stroke-width:0
 +    linkStyle 1 stroke-width:0
 +    linkStyle 2 stroke-width:0
 +    linkStyle 3 stroke-width:0
 +    linkStyle 4 stroke-width:0
 +    linkStyle 5 stroke-width:0
 +    linkStyle 6 stroke-width:0
 +    linkStyle 7 stroke-width:0
 +    linkStyle 8 stroke-width:0
 +    linkStyle 9 stroke-width:0
 +    linkStyle 10 stroke-width:0
 +    linkStyle 11 stroke-width:0
 +    linkStyle 12 stroke-width:0
 +    linkStyle 13 stroke-width:0
 +    
 +    %% Style des flèches visibles
 +    linkStyle 14 stroke:#7b1fa2,stroke-width:2px
 +    linkStyle 15 stroke:#f44336,stroke-width:2px
 +    linkStyle 16 stroke:#4caf50,stroke-width:2px
 +    linkStyle 17 stroke:#ff9800,stroke-width:2px
 +    linkStyle 18 stroke:#2196f3,stroke-width:2px
 +    
 +    linkStyle 19 stroke:#7b1fa2,stroke-width:1.5px
 +    linkStyle 20 stroke:#f44336,stroke-width:1.5px
 +    linkStyle 21 stroke:#4caf50,stroke-width:1.5px
 +    linkStyle 22 stroke:#ff9800,stroke-width:1.5px
 +    linkStyle 23 stroke:#2196f3,stroke-width:1.5px
 +    linkStyle 24 stroke:#e91e63,stroke-width:1.5px
 +</mermaid>
 +----
 +
  
 === 📊 Le modèle en 9 étapes de Bach === === 📊 Le modèle en 9 étapes de Bach ===
Ligne 27: Ligne 168:
 <mermaid> <mermaid>
 graph TD graph TD
-    A[🎯 1. Analyse<br>de la demande--> B[🔍 2. Analyse<br>du besoin+    subgraph "🔍 ANALYSE" 
-    B --> C[📝 3. Définition<br>des objectifs+        A[1. Demande] 
-    C --> D[🧠 4. Choix des<br>stratégies pédagogiques+        B[2. Besoin
-    D --> E[🛠️ 5. Choix<br>des moyens+    end 
-    E --> F[📋 6. Conception<br>du dispositif+     
-    F --> G[🎭 7. Réalisation<br>(animation)+    subgraph "🎯 CONCEPTION" 
-    G --> H[📈 8. Évaluation<br>des résultats+        C[3. Objectifs
-    H --> I[💾 9. Bilan et<br>capitalisation]+        D[4. Stratégies
 +        E[5. Moyens
 +        F[6. Dispositif
 +    end 
 +     
 +    subgraph "🚀 RÉALISATION" 
 +        G[7. Animation
 +    end 
 +     
 +    subgraph "📈 ÉVALUATION" 
 +        H[8. Résultats] 
 +        I[9. Capitalisation
 +    end 
 +     
 +    A --> B --> C --> D --> E --> F --> G --> H --> I
          
-    style fill:#e3f2fd +    style ANALYSE fill:#e3f2fd 
-    style fill:#ffebee +    style CONCEPTION fill:#f3e5f5 
-    style fill:#e8f5e9 +    style RÉALISATION fill:#e8f5e9 
-    style fill:#fff3e0 +    style ÉVALUATION fill:#fff3e0
-    style I fill:#f3e5f5+
 </mermaid> </mermaid>
  
Ligne 50: Ligne 204:
  
  
-La Demande ≠ Le Besoin +==== La Demande ≠ Le Besoin==== 
-** + 
-Outils clés préconisés :**+**Outils clés préconisés :**
  
 <todo>QQQCP (Qui ? Quoi ? Quand ? Comment ? Combien ? Pourquoi ?)</todo> <todo>QQQCP (Qui ? Quoi ? Quand ? Comment ? Combien ? Pourquoi ?)</todo>
 +
 +{{ :carnet:f1_dynamiques:pqqoqc.jpg?nolink |}}
  
 <todo>Entretiens avec les parties prenantes</todo> <todo>Entretiens avec les parties prenantes</todo>
Ligne 128: Ligne 284:
   *     Engagement mutuel   *     Engagement mutuel
  
-=== 📚 Applications pratiques pour le MDA ===+<accordion>  
 +<accordion-item title="📚 Applications pratiques ">
  
 **Dans votre contexte :** **Dans votre contexte :**
Ligne 145: Ligne 302:
   * Ai-je prévu l'évaluation à 4 niveaux ?   * Ai-je prévu l'évaluation à 4 niveaux ?
   * Le dispositif est-il cohérent de l'analyse au bilan ?   * Le dispositif est-il cohérent de l'analyse au bilan ?
 +
 +</accordion-item> 
 +</accordion>
 +
  
 === 🛠️ Boîte à outils Bach (extraits) === === 🛠️ Boîte à outils Bach (extraits) ===
Ligne 156: Ligne 317:
  
  
-<WRAP center round important 100%> 
-« La valeur ajoutée du concepteur réside dans la démarche d'ingénierie rigoureuse, pas seulement dans l'animation. » 
-</WRAP> 
  
 === 📖 Bibliographie Bach === === 📖 Bibliographie Bach ===
Ligne 168: Ligne 326:
 === 🧭 Navigation === === 🧭 Navigation ===
  
-    ← Retour à [[carnet:g1_besoins|G1 – Analyse des besoins]]+← Retour à [[carnet:g1_besoins|G1 – Analyse des besoins]]
  
 {{tag>g1 bach ingénierie analyse_besoin méthodologie référence historique}} {{tag>g1 bach ingénierie analyse_besoin méthodologie référence historique}}
carnet/g1_besoins/bach.1768133324.txt.gz · Dernière modification : de wiki_ede