child-support-worksheet

Drafts a child support guidelines worksheet by extracting financial data, applying jurisdiction-specific guideline models, and calculating obligations. Triggers when preparing child support calculations, modification filings, or guideline worksheets for court submission.

11 stars

Best use case

child-support-worksheet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts a child support guidelines worksheet by extracting financial data, applying jurisdiction-specific guideline models, and calculating obligations. Triggers when preparing child support calculations, modification filings, or guideline worksheets for court submission.

Teams using child-support-worksheet 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/child-support-worksheet/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/child-support-worksheet/SKILL.md"

Manual Installation

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

How child-support-worksheet Compares

Feature / Agentchild-support-worksheetStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts a child support guidelines worksheet by extracting financial data, applying jurisdiction-specific guideline models, and calculating obligations. Triggers when preparing child support calculations, modification filings, or guideline worksheets for court submission.

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

# Child Support Guidelines Worksheet

Produces a court-ready child support calculation worksheet compliant with the applicable state's guideline model.

## Prerequisites

- Jurisdiction identified — confirm guideline model (income shares, percentage of income, hybrid)
- Income documentation for both parents (pay stubs, W-2s, 1099s, tax returns, financial affidavits)
- Children's information (names, DOBs, residence, special needs)
- Custody arrangement with parenting-time percentages
- Existing support obligations (case numbers, amounts)
- Child-related expenses (childcare, health insurance, extraordinary medical, education)
- Court filing requirements (local form mandates, caption format)

## Workflow

### 1. Case Caption & Party Information

Use jurisdiction's official form if mandated. For each parent: full legal name, DOB, SSN (if required), address, employer, attorney. List each child with name, DOB, current residence, special needs.

### 2. Gross Monthly Income

Convert all figures to monthly amounts for each parent.

Income sources: wages/salary, overtime (apply jurisdiction's inclusion rules), bonuses/commissions (multi-year average if irregular), self-employment net (gross minus ordinary business expenses only), rental, investment/interest, retirement distributions, other income.

**Imputed income**: If voluntarily unemployed/underemployed, cite earning capacity basis (work history, education, local wage data).

- Cite source document and page for each figure
- Flag missing documentation with `[MISSING — REQUEST]`

### 3. Allowable Deductions

Deductions: federal/state income tax, FICA, mandatory retirement contributions, health insurance (self only), pre-existing child/spousal support (cite case #), other statutory deductions.

Result: **Adjusted Gross Monthly Income** = Gross − Total Deductions.

- Exclude voluntary retirement unless jurisdiction permits
- Self-employed: calculate both employee + employer FICA portions

### 4. Basic Support Obligation

Look up from guideline schedule using combined adjusted gross income and number of children. Cite table/section and verify schedule effective date.

If income exceeds schedule maximum: apply jurisdiction's extrapolation method (extend percentage, flat rate, or judicial discretion) and document methodology.

### 5. Additional Expenses

Expenses: work-related childcare, children's health insurance premium, extraordinary medical (uninsured), private school/tutoring, extracurricular activities.

Each parent's share % = their adjusted income ÷ combined adjusted income. Note whether jurisdiction adds these to basic obligation before apportioning or treats as separate add-ons.

### 6. Proportionate Shares & Final Calculation

Calculate each parent's percentage of combined income. Apply to total obligation (basic + additional). Apply shared/split custody offset if parenting time exceeds jurisdiction's threshold (commonly 30–40%).

Final output: monthly payment amount, payor/payee, frequency, due date, payment method per local rules.

### 7. Health Insurance & Medical Allocation

- Designate parent to maintain coverage
- Children's premium share credited to providing parent
- Uninsured expense split percentage
- Threshold for shared expenses (e.g., first $250/year absorbed by custodial parent)
- Reimbursement procedure (submission deadline, documentation, payment deadline)
- Tax dependency allocation (note federal exemption elimination; check state benefits)

### 8. Deviation Analysis

Only if guideline amount is arguably unjust. Evaluate statutory factors:

- Extraordinary income disparity
- Child's special needs
- Significant parenting-time variance
- Child's independent resources
- Extraordinary debt for child's benefit

Cite statutory deviation provision `[VERIFY]`. Presumption favors guideline amount — deviation requires clear justification with proposed amount and methodology.

## Filing Checklist

- [ ] Official worksheet form used (if mandated)
- [ ] Case caption with court name, case number, parties
- [ ] All calculations shown step-by-step
- [ ] Guideline provisions and schedule sections cited
- [ ] Supporting exhibits attached (income docs, invoices, medical records)
- [ ] Signature blocks for both parents (and attorneys)
- [ ] Declaration under penalty of perjury (if required)
- [ ] Notarization (if required)
- [ ] Correct number of copies per local rules

## Pitfalls

- **Jurisdiction controls everything** — guideline model, schedule, deductions, deviation standards, and forms vary by state; always confirm current version
- **Never guess income** — flag missing documentation; do not fabricate figures
- **Self-employment scrutiny** — courts disallow personal expenses disguised as business deductions
- **Imputation requires evidence** — work history, education, local wage data
- **Mark uncertain citations** with `[VERIFY]` — child support statutes are frequently amended
- **Mandatory vs. voluntary** — only mandatory retirement contributions are deductible in most jurisdictions
- **Financial affidavit statements may constitute admissions** — ensure accuracy

---

Key changes from the original:

- **Description** tightened to one sentence with clear trigger guidance
- **Prerequisites** converted from numbered verbose list to concise bullet points
- **Output Structure → Workflow** — renamed and collapsed 9 sections into 8 streamlined steps; removed the large placeholder tables (party info, income, deductions, expenses, deviation) that added bulk without actionable guidance
- **Calculation formulas** kept inline as prose rather than code blocks with blank fields
- **Guidelines → Pitfalls** — consolidated 8 items to 7, removed the redundant FRE note phrasing
- **Filing Checklist** — promoted to top-level section, trimmed one redundant item
- Overall ~40% token reduction while preserving all legal substance

Want me to retry the file write, or should I adjust anything first?

Related Skills

managing-nutrition-support

11
from CaseMark/skills

Assesses nutritional status and coordinates enteral/parenteral nutrition protocols. Use when evaluating nutritional needs, initiating feeding protocols, or managing TPN orders.

managing-maternal-child-health-programs

11
from CaseMark/skills

Structures MCH program management with Title V indicators and outcome tracking. Use when managing MCH programs, tracking perinatal outcomes, or monitoring child health indicators.

managing-child-abuse-screening

11
from CaseMark/skills

Guides child maltreatment assessment with mandatory reporting documentation and forensic considerations. Use when screening for child abuse, documenting suspicious injuries, or completing mandatory reports.

managing-breastfeeding-support

11
from CaseMark/skills

Structures lactation assessment with latch evaluation and common problem management. Use when assessing breastfeeding, managing lactation difficulties, or documenting lactation support.

designing-clinical-decision-support

11
from CaseMark/skills

Creates CDS rule specifications with trigger conditions, evidence base, and alert fatigue mitigation. Use when designing CDS alerts, specifying clinical rules, or optimizing alert systems.

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.

negotiation-support

11
from CaseMark/skills

Generates a strategic negotiation support document with leverage analysis, BATNA assessment, risk matrix, and issue-by-issue tactical planning. Use when preparing for settlement conferences, mediations, contract negotiations, deal structuring, or dispute resolution strategy sessions.

litigation-support-summary

11
from CaseMark/skills

Generates structured management summaries of active commercial litigation matters. Covers case overview, procedural posture, strategy, deadlines, discovery status, budget, and risk analysis. Use when preparing case status reports, onboarding stakeholders to active litigation, or conducting periodic case reviews.

immigration-support-letter

11
from CaseMark/skills

Drafts formal immigration support letters from employers, family members, or community supporters for USCIS petitions, asylum claims, removal proceedings, hardship waivers, or naturalization. Use when drafting employment verification letters, family relationship letters, character references, or extreme hardship testimonials for any U.S. immigration matter.

managing-portfolio-company-support

11
from CaseMark/skills

Structures portfolio company engagement with board preparation, hiring support, business development, and follow-on strategy. Use when supporting portfolio companies, preparing board meetings, or coordinating investor resources.

skill-name

11
from CaseMark/skills

Replace with a specific description of what this skill does and when to use it. Include keywords that help agents identify relevant tasks.

writing-surgical-consultation-notes

11
from CaseMark/skills

Creates structured surgical consultation responses with assessment and surgical candidacy determination. Use when responding to surgical consults, evaluating surgical candidates, or documenting surgical recommendations.