---
name: legal-list-enumeration-cascading-semicolons
source: https://app.decimal.ai/s/legal-list-enumeration-cascading-semicolons@1/SKILL.md
source_sha256: e965d1eaa4e2
---

# Legal list enumeration — the cascading-semicolon convention

## Contract

When an operative legal provision (a clause, sub-clause, statutory paragraph, or the like)
introduces **two or more** items as a list, draft the whole enumeration as **one continuous
sentence** using the traditional legal punctuation cascade: a colon after the lead-in, a
semicolon after every item except the last, a single conjunction on the second-to-last item,
and a full stop after the last item. Apply this whenever you draft a list inside operative
legal text; do not apply it to ordinary narrative prose or standalone recital sentences.

## Rules

1. **Lead-in ends with a colon.** The introductory words that precede the list (the *chapeau*)
   end with a colon `:` — never a full stop, a dash, or no punctuation. The chapeau names the
   subject and verb once, so the items need not repeat them.
2. **Non-final items end with a semicolon.** Every item **except the last** ends with a
   semicolon `;` — never a comma, never a full stop, never bare with no terminal mark.
3. **One connective, on the penultimate item only.** The joining word appears **exactly once**,
   appended after the semicolon of the **second-to-last** item:
   - `; and` when every item must hold (cumulative / conjunctive list);
   - `; or` when any one item suffices (alternative / disjunctive list).
   Do **not** repeat the connective after every item, and do **not** omit it. Never write
   `and/or`; choose one.
4. **Final item ends with a full stop.** The last item closes the sentence with a full stop `.`
   — not a semicolon and not `; and.`.
5. **The list is one sentence, not many.** Items are grammatical continuations of the lead-in:
   each begins with a **lowercase** word (unless it opens with a proper noun or a defined term)
   and completes the sentence the chapeau began. Do not write each item as its own capitalised,
   full-stopped sentence.
6. **Markers.** Use lettered sub-paragraphs `(a)`, `(b)`, `(c)` at the first enumeration level
   and lower-roman `(i)`, `(ii)`, `(iii)` one level deeper. The punctuation cascade (rules 1–5)
   is independent of the marker style.

## Worked examples

**Rule 1 + 2 + 4 (colon / semicolons / final full stop).** Base default vs conforming:

- BEFORE (base): `Completion is conditional on the following. Regulatory clearance is obtained. The escrow amount is funded. The disclosure bundle is delivered.`
- AFTER: `Completion is conditional on:` then `(a) regulatory clearance being obtained;` `(b) the escrow amount being funded; and` `(c) the disclosure bundle being delivered.`

**Rule 3, conjunctive (`; and` once).** A distribution agreement's cumulative obligations:

- BEFORE (base): `The Distributor shall maintain stock levels, and keep insurance in force, and submit quarterly reports.`
- AFTER: `The Distributor shall:` `(a) maintain the agreed stock levels;` `(b) keep the required insurance in force; and` `(c) submit quarterly sales reports.`

**Rule 3, disjunctive (`; or` once).** A software licence's permitted-purpose list:

- BEFORE (base): `The Licensee may use the Software for internal testing. Or for staff training. Or for regulatory demonstration.`
- AFTER: `The Licensee may use the Software solely for:` `(a) internal testing;` `(b) staff training; or` `(c) demonstration to a regulator.`

**Rule 5 (single continuous sentence).** Same escrow-release list, wrong vs right grammar:

- BEFORE (base): `(a) The Buyer confirms acceptance. (b) The Seller issues the release notice. (c) The Agent transfers the funds.`
- AFTER: `Funds are released from escrow when:` `(a) the Buyer confirms acceptance;` `(b) the Seller issues the release notice; and` `(c) the Agent transfers the funds.`

## Edge cases & exceptions

- **Only one item** → no cascade. Draft it as ordinary prose in a single sentence; the
  semicolon convention applies only to genuine lists of two or more items.
- **Proper noun / defined term first word** → the first letter may be capitalised even though the
  item is a continuation (e.g. an item beginning `the Company shall …` keeps `the` lowercase, but
  one beginning `Xco shall …` keeps the capital). Rule 5 forces continuation grammar, not the
  lower-casing of proper nouns.
- **A proviso covering the whole list** → after the final item, add the qualifier as an
  un-numbered continuation aligned to the chapeau (e.g. `…; and (c) …, provided that …`). The
  full stop then closes the proviso, not item (c).
- **Nested sub-list** → the inner list runs its own cascade; the parent item's connective and/or
  terminal punctuation attaches after the inner list closes.
- **Recitals / background prose** → out of scope. Recitals and ordinary narrative are separate
  sentences, each capitalised and full-stopped; the cascade governs only operative enumerations.

## Do / Don't

- **Don't** end each item with a full stop. **Do** use semicolons, with a full stop only on the last item.
- **Don't** end the lead-in with a period or a dash. **Do** end it with a colon.
- **Don't** repeat `and`/`or` after every item, and don't drop it. **Do** place it once, on the penultimate item.
- **Don't** write `and/or`. **Do** choose `and` (all apply) or `or` (any applies).
- **Don't** capitalise each item or write each as a standalone sentence. **Do** keep the whole list as one sentence.
- **Don't** replace the enumeration with bullet points. **Do** use lettered `(a)`/`(b)` markers with the punctuation cascade.

## Common mistakes

- Ending every item with a full stop, as if each item were its own sentence (the most frequent base default).
- Using commas between items instead of semicolons.
- Putting `and` after every item (`X; and Y; and Z`) or omitting the connective entirely.
- Ending the chapeau with a full stop, a dash, or nothing instead of a colon.
- Capitalising the first word of each item when it is an ordinary word continuing the sentence.
- Emitting Markdown-style bullets (`- item`) instead of lettered legal sub-paragraphs.

## Quick checklist

- Lead-in ends with `:` ✓
- Each item but the last ends with `;` ✓
- `and`/`or` appears once, on the penultimate item ✓
- Last item ends with `.` ✓
- Whole list reads as one sentence; items start lowercase ✓
