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%
5.1 KB · 67 lines markdown
Rendered Raw Blame History
1---2name: filing-canadian-business-taxes3description: Guides Canadian business tax filings — T2125 for sole proprietors, T2 corporate returns, GST/HST registration and filing, payroll remittances, and T4/T5 slips, with deadlines and penalty rules. Use when the user asks how to file business taxes in Canada, about a T2 return, T2125 self-employment income, the small business deduction, registering for or filing GST/HST or QST, CPP/EI payroll remittances, T4 or T5 slips, or corporate instalments. Do not use for personal T1-only returns (preparing-canadian-personal-tax-returns), US filings (filing-us-business-taxes), or tax planning strategy (optimizing-business-taxes).4---56<!--7Author: Simon-Pierre Boucher8Contact: contact@spboucher.ai9-->1011# Filing Canadian Business Taxes1213## When to use / when NOT to use14- **Use for:** which CRA filings a Canadian business owes (T2125 vs T2), GST/HST/QST registration and returns, payroll withholding and slips, deadlines, instalments, penalties.15- **Do NOT use for:** personal T1 returns without a business (→ `preparing-canadian-personal-tax-returns`), US entities (→ `filing-us-business-taxes`), or salary-vs-dividend strategy (→ `optimizing-business-taxes`).1617## Important limits18- Educational help, not professional tax advice — multi-province, cross-border, or high-stakes filings go to a CPA.19- Figures and deadlines are tax-year-stamped and MUST be verified against canada.ca before use.20- Never assist with evasion, unreported income, or falsified records; refuse and explain.2122## Core rules23241. **Structure determines the filing:**25   | Structure | Return | Filing due | Payment due |26   |---|---|---|---|27   | Sole prop / partnership (individuals) | T2125 inside the T1 | June 15 | **April 30** |28   | Corporation | T2 | 6 months after fiscal year-end | **2 months after year-end** (3 for many CCPCs) |29   Payment deadlines land BEFORE filing deadlines — money first, paperwork later.302. **CCPCs get the small business deduction:** the first $500,000 of active business income is taxed at the low combined rate (~9% federal + province). Passive investment income above $50,000/year grinds the limit down.313. **GST/HST registration is mandatory once revenues exceed $30,000** over four consecutive quarters (or one quarter alone). Register voluntarily below that to claim input tax credits (ITCs).32   - ✅ Registering at $28k because big equipment purchases are coming (recover ITCs)33   - ❌ Hitting $45k over two quarters and still charging no tax — liability accrues anyway344. **Charge the rate of the customer's province** for most goods/services: HST provinces (ON 13%, NS/NB/NL/PE 15%), GST-only (AB/territories 5%), GST+PST (BC/SK/MB), GST+QST (QC — file with Revenu Québec).355. **Payroll means CRA remittances:** withhold income tax + CPP + EI from each pay; remit with the employer share (CPP match, EI ×1.4) by the 15th of the following month (new small employers). T4 slips + summary due the last day of February.366. **Dividends paid require T5 slips** (also end of February). Salary needs payroll accounts; dividends need directors' resolutions — don't blur them.377. **Instalments:** corporations pay monthly/quarterly instalments after their first year owing >$3,000; self-employed individuals pay quarterly T1 instalments once tax owing exceeds $3,000 in consecutive years.388. **Keep records 6 years** from the end of the tax year (CRA rule).3940## Workflow41421. Confirm structure (sole prop vs corporation), province(s), fiscal year-end, and registrations (BN, GST/HST, payroll, corporate tax accounts).432. Close and reconcile the books for the fiscal period.443. File the return from rule 1; for corporations include the GIFI (financial-statement codes) mapping.454. File the GST/HST return for the period: tax collected − ITCs = net remittance (or refund).465. Verify slips: T4s match payroll ledger; T5s match dividends declared.476. **Validate:** deadline calendar cross-checked against canada.ca; payment dates (which precede filing dates) scheduled; GST/HST collected account cleared by the remittance.4849## Current figures (tax year 2026 — verify before use)5051| Item | Figure | Source |52|---|---|---|53| Small business deduction limit | $500,000 active income (CCPC) | canada.ca |54| Passive-income grind threshold | $50,000/year | canada.ca |55| GST/HST registration threshold | $30,000 / 4 consecutive quarters | canada.ca/gst-hst |56| GST rate / HST examples | 5% GST; ON 13%; Atlantic 15% | canada.ca/gst-hst-rates |57| Instalment threshold | >$3,000 owing (fed) | canada.ca |5859## Edge cases & failure modes60- **Quebec** files separately with Revenu Québec (QST, provincial return, payroll) — flag it explicitly.61- **First corporate year** → no instalments required, but the full balance is due 2–3 months after year-end; cash-plan for it.62- **Late T4/T5 slips** → per-slip penalties; file late rather than never.63- **Zero-rated vs exempt sales:** zero-rated (exports, basic groceries) still allow ITCs; exempt (residential rent, most financial services) do not — misclassification changes refunds.6465## References66Deadline/rate tables, GST/HST worked example, and gotchas: see [references/reference.md](references/reference.md).67