name: Closing Checklist
category: other
description: >-
  A stage-first, document-first closing checklist that tracks canonical
  documents, checklist entries, signatories, action items, and issues.
  Accepts structured JSON input and renders a formatted DOCX for distribution.
source_url: https://github.com/open-agreements/open-agreements
version: '2.1'
license: CC0-1.0
allow_derivatives: true
attribution_text: >-
  OpenAgreements Closing Checklist. Licensed under CC0 1.0.
fields:
  - name: deal_name
    type: string
    description: Name of the deal or transaction
  - name: updated_at
    type: string
    description: ISO date when the checklist was last updated
  - name: documents
    type: array
    description: >-
      Checklist entry rows with 4 columns: number, title, status (human-readable),
      responsible_party. Stage headings and citation/signatory sub-rows are included.
  - name: action_items
    type: array
    description: Unlinked action items (item_id, description, status, assigned_to, due_date)
  - name: open_issues
    type: array
    description: Unlinked issues (issue_id, title, status, summary)
priority_fields:
  - deal_name
  - updated_at
