一键导入
expense-tracking
Categorize business spending, run a receipt-capture workflow, and compare budget vs. actual — so you always know where the money went and why.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Categorize business spending, run a receipt-capture workflow, and compare budget vs. actual — so you always know where the money went and why.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | expense-tracking |
| description | Categorize business spending, run a receipt-capture workflow, and compare budget vs. actual — so you always know where the money went and why. |
| version | 1.0.0 |
| category | smb-ops |
| parent | ccc-smb-ops |
| tags | ["ccc-smb-ops","expenses","bookkeeping","budget","receipts"] |
| disable-model-invocation | true |
Turns a pile of transactions and receipts into a clear picture of where your money goes. Three parts: a consistent category system, a receipt-capture workflow so nothing is lost at tax time, and a budget-vs-actual review so overspending gets caught the month it happens — not a year later. Works from a bank/card CSV export or a typed-out list; no accounting software required.
Pull the transactions. Export the month's bank and card activity to CSV, or list them out.
Assign each transaction one category. Use a small, fixed set so totals stay comparable month to month. A common small-business starter set (adapt to your business — confirm tax categories with your accountant):
| Category | Examples |
|---|---|
| Cost of goods / materials | Inventory, raw materials, direct supplies |
| Payroll & contractors | Wages, contractor payments (see payroll-planning) |
| Rent & utilities | Space, electricity, water, internet, phone |
| Software & subscriptions | SaaS tools, hosting, licenses |
| Marketing & advertising | Ads, content, events, sponsorships |
| Professional services | Accounting, legal, consulting |
| Insurance | Liability, property, workers' comp |
| Travel & meals | Mileage, lodging, client meals |
| Equipment | Hardware, machinery, furniture |
| Fees & interest | Bank fees, card processing, loan interest |
| Taxes & licenses | Permits, registrations, tax payments |
| Other / uncategorized | Park here only temporarily |
Drive "Other" to near zero. Anything sitting in Other is a gap in your picture — recategorize before you close the month.
Flag the two kinds that need attention:
cash-flow-forecast and for knowing what you can cut fast.A category without a receipt can't survive an audit. Make capture a habit, not a scramble:
Capture rule (do it at point of purchase):
1. Photograph or save the receipt immediately.
2. Name it: {YYYY-MM-DD}_{vendor}_{amount}. e.g. 2026-07-03_staples_48.20
3. Drop it in one dated folder per month.
4. Note the category and the business reason (esp. for meals/travel).
Weekly reconcile:
- [ ] Every card/bank charge has a matching receipt
- [ ] Every receipt has a matching charge (catch double-bills)
- [ ] Missing receipts listed and chased while memory is fresh
Keep receipts for the retention period your jurisdiction requires (confirm with your accountant).
Compare what you planned to spend against what you actually spent, by category:
# Budget vs. Actual — {Month YYYY}
| Category | Budget | Actual | Variance | % | Note |
|----------|--------|--------|----------|---|------|
| {category} | {$} | {$} | {+/-$} | {+/-%} | {why} |
| … | … | … | … | … | … |
| **Total** | **{$}** | **{$}** | **{+/-$}** | | |
## Over-budget flags (variance > {threshold}%)
1. {category} — over by {$} — {cause / action}
## Trend watch
- Categories creeping up 3 months running: {list}
Deliver one of: a categorized transaction list (with Other driven to zero and business/personal flagged), a receipt reconciliation (matched, missing, double-billed), or a budget-vs-actual table with over-budget flags. Always surface the top over-spend to address.
cash-flow-forecast; they're the baseline your forecast leans on.Visual, filterable catalog of every CC Commander skill, agent, and command. Cascades from broad category picker into 4-at-a-time detail cards. Use when the user types…
Visual, filterable catalog of every CC Commander skill, agent, and command. Cascades from broad category picker into 4-at-a-time detail cards. Use when the user types…
Build something new — web app, API, CLI, or mobile. Guided spec interview routes to the right template, then scaffolds. Use when: 'build something', 'new project', 'create app'.
Show what changed in the latest CC Commander update. Reads CHANGELOG.md and renders the most-recent version section in a digestible summary. Use when the user types…
CC Commander interactive discovery tool. Renders a live flow diagram of every /ccc-* workflow by reading the plugin directly as single source of truth. Use when the…
Adversarial multi-agent debate (antfooding): fan out N agents that argue and critique a design or diff from distinct lenses until issues resolve, then synthesize a verdict.