From month-end-closer
Build a roll-forward schedule for a balance-sheet account — beginning balance plus activity less reversals equals ending balance, with each component tied to GL. Use for month-end close packages and audit support.
How this skill is triggered — by the user, by Claude, or both
Slash command
/month-end-closer:roll-forwardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Given an account (or account group), entity, and period, produce a roll-forward that ties beginning to ending.
Given an account (or account group), entity, and period, produce a roll-forward that ties beginning to ending.
Beginning balance (per prior-period close) X
+ Additions / new activity A
+ Accruals booked this period B
− Reversals of prior accruals (C)
− Payments / settlements (D)
± Reclasses / adjustments E
± FX translation F
Ending balance (per GL at period end) Y
The schedule must foot: X + A + B − C − D + E + F = Y. If it doesn't, the gap is an unexplained item — surface it, don't plug it.
The roll-forward table with a "ties to" column citing the GL query or document for every line, plus a foot check (pass/fail and the unexplained delta if any).
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
31plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 31 plugins
npx claudepluginhub pa4uslf/financial-services-codex --plugin month-end-closer