Adjusted balance
Skill bromso/metapowers/plugins/accounting/skills/adjusted-balance
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill adjusted-balanceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Verify updated account balances after posting adjusting entries
SKILL.md
1.7 KB, as published. Nobody here has run it
Adjusted Trial Balance
Prepare an adjusted trial balance for "$ARGUMENTS". Incorporate adjusting entries and verify that debits still equal credits.
Prerequisites
Read .metapowers/accounting/$ARGUMENTS/04-trial-balance.md for the unadjusted balances and .metapowers/accounting/$ARGUMENTS/05-adjust.md for the adjusting entries.
Process
-
Apply adjusting entries:
- Start with the unadjusted trial balance
- Post each adjusting entry to the affected accounts
- Calculate new account balances incorporating all adjustments
-
Prepare the adjusted trial balance:
- List every account with its adjusted balance
- Place debit balances in the debit column and credit balances in the credit column
- Order accounts by category: assets, liabilities, equity, revenue, expenses
-
Verify balance:
- Sum all adjusted debit balances
- Sum all adjusted credit balances
- Confirm totals are equal
- If not, trace the discrepancy back to the adjusting entries
-
Write the artifact to
.metapowers/accounting/$ARGUMENTS/06-adjusted-balance.mdwith sections:- Adjusted Trial Balance — all accounts with unadjusted balance, adjustments, and adjusted balance columns
- Balance Verification — total debits, total credits, and difference (should be zero)
- Adjustment Impact — summary showing how each account changed from unadjusted to adjusted
Output
The adjusted trial balance written to .metapowers/accounting/$ARGUMENTS/06-adjusted-balance.md. Present a summary highlighting:
- Total adjusted debits and credits
- Whether the adjusted trial balance is in balance
- Accounts most affected by adjustments