Bookkeeping Categorization Skill
Messy books come from inconsistent categorization — the same expense landing in three different buckets. This
skill sets up a sensible chart of accounts for the business and clear rules for where each kind of
transaction goes (with the tricky cases called out), so the books stay clean, comparable month to month, and
easy for an accountant to work from.
Note: this is an organizational aid, not tax or accounting advice. The correct treatment of specific
expenses (deductibility, capitalization vs. expense, tax categories) depends on jurisdiction and your
situation — confirm categories and tax handling with a qualified accountant. Never assert tax deductibility.
Working from a brief
Given "help me categorize my freelance business expenses", produce a usable chart of accounts and rules
anyway — infer the relevant categories for that business type and give examples, marking anything
tax-sensitive (confirm with your accountant). Never state what's tax-deductible as fact.
Required Inputs
Ask for these only if they aren't already provided (else infer and label):
- The business — type (freelance, agency, SaaS, retail…), size, and accounting basis (cash/accrual) if known.
- The tool — QuickBooks, Xero, a spreadsheet, etc. (so categories map to it).
- Typical transactions — the kinds of income and expenses that recur, and any that are confusing.
- Goal — clean monthly books, tax prep readiness, or clearer reporting.
Output Format
Bookkeeping Setup: [business]
1. Chart of accounts — a practical category list grouped by type:
- Income (sales/services, other income), COGS / direct costs, Operating expenses (the recurring categories for this business — software, contractors, marketing, rent, travel, etc.), Owner/Equity, and Other (taxes, fees).
| Category |
Type |
What goes here |
Examples |
2. Categorization rules — clear "if it's X, it goes in Y" rules, including the edge cases that cause inconsistency:
- mixed personal/business, software vs. equipment, contractor vs. payroll, meals vs. entertainment, a refund, a transfer (not income), owner's draw (not an expense), etc. — each flagged (confirm tax treatment with your accountant) where relevant.
3. Clean-books routine — a simple monthly cadence: reconcile to the bank, review uncategorized, fix miscategorized, and what to hand your accountant.
4. Watch-outs — the common mistakes (treating transfers as income, mixing personal, capitalizing vs. expensing) and a reminder to confirm tax categories professionally.
Quality Checks
Anti-Patterns
Based On
Bookkeeping practice — fit-for-purpose charts of accounts, consistent categorization rules with edge cases, and a monthly reconciliation routine.
1---2name: bookkeeping-categorization3description: Set up a chart of accounts and rules for categorizing transactions. Use when asked how to categorize expenses/transactions, set up a chart of accounts, organize bookkeeping, or sort bank transactions into the right buckets. Produces a practical chart of accounts for the business, categorization rules with examples and edge cases, and a clean-books routine — so the books are consistent and ready for an accountant. Not tax/accounting advice.4---5
6# Bookkeeping Categorization Skill
7
8Messy books come from inconsistent categorization — the same expense landing in three different buckets. This
9skill sets up a sensible **chart of accounts** for the business and clear **rules** for where each kind of
10transaction goes (with the tricky cases called out), so the books stay clean, comparable month to month, and
11easy for an accountant to work from.
12
13> **Note:** this is an organizational aid, **not tax or accounting advice**. The correct treatment of specific
14> expenses (deductibility, capitalization vs. expense, tax categories) depends on jurisdiction and your
15> situation — confirm categories and tax handling with a qualified accountant. Never assert tax deductibility.
16
17## Working from a brief
18
19Given "help me categorize my freelance business expenses", **produce a usable chart of accounts and rules
20anyway** — infer the relevant categories for that business type and give examples, marking anything
21tax-sensitive *(confirm with your accountant)*. Never state what's tax-deductible as fact.
22
23## Required Inputs
24
25Ask for these only if they aren't already provided (else infer and label):
26
27- **The business** — type (freelance, agency, SaaS, retail…), size, and accounting basis (cash/accrual) if known.
28- **The tool** — QuickBooks, Xero, a spreadsheet, etc. (so categories map to it).
29- **Typical transactions** — the kinds of income and expenses that recur, and any that are confusing.
30- **Goal** — clean monthly books, tax prep readiness, or clearer reporting.
31
32## Output Format
33
34### Bookkeeping Setup: [business]
35
36**1. Chart of accounts** — a practical category list grouped by type:
37- **Income** (sales/services, other income), **COGS / direct costs**, **Operating expenses** (the recurring categories for this business — software, contractors, marketing, rent, travel, etc.), **Owner/Equity**, and **Other** (taxes, fees).
38
39| Category | Type | What goes here | Examples |
40|---|---|---|---|
41
42**2. Categorization rules** — clear "if it's X, it goes in Y" rules, including the **edge cases** that cause inconsistency:
43- mixed personal/business, software vs. equipment, contractor vs. payroll, meals vs. entertainment, a refund, a transfer (not income), owner's draw (not an expense), etc. — each flagged *(confirm tax treatment with your accountant)* where relevant.
44
45**3. Clean-books routine** — a simple monthly cadence: reconcile to the bank, review uncategorized, fix miscategorized, and what to hand your accountant.
46
47**4. Watch-outs** — the common mistakes (treating transfers as income, mixing personal, capitalizing vs. expensing) and a reminder to confirm tax categories professionally.
48
49## Quality Checks
50
51- [ ] The chart of accounts fits the specific business type and isn't bloated with irrelevant categories
52- [ ] Rules cover the edge cases that actually cause inconsistency (transfers, owner's draw, refunds, mixed use)
53- [ ] Examples make each category unambiguous
54- [ ] Categories map to the tool the user uses
55- [ ] A repeatable monthly clean-books routine is included
56- [ ] Tax-sensitive treatments are flagged to confirm — deductibility is never asserted
57
58## Anti-Patterns
59
60- [ ] Do not assert what's tax-deductible — flag tax treatment for a qualified accountant
61- [ ] Do not create an over-complex chart of accounts — more buckets means more miscategorization
62- [ ] Do not treat transfers, owner's draws, or refunds as income/expenses — call these out explicitly
63- [ ] Do not leave the edge cases unaddressed — that's where books get messy
64- [ ] Do not present this as accounting advice — it organizes; the accountant certifies
65
66## Based On
67
68Bookkeeping practice — fit-for-purpose charts of accounts, consistent categorization rules with edge cases, and a monthly reconciliation routine.