Clause templates included: the DAO playbook in
libs/nous/agreement-search/src/domain-candidate-generators.ts
(daoGovernancePlaybook) generates compromise-amendment variants spanning:
Drafting authority: Themis governance team with input from DAO steward
councils; clause structures referenced against Aragon, Snapshot, and Compound
governance precedents.
Academic / professional references: see docs/research/bibliography.md
§dao-governance.
Related institutional rules: Wyoming DAO LLC Act (US-WY); BVI Business
Companies Act 2004 amendments for DAO wrappers.
Coverage against domain precedent corpus: every variant materializes a
valid Zod-parsed term-family payload; the
domain-candidate-generators.test.ts suite asserts this.
Enforceability audit: smart-contract execution paths (§179.7.2.4 Aje
escrow) are validated against the agreement DSL prior to any on-chain
anchoring; the kill-switch in feature-flags.ts (smart_contract_execution)
gates production execution.
Fairness posture: minority-protection minimum is structural; the
coalition-stability optimizer (see
coalition-stability) is the
recommended search kernel for cases with potential blocking coalitions.
How Concordia loads this bundle: orchestrator selects this bundle when
useCaseClass = dao_governance. Recorded in the reproducibility manifest's
policyPins.
Consumers:
generateSeedCandidates
coalition-stability optimizer (recommended for ≥ 3 parties)