Estimates quarterly US tax payments for self-employed using YTD income from Wilson tools, effective tax rates, safe harbor rules, and prior payments to avoid penalties.
npx claudepluginhub openaccountant/skillsThis skill uses the workspace's default tool permissions.
Calculates estimated quarterly tax payments for self-employed individuals and business owners filing Form 1040-ES. Uses your year-to-date income, effective tax rate, and IRS safe harbor rules to determine how much to pay each quarter.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Calculates estimated quarterly tax payments for self-employed individuals and business owners filing Form 1040-ES. Uses your year-to-date income, effective tax rate, and IRS safe harbor rules to determine how much to pay each quarter.
spending_summary — Pull income totals for the current tax yeartransaction_search — Find estimated tax payments already made (IRS, state tax authority)export_transactions — Export payment history for recordkeepingspending_summary to get total income received year-to-date.transaction_search to find payments already made to "IRS," "EFTPS," "US Treasury," or your state tax authority.| Quarter | Income Period | Due Date |
|---|---|---|
| Q1 | Jan 1 – Mar 31 | April 15 |
| Q2 | Apr 1 – May 31 | June 15 |
| Q3 | Jun 1 – Aug 31 | September 15 |
| Q4 | Sep 1 – Dec 31 | January 15 (following year) |
To avoid underpayment penalties, you must pay the lesser of:
If your income is uneven throughout the year, you can use the annualized installment method (Form 2210, Schedule AI) to potentially reduce earlier quarter payments.
quarterly_payment = (projected_annual_income x effective_tax_rate) / 4
amount_due = quarterly_payment - payments_already_made_this_quarter
=A1 / (MONTH(TODAY()) / 12).=B1 * C1 / 4.=D1 - (E1 / quarters_remaining).