budget-tracker-design
Design a budget-vs-actuals tracker that stays alive past February — the category grain that matches real statements, the variance view that answers …
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Budget Tracker Design Skill
Budget trackers die two deaths: too granular (forty categories nobody can code a coffee receipt into — abandoned by February) or too vague (three buckets that hide every overrun until it's structural). The living tracker matches its grain to how spending actually arrives (statement lines, invoices), answers one question at a glance — "are we okay, and where not?" — handles irregular expenses honestly (the annual insurance bill is not a "shock"), and costs fifteen minutes a month, because the ritual's survivability is the design's real constraint.
What This Skill Produces
- The structure — categories at statement-grain (8–15, not 40), the month × category grid, budget column with its source
- The variance view — actual vs. budget with the month-and-YTD dual read, conditional signals at honest thresholds
- The irregulars ledger — annual/lumpy expenses spread as monthly accruals so they stop being surprises
- The ritual — the fifteen-minute monthly update, sourced from statements, calendared
Required Inputs
Ask for these if not provided:
- The scope — household, team, or project budget; and the currency of pain ("we get surprised" vs "we can't approve spend" vs "the money just goes")
- The spend sources — cards, invoices, payroll, reimbursements; categories must match how these report, or every update becomes archaeology
- The budget numbers — from where (last year +X%? A plan? First-time guesses marked as guesses to be re-based at month 3)?
- The irregulars — the annual/quarterly lumps (insurance, subscriptions ([subscription-audit](../subscription-audit/SKILL.md) finds them), taxes, conferences) — listed, because the design accrues them
Framework: The Design Rules
- Grain follows the statement: categories are what spending arrives labeled as — if the card statement says "Software," a tracker with nine software sub-categories requires a coder, and the coder quits. 8–15 categories; anything needing more is two budgets.
- The dual read is the view: this-month variance (the early warning) AND year-to-date variance (the truth) — monthly noise means YTD is where "are we okay" actually lives, and trackers showing only months train panic-then-complacency cycles.
- Accrue the irregulars: every lumpy expense becomes a monthly twelfth in its category (the insurance is $60/month that bills annually) — the single design move that ends the "shock" pattern, because the shocks were scheduled all along. The irregulars ledger lists each lump, its month, and its accrual.
- Thresholds mean something: the variance signal fires at a level worth attention (±10% or a real amount, scaled to the category) — a tracker that flags $3 overruns in red teaches signal-blindness by March.
- The ritual is the moat: monthly, 15 minutes, from statements: fill actuals (statement-grain makes this transcription, not judgment), scan the dual read, write ONE sentence ("okay except software, +22% YTD — the new tool stack"). The sentence is the tracker's product; a tracker updated but unread is a diary, and one demanding an hour is abandoned.
Output Format
Budget Tracker: [scope] — [year]
Structure
[Categories (statement-grained) × months · budget column + source note · the guesses marked for month-3 rebase]
Variance View
[Month + YTD columns · signal thresholds per category · the one-glance "are we okay" row]
Irregulars Ledger
| Lump | Bills in | Annual | Monthly accrual |
|---|---|---|---|
The Ritual (15 min, calendared)
[Fill from statements → scan dual read → the one sentence → done]
Quality Checks
- [ ] Categories map 1:1-ish to how spend arrives — no receipt requires judgment to code
- [ ] Both month and YTD variance are visible; YTD carries the verdict
- [ ] Every known lump is accrued monthly in the ledger
- [ ] Thresholds are set at attention-worthy levels per category
- [ ] The ritual fits in 15 minutes and ends in one written sentence
Anti-Patterns
- [ ] Do not build 40 categories — granularity that outruns the statements kills the tracker
- [ ] Do not read only the current month — noise up, noise down, lesson: read YTD
- [ ] Do not let annual bills be "surprises" — they have dates; accrue them
- [ ] Do not alert on trivial variance — red must mean something or it means nothing
- [ ] Do not skip the sentence — an updated tracker nobody reads is maintenance cosplay
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/pm-cowork/skills/budget-tracker-design/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 3 个不同仓库或目录里都有叫 budget-tracker-design 的技能。它们内容并不相同,别混用:
- mohitagw15856/pm-claude-skills — Design a budget-vs-actuals tracker that stays alive past February — the category grain tha
- mohitagw15856/pm-claude-skills — Design a budget-vs-actuals tracker that stays alive past February — the category grain tha