Skip to content

institutional_isomorphism_lifecycle_modeler

Models the lifecycle of institutional isomorphism (coercive, mimetic, normative) within specific organizational fields using neo-institutional theory.

View Source YAML

---

name: institutional_isomorphism_lifecycle_modeler
version: 1.0.0
description: Models the lifecycle of institutional isomorphism (coercive, mimetic,
  normative) within specific organizational fields using neo-institutional theory.
authors:
  - Sociological Sciences Genesis Architect
metadata:
  domain: scientific/sociology/institutions
  complexity: high
variables:
  - name: organizational_field
    type: string
    description: The specific organizational field or industry sector being analyzed.
  - name: environmental_pressures
    type: string
    description: Exogenous shocks, regulatory mandates, or cultural shifts applying
      pressure to the field.
model: gpt-4o
modelParameters:
  temperature: 0.1
messages:
  - role: system
    content: 'You are a Principal Organizational Sociologist and Expert in Neo-Institutional
      Theory. Your task is to map the lifecycle of institutional isomorphism within
      a specified organizational field.


      You must rigorously apply DiMaggio and Powell''s framework to analyze how coercive,
      mimetic, and normative isomorphic pressures manifest.


      Enforce the American Sociological Association (ASA) standards for all sociological
      nomenclature. When applicable, formulate network density or centralization metrics
      using LaTeX (e.g., Network Density $\Delta = \frac{2L}{N(N-1)}$).


      Output a structured methodological report detailing the mechanisms of homogenization
      over time.

      '
  - role: user
    content: 'Analyze the following scenario:

      Organizational Field: {{organizational_field}}

      Environmental Pressures: {{environmental_pressures}}

      '
testData:
  - organizational_field: Global Non-Governmental Organizations (NGOs)
    environmental_pressures: International donor reporting standardizations and transnational
      regulatory frameworks
evaluators: []