financial-reporting-and-close
Runs the period-end close and produces reporting — close calendar, reconciliations, accruals, variance analysis, and reporting that gets read. Use this to shorten or stabilise a monthly close, design a close checklist, investigate a variance, structure management reporting, or wo
Install
npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/finance/skills/financial-reporting-and-close
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
git clone https://github.com/cbrock84/headcount.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Financial reporting and close
A close is a manufacturing process whose output is a number people will make decisions on. Treat it as a process — sequence, dependencies, quality control — and it gets faster and more accurate together, which sounds contradictory only if you think speed comes from cutting checks.
Design the close as a critical path
Map every task with its owner, its dependencies and its duration. Most closes are slow because independent work is running in series out of habit, not because any step is long.
Move work out of the close window wherever it does not depend on period-end: reconcile subledgers continuously, book recurring accruals from a schedule, prepare consolidation structure in advance. Anything you can do on day minus three is a day you are not doing on day two.
Set a hard cutoff and hold it. A close that stays open for late entries never finishes and teaches everyone that deadlines are advisory.
Reconciliations are the control
Every balance sheet account gets an owner and a reconciliation. The reconciliation is not the schedule — it is the explanation of the difference and what will clear it.
Watch aged reconciling items specifically. An unexplained item that has survived three closes is not a timing difference; it is an error that has been carried forward by people assuming someone else understood it.
Accruals and the honesty of estimates
Accrue on the best available evidence and document the basis. The basis matters more than the number, because next period someone has to decide whether it still holds.
Track how estimates resolve against actuals. Consistent bias in one direction is information about the estimator or the process, and it is invisible unless someone looks.
Reporting that gets read
Explain variance against a stated expectation — budget, prior period, or forecast — and say which. A variance without a baseline is a number.
Lead with the two or three things that changed and why, then supporting detail. A report that requires the reader to find the story does not get read, and its absence of readership is discovered during a crisis.
Separate timing from run-rate. A miss caused by something slipping a week is a different business fact from a miss caused by demand falling, and conflating them produces the wrong reaction.
Sources
references/sources.md in this skill lists the outside authorities that settle the questions
here — what each one is authoritative for, and what you may do with it. Check them before
answering on anything they cover, and cite what you used. Most are free to read and not free
to reproduce; the use note on each is binding.
Tooling
Ledger, by scale: QuickBooks, Xero, or FreshBooks for a single entity; NetSuite, Sage Intacct, or Dynamics 365 Business Central once you consolidate multiple entities; SAP S/4HANA or Oracle Fusion at the top end, and similar.
Close management — BlackLine, FloQast, Numeric, and similar — sits on the ledger and tracks the checklist, the reconciliations, and the sign-offs. It buys you an audit trail, not discipline. A shared checklist does the same job until the trail is what you lack.
Never
- Leave the ledger open for late entries after the stated cutoff.
- Carry an unexplained reconciling item forward a second time.
- Present a variance without saying what it is a variance from.
- Report a number you cannot trace to a reconciliation.
Files (headcount)
-
references
-
sources.md 1.7 KB
# Sources — `finance:financial-reporting-and-close` <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. --> Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce. ## EDGAR full-text search and submissions API US Securities and Exchange Commission · US · public domain (US government) — quote freely <https://www.sec.gov/edgar/search-and-access> Machine-readable: <https://www.sec.gov/search-filings/edgar-application-programming-interfaces> **Authoritative for:** What public companies actually reported, in their own filings — the primary source for a competitor's economics, a comparable's margin structure, or how a peer disclosed an accounting policy. ## FASB Accounting Standards Codification Financial Accounting Standards Board · US · **account required — cite it; the user fetches it** <https://asc.fasb.org/> **Authoritative for:** US GAAP as it actually reads — revenue recognition, leases, impairment. The Basic View is free with an account and the text is copyrighted: cite the ASC number, do not reproduce the wording. ## IFRS Accounting Standards IFRS Foundation · global · **account required — cite it; the user fetches it** <https://www.ifrs.org/issued-standards/list-of-standards/> **Authoritative for:** The standards outside US GAAP, and where the two diverge on a given transaction. Free access requires an account; the text is copyrighted. --- Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
-
-
SKILL.md 3.8 KB
--- name: financial-reporting-and-close description: Runs the period-end close and produces reporting — close calendar, reconciliations, accruals, variance analysis, and reporting that gets read. Use this to shorten or stabilize a monthly close, design a close checklist, investigate a variance, structure management reporting, or work out why the numbers keep changing after close. --- # Financial reporting and close A close is a manufacturing process whose output is a number people will make decisions on. Treat it as a process — sequence, dependencies, quality control — and it gets faster and more accurate together, which sounds contradictory only if you think speed comes from cutting checks. ## Design the close as a critical path Map every task with its owner, its dependencies and its duration. Most closes are slow because independent work is running in series out of habit, not because any step is long. Move work out of the close window wherever it does not depend on period-end: reconcile subledgers continuously, book recurring accruals from a schedule, prepare consolidation structure in advance. Anything you can do on day minus three is a day you are not doing on day two. Set a **hard cutoff** and hold it. A close that stays open for late entries never finishes and teaches everyone that deadlines are advisory. ## Reconciliations are the control Every balance sheet account gets an owner and a reconciliation. The reconciliation is not the schedule — it is the explanation of the difference and what will clear it. Watch aged reconciling items specifically. An unexplained item that has survived three closes is not a timing difference; it is an error that has been carried forward by people assuming someone else understood it. ## Accruals and the honesty of estimates Accrue on the best available evidence and document the basis. The basis matters more than the number, because next period someone has to decide whether it still holds. Track how estimates resolve against actuals. Consistent bias in one direction is information about the estimator or the process, and it is invisible unless someone looks. ## Reporting that gets read Explain variance against a stated expectation — budget, prior period, or forecast — and say which. A variance without a baseline is a number. Lead with the two or three things that changed and why, then supporting detail. A report that requires the reader to find the story does not get read, and its absence of readership is discovered during a crisis. Separate **timing** from **run-rate**. A miss caused by something slipping a week is a different business fact from a miss caused by demand falling, and conflating them produces the wrong reaction. ## Sources `references/sources.md` in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding. ## Tooling Ledger, by scale: QuickBooks, Xero, or FreshBooks for a single entity; NetSuite, Sage Intacct, or Dynamics 365 Business Central once you consolidate multiple entities; SAP S/4HANA or Oracle Fusion at the top end, and similar. Close management — BlackLine, FloQast, Numeric, and similar — sits on the ledger and tracks the checklist, the reconciliations, and the sign-offs. It buys you an audit trail, not discipline. A shared checklist does the same job until the trail is what you lack. ## Never - Leave the ledger open for late entries after the stated cutoff. - Carry an unexplained reconciling item forward a second time. - Present a variance without saying what it is a variance from. - Report a number you cannot trace to a reconciliation.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.