# Adjusted Balance

> Verify updated account balances after posting adjusting entries

- **Type:** Skill
- **Install:** `agentstack add skill-bromso-metapowers-adjusted-balance`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bromso](https://agentstack.voostack.com/s/bromso)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bromso](https://github.com/bromso)
- **Source:** https://github.com/bromso/metapowers/tree/main/plugins/accounting/skills/adjusted-balance
- **Website:** https://bromso.github.io/metapowers/

## Install

```sh
agentstack add skill-bromso-metapowers-adjusted-balance
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

1. **Apply adjusting entries:**
   - Start with the unadjusted trial balance
   - Post each adjusting entry to the affected accounts
   - Calculate new account balances incorporating all adjustments

2. **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

3. **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

4. **Write the artifact** to `.metapowers/accounting/$ARGUMENTS/06-adjusted-balance.md` with 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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bromso](https://github.com/bromso)
- **Source:** [bromso/metapowers](https://github.com/bromso/metapowers)
- **License:** MIT
- **Homepage:** https://bromso.github.io/metapowers/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-bromso-metapowers-adjusted-balance
- Seller: https://agentstack.voostack.com/s/bromso
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
