Close Management — The Closer
"Run the close."
When to use
- A close is starting — "kick off the June close".
- No process exists — "we close by vibes, build us a real checklist".
- The close drags — "we lock on D+12, get us to D+5".
- Mid-close status — "where are we, what's blocking the lock?".
- Post-close review — "how did this close go vs last month?".
Workflow
- Intake. Entity and ERP context, target lock day (default D+5), team roster for the owner matrix, and last close's pain points (late accruals, rec backlog, flux surprises).
- Build the task list in dependency order: subledger cutoffs (AP, AR, payroll, inventory) → accruals and deferrals → bank and balance-sheet recs → flux review → final adjustments → lock → reporting pack. Nothing schedules before its inputs exist.
- Assign day and people. Every task gets a day (D-2 prep through D+5 lock), an owner, and a reviewer from the roster. Flag single-person bottlenecks — one name owning eight D+2 tasks is a schedule risk.
- Set flux thresholds numerically (default: moves beyond ±10% and ±$5,000 vs prior month get explained), scaled to entity size, for the D+3/D+4 review.
- Wire in the department:
journal-entry for accruals, reconciliation for recs, variance-analysis for flux, financial-statements for the reporting pack — each referenced at its step in the runbook.
- Add the sign-off log: each area requires preparer and reviewer sign-off with timestamp before the period locks. No sign-off, no lock.
- Add close metrics: days to close, % of tasks on time, entries reopened after lock, recurring late tasks — with targets and last close's actuals for comparison.
- Generate
CLOSE-<month>.md from the template below. During the close, update statuses in place; after lock, fill the metrics and carry lessons into next month's file.
Output format
# CLOSE-2026-06 — Month-End Close Runbook
Target lock: D+5 (2026-07-07) | Status: IN PROGRESS
## Owner matrix
| Area | Preparer | Reviewer |
|------|----------|----------|
| AP & accruals | <name> | <name> |
| Revenue & AR | <name> | <name> |
| Payroll | <name> | <name> |
| Cash & recs | <name> | <name> |
## D-2 — prep
- [ ] AP/AR cutoff communicated to teams — <owner>
- [ ] Recurring JE list refreshed — <owner>
## D+1 — subledgers
- [ ] AP, AR, payroll, inventory subledgers closed — <owner>
- [ ] Bank recs started (`reconciliation`) — <owner>
## D+2 — accruals & recs
- [ ] Accruals and deferrals posted (`journal-entry`) — <owner>
- [ ] Balance-sheet recs complete — <owner>
## D+3/D+4 — flux review
- [ ] Flux vs prior month, threshold ±10% / ±$5,000 (`variance-analysis`) — <owner>
- [ ] Adjustments from flux posted — <owner>
## D+5 — lock & report
- [ ] Sign-off log complete, period locked — <owner>
- [ ] Reporting pack issued (`financial-statements`) — <owner>
## Sign-off log
| Area | Preparer ✓ | Reviewer ✓ | Timestamp |
|------|-----------|-----------|-----------|
| <area> | | | |
## Close metrics
| Metric | Target | This close | Last close |
|--------|-------:|-----------:|-----------:|
| Days to close | 5 | | |
| Tasks on time | 95% | | |
| Reopened entries after lock | 0 | | |
Quality bar
Example
Invocation: "Kick off the June close — 4-person team, target D+5."
Produced: CLOSE-2026-06.md with a dependency-ordered task list from D-2 to D+5, a 4-name owner matrix (one D+2 bottleneck flagged), flux thresholds ±10%/±$5,000, an empty sign-off log gating the lock, and metrics seeded with targets plus May's actuals — May locked on D+8, with two tasks identified to pull earlier.
Decision support, not accounting advice — material figures belong with your accountant/auditor.
1---2name: close-management3description: Runs the month-end close: generates a day-by-day runbook from D-2 to D+5 as CLOSE-<month>.md with an owner matrix, dependency-ordered tasks (subledgers → accruals → reconciliations → flux → lock), numeric flux thresholds, a preparer/reviewer sign-off log, and close metrics such as days-to-close and reopened entries. Use when the user says 'set up our month-end close', 'kick off the June close', or 'our close takes two weeks — fix it'.4---56# Close Management — The Closer78> "Run the close."910## When to use1112- A close is starting — "kick off the June close".13- No process exists — "we close by vibes, build us a real checklist".14- The close drags — "we lock on D+12, get us to D+5".15- Mid-close status — "where are we, what's blocking the lock?".16- Post-close review — "how did this close go vs last month?".1718## Workflow19201. **Intake.** Entity and ERP context, target lock day (default D+5), team roster for the owner matrix, and last close's pain points (late accruals, rec backlog, flux surprises).212. **Build the task list in dependency order:** subledger cutoffs (AP, AR, payroll, inventory) → accruals and deferrals → bank and balance-sheet recs → flux review → final adjustments → lock → reporting pack. Nothing schedules before its inputs exist.223. **Assign day and people.** Every task gets a day (D-2 prep through D+5 lock), an owner, and a reviewer from the roster. Flag single-person bottlenecks — one name owning eight D+2 tasks is a schedule risk.234. **Set flux thresholds numerically** (default: moves beyond ±10% and ±$5,000 vs prior month get explained), scaled to entity size, for the D+3/D+4 review.245. **Wire in the department:** `journal-entry` for accruals, `reconciliation` for recs, `variance-analysis` for flux, `financial-statements` for the reporting pack — each referenced at its step in the runbook.256. **Add the sign-off log:** each area requires preparer and reviewer sign-off with timestamp before the period locks. No sign-off, no lock.267. **Add close metrics:** days to close, % of tasks on time, entries reopened after lock, recurring late tasks — with targets and last close's actuals for comparison.278. **Generate `CLOSE-<month>.md`** from the template below. During the close, update statuses in place; after lock, fill the metrics and carry lessons into next month's file.2829## Output format3031```32# CLOSE-2026-06 — Month-End Close Runbook33Target lock: D+5 (2026-07-07) | Status: IN PROGRESS3435## Owner matrix36| Area | Preparer | Reviewer |37|------|----------|----------|38| AP & accruals | <name> | <name> |39| Revenue & AR | <name> | <name> |40| Payroll | <name> | <name> |41| Cash & recs | <name> | <name> |4243## D-2 — prep44- [ ] AP/AR cutoff communicated to teams — <owner>45- [ ] Recurring JE list refreshed — <owner>46## D+1 — subledgers47- [ ] AP, AR, payroll, inventory subledgers closed — <owner>48- [ ] Bank recs started (`reconciliation`) — <owner>49## D+2 — accruals & recs50- [ ] Accruals and deferrals posted (`journal-entry`) — <owner>51- [ ] Balance-sheet recs complete — <owner>52## D+3/D+4 — flux review53- [ ] Flux vs prior month, threshold ±10% / ±$5,000 (`variance-analysis`) — <owner>54- [ ] Adjustments from flux posted — <owner>55## D+5 — lock & report56- [ ] Sign-off log complete, period locked — <owner>57- [ ] Reporting pack issued (`financial-statements`) — <owner>5859## Sign-off log60| Area | Preparer ✓ | Reviewer ✓ | Timestamp |61|------|-----------|-----------|-----------|62| <area> | | | |6364## Close metrics65| Metric | Target | This close | Last close |66|--------|-------:|-----------:|-----------:|67| Days to close | 5 | | |68| Tasks on time | 95% | | |69| Reopened entries after lock | 0 | | |70```7172## Quality bar7374- [ ] Every task has a day, an owner, and a reviewer — zero unowned steps.75- [ ] Dependency order holds — no task scheduled before its inputs exist.76- [ ] Flux thresholds are numbers, not vibes.77- [ ] Sign-off log covers every area and gates the lock.78- [ ] Metrics carry targets plus last close's actuals when known.79- [ ] File generated as CLOSE-<month>.md and updated in place through the close.8081## Example8283**Invocation:** "Kick off the June close — 4-person team, target D+5."84**Produced:** `CLOSE-2026-06.md` with a dependency-ordered task list from D-2 to D+5, a 4-name owner matrix (one D+2 bottleneck flagged), flux thresholds ±10%/±$5,000, an empty sign-off log gating the lock, and metrics seeded with targets plus May's actuals — May locked on D+8, with two tasks identified to pull earlier.8586*Decision support, not accounting advice — material figures belong with your accountant/auditor.*