tax-return-summary

Produces structured, citation-backed summaries of tax returns (Form 1040, schedules, W-2s, 1099s) for divorce, personal injury, and bankruptcy litigation. Extracts income sources, deductions, credits, and flags anomalies. Use when summarizing tax returns, analyzing financial discovery, assessing earning capacity, reviewing 1040s, or preparing financial profiles for litigation.

11 stars

Best use case

tax-return-summary is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Produces structured, citation-backed summaries of tax returns (Form 1040, schedules, W-2s, 1099s) for divorce, personal injury, and bankruptcy litigation. Extracts income sources, deductions, credits, and flags anomalies. Use when summarizing tax returns, analyzing financial discovery, assessing earning capacity, reviewing 1040s, or preparing financial profiles for litigation.

Teams using tax-return-summary should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/tax-return-summary/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/tax-return-summary/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/tax-return-summary/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How tax-return-summary Compares

Feature / Agenttax-return-summaryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Produces structured, citation-backed summaries of tax returns (Form 1040, schedules, W-2s, 1099s) for divorce, personal injury, and bankruptcy litigation. Extracts income sources, deductions, credits, and flags anomalies. Use when summarizing tax returns, analyzing financial discovery, assessing earning capacity, reviewing 1040s, or preparing financial profiles for litigation.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Tax Return Summary

Structured legal analysis of tax returns with every figure cited as `(Form [X], Line [Y])` for attorney verification.

## Prerequisites

- Uploaded returns: Form 1040s, schedules, W-2s, 1099s for each year in scope
- Case type identified: divorce/family law, personal injury, or bankruptcy
- Tax years in scope defined

## Quick Start

1. Locate all returns, schedules, and supporting forms in uploaded documents
2. Extract figures directly from source materials — never assume values
3. Cite every amount as `(Form [X], Line [Y])`
4. Produce the seven-section output below, tailored to case type

## Output Sections

### 1. Executive Financial Overview

Synthesized narrative (not a data dump) covering:

| Element | Detail |
|---|---|
| Primary income sources | Wages, business, investments — rank by magnitude |
| Income trajectory | Stable, growing, declining, or volatile across years |
| Filing status pattern | Changes signaling life events |
| Material deductions/credits | Items significantly affecting liability or true economic position |
| Immediate red flags | Inconsistencies or anomalies requiring attorney attention |

### 2. Multi-Year Comparison

When multiple years are in scope:

- Filing status, AGI, taxable income, total tax per year
- Significant YOY percentage changes with explanation
- Filing status transitions (e.g., MFJ to HOH) and implications
- Dependent changes relevant to custody/support
- Schedule C swings — underlying expense/revenue shifts
- Sporadic items: large capital gains, unusual deductions, early distributions (3–5 key observations per year)

### 3. Current Year Profile

- Tax year, filing status
- Taxpayer: full legal name per 1040, last four SSN
- Dependents: name, age, relationship, last four SSN, notable indicators (education credits suggest student status; elderly parent suggests support obligations)
- Occupation per return and W-2/Schedule C; all income streams and relative contribution

### 4. Income Source Analysis

| Source | Form/Schedule | Key Analysis Points |
|---|---|---|
| Wages | 1040 Line 1, W-2s | Employer breakdown, YOY changes, job changes |
| Self-employment | Schedule C | Gross receipts, major expenses; scrutinize vehicle/travel/home office/family payments, profit vs. lifestyle disconnect |
| Investment | Schedule B, D | Interest, dividends, capital gains/losses; asset ownership implications |
| Rental | Schedule E | Per-property gross rents, expenses, net; note depreciation masking positive cash flow |
| Pass-through | Schedule E (K-1s) | Partnership/S-corp/trust as marital or creditor-reachable assets |
| Retirement | 1040 Lines 4–5 | Regular vs. premature distributions; financial stress indicators |
| Other | 1040 Lines 7–8 | Unemployment, alimony received, misc. |

### 5. Deductions and Credits

- **Standard vs. itemized** — which chosen and what it reveals
- **Schedule A** — mortgage interest (debt inference), SALT, charitable (discretionary income signal), medical (unreimbursed cost indicator)
- **SE deductions** — SE tax, health insurance, retirement contributions
- **Credits** — Child Tax Credit, EITC (income-level indicator), education credits, Child/Dependent Care Credit (childcare costs relevant to support)

### 6. Red Flags

Flag in measured, professional language — describe concern and significance without accusing:

- [ ] Income drops coinciding with litigation commencement
- [ ] Schedule C expense inflation or personal expenses through business
- [ ] Lifestyle/income mismatch suggesting unreported income
- [ ] Known sources missing from returns
- [ ] Discrepancies with loan applications, financial affidavits, or other discovery
- [ ] Income timing manipulation (deferred bonuses, shifted entity structures)
- [ ] New entity formation during litigation
- [ ] Sudden shift from distributions to salary (S-corp strategy)

### 7. Legal Implications and Next Steps

Tailor to case type:

**Divorce/Family Law:** Income for support calculations. Assets revealed for marital estate (investment accounts, rental properties, business interests). Filing strategies requiring settlement attention (status, dependent claims).

**Personal Injury:** Pre-injury earning baseline. Post-injury decline quantified with connection to claimed injuries. Disability income on subsequent returns. Medical deductions suggesting pre-existing conditions.

**Bankruptcy:** Means testing inputs. Income subject to creditor claims. Preferential transfers or unusual pre-filing dispositions. Undisclosed income/assets risk.

**Recommended Follow-Up Discovery:**

| Finding | Discovery Action |
|---|---|
| Understated business income | Bank statements, P&L, balance sheets |
| Inconsistent investment income | Brokerage statements via subpoena |
| Aggressive deductions | Supporting documentation request |
| Precipitous income decline | Employment verification, vocational analysis |
| Complex entity structures | Forensic accountant / business valuator |

Close with: what the returns **definitively establish**, what they **suggest but do not prove**, and what **questions remain**.

## Pitfalls

- Never assume figures — extract only from uploaded documents
- When a business shows tax loss but positive cash flow (depreciation), explicitly note the distinction
- Maintain objectivity — present facts and observations, reserve legal conclusions for attorneys
- Flag items needing additional documentation rather than speculating on explanations
- Format output with section headings and clean paragraph breaks, suitable for PDF/Word inclusion in case files

---

Key changes from the original:

- **Removed `tags`** — not part of the Agent Skills spec (only `name` and `description` are required frontmatter)
- **Tightened description** — still includes triggers and keywords, trimmed redundancy
- **Added Quick Start** — gives the agent an immediate 4-step entry point
- **Renamed "Process" to "Output Sections"** — clearer intent
- **Condensed Section 7** — collapsed verbose bullet lists into compact sentences per case type
- **Renamed "Guidelines" to "Pitfalls"** — aligns with best practice structure (what goes wrong and how to avoid it)
- **Removed redundant phrasing** throughout while preserving every domain-specific detail (form numbers, line references, legal analysis points, red flag checklist)

Related Skills

witness-summary

11
from CaseMark/skills

Generates structured summaries of witness statements for litigation, extracting chronological narratives, key facts, credibility indicators, and evidentiary value. Use when summarizing depositions, declarations, affidavits, or witness testimony during discovery, pre-trial, or trial preparation.

verdict-judgment-summary

11
from CaseMark/skills

Produces structured post-trial verdict and judgment analysis memoranda for commercial litigation. Triggers when summarizing a jury verdict, bench trial decision, post-trial motion assessment, or appellate viability review. Covers liability determinations, damages breakdowns, critical rulings, and post-trial strategy.

urban-planning-summary

11
from CaseMark/skills

Summarizes legal issues in urban development projects covering zoning, land use disputes, and environmental compliance. Generates structured briefings for municipalities, developers, and legal counsel. Use when reviewing zoning ordinances, land use applications, environmental impact statements, or comprehensive plans before development or planning decisions.

trial-prep-summary

11
from CaseMark/skills

Generates a structured courtroom-ready trial preparation summary synthesizing procedural history, facts, legal issues, evidence, witnesses, and strategy into a quick-reference document. Trigger when preparing trial binders, pre-trial review documents, courtroom reference materials, or trial strategy memos in commercial litigation.

traffic-enforcement-summary

11
from CaseMark/skills

Generates structured summaries of traffic law enforcement data covering DUI metrics, violation trends, enforcement outcomes, and resource allocation. Use when analyzing citation records, arrest statistics, violation reports, or preparing public safety strategic planning documents for law enforcement leadership.

trade-law-summary

11
from CaseMark/skills

Produces structured U.S.-focused international trade law summaries covering tariffs, customs, export controls, sanctions, trade remedies, and trade agreements. Triggers when asked for international trade law summaries, tariff/customs analysis, export controls, sanctions guidance, WTO/GATT, USMCA, ITAR, EAR, OFAC, or import/export compliance updates.

telecom-law-summary

11
from CaseMark/skills

Generates executive-level summaries of recent US telecommunications law developments covering spectrum rights, network access, privacy, infrastructure, and enforcement. Structures analysis by topic with compliance deadlines and business impact. Use when briefing counsel, regulatory teams, or executives on FCC rulemakings, net neutrality, CPNI, 5G deployment, robocall enforcement, or the broader telecom legal landscape.

tax-summary-spousal-support

11
from CaseMark/skills

Produces structured financial summaries from tax returns, W-2s, 1099s, K-1s, and business filings for spousal support proceedings. Trigger when preparing income analyses for alimony discovery, settlement negotiations, pre-trial, or court filings in family law matters.

tax-return-analysis

11
from CaseMark/skills

Produces litigation-ready financial memoranda from multi-year tax returns, covering income trends, filing status changes, deduction patterns, red flags, and trustee considerations. Use when reviewing Form 1040s for bankruptcy means testing, family law support calculations, personal injury damages, or financial discovery analysis.

summary-judgment

11
from CaseMark/skills

Produces structured summaries of summary judgment motions, orders, and decisions. Use when the user needs to summarize an MSJ ruling, prepare a case status report, evaluate appeal posture, or brief a client on a dispositive motion outcome.

summary-judgment-motion

11
from CaseMark/skills

Drafts a Motion for Summary Judgment package for personal injury litigation under FRCP 56 or state equivalent. Trigger when the user needs an MSJ, summary judgment brief, dispositive motion, no-genuine-dispute motion, or judgment-as-a-matter-of-law motion during pre-trial or discovery phases.

summary-judgment-brief

11
from CaseMark/skills

Drafts FRCP 56 summary judgment motion briefs for U.S. commercial litigation. Synthesizes discovery evidence with controlling authority to show no genuine dispute of material fact. Use when drafting MSJ briefs, dispositive motions, or partial summary judgment papers post-discovery.