Tax Planning Dashboard
Customer Walkthrough
Customer Walkthrough — Tax Planning Dashboard
Follow these steps to replay the delivered outcome.
Step 1 — Launch
cd delivery-package/tax-planning-dashboard/app
node server.js
Open http://localhost:3848
Step 2 — Review Default Client
The sample client shows a married-filing-jointly California household with business + W-2 income. Note the executive summary KPIs and disclaimer.
Step 3 — Edit Inputs
- Click Edit Inputs
- Change Business income from $180,000 to $220,000
- Observe Total Tax Liability increase on Executive Summary
- Set Filing status to Single — note marginal rate change
Step 4 — Explore Strategies
- Open Strategy Savings
- Review Augusta Rule, Pay Children, and S-Corp cards
- Note assumptions and risk/documentation bullets on each card
Step 5 — Before vs After
- Open Before vs After
- Confirm total tax decreases when strategies are applied
- Read the savings banner at bottom
Step 6 — Quarterly View
- Open Quarterly Planning
- Review cumulative paid vs target pace chart
- Check status badges per quarter
Step 7 — Moderate Client Scenario
- Edit Inputs → click Reset Sample
- Set: Business $95,000, W-2 $72,000, Single, Texas, 1 dependent
- Confirm reasonable effective rate (~15–25% range)
Step 8 — Run Verification
node delivery-package/tax-planning-dashboard/scripts/run-verification.mjs
Confirm certified status in verification-report.md.
Step 9 — Review Documentation
tax-bracket-sources.md— bracket sources and tax yearassumptions.json— modeling assumptionsDELIVERY-NOTE.md— production-ready vs CPA review items
Reminder: All figures are estimates. Review with your CPA before client reliance.