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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:quarterly-taxesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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).npx claudepluginhub openaccountant/skillsEstimates IRS underpayment penalties on Form 2210 for missed quarterly estimated tax payments using transaction_search, spending_summary, and export tools. Useful for tax prep workflows.
Guides tax preparation client communications with federal deadlines, entity-specific requirements (Sole Prop, S-Corp, Partnership, C-Corp), deduction guidance, and estimated payment rules.
Provides Japanese tax advice on deductions, filings, business expenses, and 2025 rules using reference files for accurate consultations.