Skip to main content

Anti-patterns: what can go wrong

Phase 4 can fail in predictable ways. The methodology section already describes the conceptual anti-patterns (the Speed Trap, Context Drift). This section covers the operational anti-patterns that emerge during execution, especially in parallel construction.

1
2
3
4
5
6

Quick reference

Anti-patternSymptomRoot causePrevention
Unsupervised BuildSurprises during integrationContext Engineer absent during constructionReal-time visibility into all Decision Logs
Optimistic ParallelizationCollisions between tracksUnverified dependency graphExplicit parallelization authorization
Late SynchronizationAccumulated incompatibilitiesSynchronizations not defined in the graphSynchronizations by graph, not by calendar
Siloed Decision LogUnescalated cross-track decisionsNo visibility between tracksDistributed Decision Log with impact classification
Track-by-Track ReviewIncoherent system despite correct componentsTendency to evaluate by trackMandatory Block 0: system review
Technical Unanimity GateTechnically correct solution that doesn't solve the problemStakeholders excluded from gateMandatory sign-off from non-technical stakeholders