From fund-admin
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
/fund-admin: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 completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
29plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 29 plugins
npx claudepluginhub pa4uslf/financial-services-codex --plugin fund-admin