From cashflow
Triggered by "monthly recap", "how did I do this month", "spending summary", "financial review", "weekly recap", "quarterly review", "year in review"
npx claudepluginhub davepoon/buildwithclaude --plugin cashflowThis skill uses the workspace's default tool permissions.
Generate a narrative financial review for any time period.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Generate a narrative financial review for any time period.
Determine the period. Parse $ARGUMENTS for the time span:
Fetch summary data. Call the query MCP tool with compare: "prior_period":
{ "period": "<detected_period>", "compare": "prior_period", "include": ["ratios", "anomalies", "accounts"] }
(Use start/end if a specific date range was requested.)
Fetch year-ago comparison. For anything other than year-over-year, also fetch the same period from a year ago to account for seasonality:
{ "start": "<same_period_last_year_start>", "end": "<same_period_last_year_end>", "include": ["ratios"] }
For example, if reviewing February 2026, also fetch February 2025.
Fetch recurring bills. Call the query MCP tool:
{ "recurring": true }
Synthesize a narrative recap covering:
Tone: Stick to the facts. Report what happened without judgement — no "great job" or "you need to cut back." Just clear, plain-language observations. Skip categories with trivial amounts.