{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/test-whether-modularity-actually-localizes-change",
  "id": "MHC-D-RESEARCH-9148",
  "version": "0.1.0",
  "title": "Test whether modularity actually localizes change",
  "summary": "Modularity should be observable in change history.",
  "kind": "protocol",
  "body": "Sample representative recent changes and count modules, teams and interfaces touched. Compare with the intended boundary rationale and redesign where change repeatedly leaks.",
  "limits": [
    "Modularity trades coordination inside a boundary for coordination across interfaces. Do not split systems simply to make diagrams or org charts look cleaner."
  ],
  "topics": [
    "union-systems-strategy-and-leverage-thinking"
  ],
  "intents": [],
  "source_ids": [
    "RS-E3F5E2F94A0C75BB"
  ],
  "evidence": [
    {
      "claim": "Parnas showed that modularization outcomes depend on decomposition criteria and argued for boundaries that hide changeable design decisions to improve flexibility and comprehensibility.",
      "source_id": "RS-E3F5E2F94A0C75BB",
      "role": "supports",
      "note": "This is foundational software-design reasoning; organizational adaptations require separate validation.",
      "locator": "Abstract and design comparison"
    }
  ],
  "use_when": [
    "When an architecture is called modular but there is no evidence that changes stay local."
  ],
  "avoid_when": [
    "Modularity trades coordination inside a boundary for coordination across interfaces. Do not split systems simply to make diagrams or org charts look cleaner."
  ],
  "example": "Five policy changes all require edits in four services, showing that the supposed policy boundary is not localizing volatility.",
  "check": "Change history supports or falsifies the modularity claim.",
  "steps": [
    "Choose several representative changes.",
    "Count components and teams touched.",
    "Identify why each cross-boundary change was required.",
    "Update boundaries or contracts if leakage is systematic."
  ],
  "sources": [
    {
      "id": "RS-E3F5E2F94A0C75BB",
      "title": "On the Criteria To Be Used in Decomposing Systems into Modules",
      "url": "https://doi.org/10.1145/361598.361623"
    }
  ],
  "relations": [
    {
      "from": "MHC-D-RESEARCH-9148",
      "to": "MHC-D-RESEARCH-9149",
      "type": "useful_with",
      "url": "/knowledge/stop-asking-for-one-forecast-under-deep-uncertainty"
    }
  ],
  "collections": [
    {
      "id": "RC-28D91C30CEA1CB4A",
      "title": "Systems and strategic leverage: feedback, flow, modularity, robust options, and information value",
      "url": "/collections/systems-and-strategic-leverage-feedback-flow-modularity-robust-options-and-information-value"
    }
  ]
}
