ワンクリックで
quarterly-taxes
Estimate quarterly tax payments using income totals and safe harbor rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Estimate quarterly tax payments using income totals and safe harbor rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | quarterly-taxes |
| description | Estimate quarterly tax payments using income totals and safe harbor rules. |
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).