Awesome-omni-skill final-tax-return-filing
Drafts U.S. final tax return filing packets for death or corporate dissolution closings, including final-status designation, short-period reporting, liquidation/distribution items, schedule selection, attachment build, and filing mechanics. Use when handling a "final return", "deceased taxpayer", "estate final 1040", "corporate dissolution filing", "short year return", or any closing-phase tax compliance task.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/design/final-tax-return-filing" ~/.claude/skills/diegosouzapw-awesome-omni-skill-final-tax-return-filing && rm -rf "$T"
manifest:
skills/design/final-tax-return-filing/SKILL.mdsource content
Final Tax Return Filing
Builds an audit-ready final filing package (or review pack) to close taxpayer obligations at death or during entity liquidation/dissolution.
Prerequisites
- Confirm U.S. tax year, filing regime (calendar/fiscal), and taxpayer class (decedent estate vs dissolving entity).
- Obtain legal identifiers and dates: legal name, SSN/EIN, last known address, date of death or formal dissolution.
- Verify legal authority:
- executor/personal representative/administrator authority for decedent matters
- board or partner authorization for dissolving entities
- Gather source returns/forms and records:
- 1040/1120/1065 prior year, W-2, 1099, K-1, W-3, 1096
- bank/brokerage ledgers, payroll, general ledger, balance sheet, asset transfer docs
- Determine whether filing is a final short-period return and define reporting cutoff date.
- Confirm whether any extension request is already filed or still possible [VERIFY].
Output Structure / Process
1) Intake and status setup
Use this opening block to anchor the filing.
| Field | Value | Source |
|---|---|---|
| Taxpayer type | Decedent estate / entity liquidation | Death certificate, dissolution filing |
| Final period end date | Date of death or dissolution | Vital records, corporate minutes |
| Reporting date range | Jan 1 → end date | Financial close records |
| Primary return form | 1040 or 1120/1120S/1065 | Tax year and taxpayer type |
| Authority | Executor / trustee / liquidator name + title + proof | Court order / corporate document |
| Mailing/return instructions | Primary tax address/contact | IRS entity notice + return packet |
2) Identity and filing status block
- Populate legal name and ID exactly as official source docs show.
- Add final-status indicators:
- Individual: final status and date markers
- Entity: final return designation and liquidation context
- Insert signer section with title that reflects legal authority.
- Flag jurisdiction-specific signature and filing constraints.
3) Income capture (by reporting stream)
For each income source, capture: - Gross amount - Gross-up / timing test (pre-final-date only) - Source doc and payer - Schedule/form line - Reclassification needed (estate/entity) - Review note
Prioritize in this order:
- Wage/withholding income (W-2)
- Interest/dividends (1099-INT/1099-DIV and threshold-based Schedule B)
- Business income/loss (Schedule C / partner or shareholder passthrough items)
- Capital activity (Sale/basis/holding period schedule flow)
- Other unusual income (legal, settlement, cancellation, cessation adjustments)
4) Deductions and credits
- Select deduction route (standard vs itemized) using final-period rules.
- Build medical, SALT, mortgage, charitable, casualty where applicable.
- Validate statutory caps/limits and substantiation quality.
- Build credit matrix:
- Eligibility
- Income/phaseout test
- Required supporting schedules
- Filing-year rule consistency
- For entity returns, confirm separation between ordinary cessation expenses and non-deductible capital/distribution-related items.
5) Schedule and attachment matrix
| Trigger | Required artifact | Completion rule |
|---|---|---|
| Itemized deductions | Schedule A | Supporting receipts + limits |
| Interest/dividend volume | Schedule B | Payer detail complete |
| Business operations | Schedule C or entity schedules | Cost method consistency |
| Capital gains/losses | Schedule D flow | Basis and term classification |
| Liquidation/distributions | Entity/pass-through disclosures | Recipient-level allocation reconciliation |
| Estate refund on non-spouse | Form 1310 | Include authority proof [VERIFY] |
| Non-standard treatment | Written statement packet | Include legal basis and rationale |
6) Filing mechanics
- Determine due date from taxpayer type and filing status; adjust weekends/holidays.
- Choose e-file vs paper based on attachment and IRS form limitations.
- Reconfirm payment/refund instructions:
- Direct payment routing
- Refund routing (estate, representative, trust account)
- Assemble filing packet order and attach proof list.
- File only after final control checklist passes.
7) Final quality controls (mandatory)
- Recompute all arithmetic and schedule rollups.
- Trace each reporting line back to a source doc.
- Reconcile withholding, estimated taxes, and credits.
- Verify final return designation appears consistently.
- Confirm no post-termination income is included.
- Check signatory authority and signature block completeness.
- Produce exception list for unresolved items and escalation requests.
Guidelines
- Scope is U.S. returns only; defer to state-specific requirements for estimated/state schedules.
- Treat any tax date, due date matrix, or IRS destination as year-dependent; verify from latest IRS publications before filing [VERIFY].
- Do not infer authority from informal emails; require explicit legal proof before final signature.
- Use conservative classification for liquidation/distribution and basis-sensitive items; add explicit documentation where treatment is arguable.
- Escalate when significant valuation, multi-state nexus, or substantial tax-risk interpretations arise.
- Retain filing proof and support records for at least the minimum administrative period, or longer if estate or dispute exposure remains.