Agent Skillsmohitagw15856/pm-claude-skills › budget-tracker-design

budget-tracker-design

GitHub

设计高存活率的预算追踪器,通过匹配账单粒度的8-15个类别、双重视图(月/年累计)及不规则费用摊销机制,解决分类过细或过粗问题。提供结构、逻辑、账本及每月15分钟维护仪式,确保长期可持续性。

exports/openclaw/budget-tracker-design/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

build me a budget spreadsheet track team spend against budget why do we always blow the budget invisibly design a household/project budget tracker

Install

npx skills add mohitagw15856/pm-claude-skills --skill budget-tracker-design -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/budget-tracker-design -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@budget-tracker-design

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill budget-tracker-design -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "budget-tracker-design",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/budget-tracker-design.html",
    "metadata": {
        "openclaw": {
            "emoji": "🧠"
        }
    },
    "description": "Design a budget-vs-actuals tracker that stays alive past February — the category grain that matches real statements, the variance view that answers 'are we okay', the update ritual small enough to survive, and the honest handling of irregular expenses. Use when asked build me a budget spreadsheet, track team spend against budget, why do we always blow the budget invisibly, or design a household\/project budget tracker. Produces the tracker structure, the variance logic, the irregulars ledger, and the monthly fifteen-minute ritual."
}

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 finds them), taxes, conferences) — listed, because the design accrues them

Framework: The Design Rules

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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

Version History

  • 471c606 Current 2026-07-22 13:14

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
cd344a76
Indexed
2026-07-22 13:14

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 15:36
浙ICP备14020137号-1 $방문자$