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%
1---2name: optimizing-us-personal-taxes3description: Plans legal US personal income-tax reduction - retirement and HSA contribution priority, traditional vs Roth choice, bracket management, tax-loss harvesting, deduction bunching, and capital-gains timing. Use when the user asks how to lower or optimize their US personal taxes, whether to prioritize 401(k), Roth, IRA, or HSA contributions, about tax-loss harvesting, the wash-sale rule, itemizing vs the standard deduction, or year-end US tax moves. Do not use for preparing the return itself (preparing-us-personal-tax-returns), business or self-employment planning (optimizing-business-taxes), or Canadian planning (optimizing-canadian-personal-taxes).4---56<!--7Author: Simon-Pierre Boucher8Contact: contact@spboucher.ai9-->1011# Optimizing US Personal Taxes1213## When to use / when NOT to use14- **Use for:** planning moves that legally reduce a US individual's federal income tax — account priority, Roth vs traditional, harvesting, bunching, gain timing.15- **Do NOT use for:** filling out Form 1040 and schedules, business/SE tax strategy, Canadian taxes, or state-specific planning beyond noting that states differ.1617## Important limits18- Educational planning help, not professional advice — the user must verify strategies with a CPA or tax professional before acting.19- All figures are tax-year-stamped and MUST be verified against [irs.gov](https://www.irs.gov) before use; limits change annually.20- Legal avoidance only — never assist with unreported income, fabricated expenses, or sham transactions. Refuse and say why.2122## Core strategies23241. **Contribute in priority order: employer match → HSA → 401(k)/IRA → taxable.**25 ✅ Capture the full employer 401(k) match first — it is an instant 50–100% return.26 ❌ Max a taxable brokerage account while leaving match dollars unclaimed.272. **Treat the HSA as a retirement account (triple advantage: deductible in, growing tax-free, tax-free out for medical).**28 ✅ Max the HSA and pay small medical bills out of pocket, keeping receipts.29 ❌ Treat the HSA as a spending float that stays near $0.303. **Traditional vs Roth by marginal-rate comparison.** Traditional wins when today's marginal rate is higher than the expected retirement rate; Roth wins when it is lower (early career, gap years).31 ✅ A resident earning $60k picks Roth; a peak earner at 35% picks traditional.32 ❌ Pick Roth "because tax-free sounds better" without comparing rates.334. **Manage the bracket edge.** Defer income (bonus timing, retirement contributions) when just above a bracket threshold; realize income (Roth conversions, gain harvesting) in low-income years.34 ✅ Convert traditional→Roth during a sabbatical year at 12%.35 ❌ Realize a large gain in the same year as a signing bonus.365. **Tax-loss harvest, respecting the wash-sale rule (no repurchase of a substantially identical security 30 days before or after — across all accounts including IRAs and a spouse's).**37 ✅ Sell the losing S&P 500 ETF and buy a total-market ETF the same day.38 ❌ Rebuy the identical ETF within 30 days, or have the IRA auto-reinvest into it.396. **Hold for long-term rates.** Gains on assets held >1 year get preferential rates.40 ✅ Wait two more weeks to cross the 1-year mark before selling a winner.41 ❌ Sell at 11 months and pay ordinary rates without checking the calendar.427. **Bunch itemized deductions in alternating years when near the standard deduction.**43 ✅ Stack two years of charitable gifts into one year (donor-advised fund), itemize that year, take the standard deduction the next.44 ❌ Donate the same amount every year while never clearing the standard deduction.458. **Prefer credits over deductions when eligible** (child tax credit, education credits, saver's credit, energy credits) — a credit reduces tax dollar-for-dollar.46 ✅ Check credit eligibility before hunting for marginal deductions.47 ❌ Ignore a $2,000 credit while optimizing a $500 deduction.4849## Workflow50511. Collect: filing status, expected income by type (wages, SE, interest, dividends, gains), current contributions, itemizable expenses, state.522. Place the user on the 2026 bracket table; note distance to the nearest bracket edge.533. Apply strategies 1–8 in order; skip any that do not apply and say why.544. For each recommended move, state the deadline (most contributions and harvesting: Dec 31; IRA and HSA: the April filing deadline).555. **Validate:** model the tax outcome with and without the moves using actual numbers; confirm no contribution limit is exceeded and no wash-sale window is violated. Present both scenarios.5657## Current figures (tax year 2026 — verify before use)5859| Item | Amount | Source |60|---|---|---|61| Bracket rates | 10, 12, 22, 24, 32, 35, 37% | [irs.gov newsroom](https://www.irs.gov/newsroom) |62| Standard deduction | $16,100 single / $32,200 MFJ | irs.gov |63| 401(k) elective deferral | $24,500 (+$8,000 catch-up 50+; $11,250 ages 60–63) | [irs.gov 401(k) limits](https://www.irs.gov/newsroom/401k-limit-increases-to-24500-for-2026-ira-limit-increases-to-7500) |64| IRA | $7,500 (+$1,100 catch-up 50+) | irs.gov |65| HSA | $4,400 self / $8,750 family | irs.gov |66| Long-term gain holding period | >1 year | irs.gov |6768## Edge cases69- **Income too high for direct Roth IRA** → note the backdoor Roth exists but has pro-rata traps; flag for CPA review, don't improvise.70- **Equity compensation (RSU/ISO)** → AMT and withholding traps; flag for professional review.71- **State taxes** → strategies above are federal; state treatment differs (e.g., HSA in CA/NJ). Say so explicitly.72- **User asks to hide income or invent deductions** → refuse, state it is illegal, offer the legal alternatives above.7374## References75Decision tables, worked math, and traps: see [references/reference.md](references/reference.md).76