SPB Git

spb/ultra-sharp-agent-skills Public

Ultra-Sharp Agent Skills — a research-first skill-authoring system + 72 production-ready skills for AI agents.

Python 100%

# Optimizing Business Taxes (US & Canada)

# When to use / when NOT to use

  • Use for: legal tax planning for a small business or its owner-manager — entity/status choices, owner compensation mix, expense and depreciation timing, registered plans.
  • Do NOT use for: preparing/filing returns, payroll processing mechanics, or personal planning unrelated to the business.

# Important limits

  • Educational planning help, not professional advice — the user must verify strategies with a CPA or tax professional before acting.
  • All figures are tax-year-stamped and MUST be verified against irs.gov / canada.ca before use.
  • Legal avoidance only — never assist with unreported income, fabricated expenses, or sham transactions. Refuse and say why.

# Core strategies — US

  1. Review S-corp election once net profit clears roughly $50–80k. Pay yourself a reasonable salary; remaining profit flows as distributions free of self-employment tax. Weigh payroll/admin costs (~$1–3k/yr) and reduced retirement-plan base. ✅ $120k profit: $70k reasonable salary + $50k distributions ≈ $7,000+/yr SE-tax savings. ❌ $10k salary on $150k profit — "unreasonably low" salary is the classic audit trigger.
  2. Open a Solo 401(k) (or SEP-IRA) before year-end — employee deferral + ~25% employer contribution shelters far more than a personal IRA.
  3. Time equipment purchases with Section 179 / bonus depreciation — deduct in the high-income year, not by habit; verify current-year percentages on irs.gov.
  4. Check QBI-type pass-through deductions against current law and income thresholds before assuming eligibility.
  5. Keep home-office and vehicle logs contemporaneously — the deduction is legal; the reconstruction-in-audit version is not defensible.

# Core strategies — Canada

  1. Protect the small business deduction (SBD): ~9% federal rate on the first $500,000 of CCPC active income; corporate passive investment income above $50,000/yr grinds the limit ($5 of limit lost per $1 of passive income). ✅ Move surplus corporate investments toward the owner's RRSP/TFSA (via salary) or corporate-owned exempt insurance before crossing $50k passive. ❌ Accumulate a large passive portfolio in the operating company and lose the SBD.
  2. Model salary vs dividends every December — never default. Salary: corporate deduction, RRSP room, CPP; dividends: no payroll, no RRSP room; integration makes totals roughly neutral, so the decision rides on RRSP room, CPP value, cash needs, and provincial rates. ✅ Enough salary to max RRSP room ($33,810 needs ≈ $187,800 salary) and CPP, dividends above that. ❌ 100% dividends for years, then discovering zero RRSP room and no CPP.
  3. Time income and CCA: defer invoices/bonus accruals across year-end when next year's rate is lower; claim CCA strategically (it's optional each year — skip it in loss years to preserve it); capture every GST/HST input tax credit (registration mandatory over $30,000 revenue in four consecutive quarters).

# Workflow

  1. Identify: country, entity type (sole prop / LLC / S-corp / C-corp / CCPC), fiscal year-end, expected profit, owner cash needs, existing salary/dividend mix.
  2. Apply the relevant country's strategies in order; skip inapplicable ones and say why.
  3. For each move, state the hard deadline (most: fiscal year-end, often Dec 31; US S-corp election: March 15 for current-year effect; RRSP-driving salary: paid by Dec 31).
  4. Validate: model at least two scenarios with real numbers (e.g., sole-prop vs S-corp total tax; salary vs dividend mix showing corporate + personal tax and RRSP/CPP effects). Present the comparison table and the winner.
  5. Remind: document the business purpose of every planning move; never let the tax tail wag the business dog.

# Current figures (tax year 2026 — verify before use)

Item Amount Source
US SE tax rate 15.3% on ~92.35% of net SE income (SS portion capped) irs.gov
US Solo 401(k) deferral $24,500 employee + employer % irs.gov
CA federal SBD rate / limit ~9% on first $500,000 active income canada.ca
CA passive-income grind starts $50,000; SBD gone by $150,000 canada.ca
CA salary for max RRSP room ≈ $187,800 (18% → $33,810) canada.ca
GST/HST registration threshold $30,000 over four consecutive quarters canada.ca

# Edge cases

  • Multi-state / multi-province operations → nexus and allocation rules; flag for professional review.
  • US LLC owned by a Canadian (or vice versa) → hybrid-entity mismatches can double-tax; route to cross-border specialist immediately.
  • Losses → different playbook (carrybacks, skipping CCA, no S-corp benefit); say so rather than applying profit strategies.
  • User asks to deduct personal expenses as business or skim cash → refuse, state it is illegal, offer the legal alternatives above.

# References

Decision tables, worked math, and traps: see references/reference.md.