Skip to content
GitHub
US Tax Prep

Source Materials

Tier-1 source material for the US individual tax-prep world model. Every enshrined rule in the domain must cite one of these sources via its provenance envelope (per ADR-065). The sources are public, freely available on irs.gov, and versioned per tax year.


Publications whose content is cited by the filing-status + standard-deduction problem spaces — the two spaces in the initial world model.

PublicationFull titlePrimary relevanceTax year for alpha
Pub 501Dependents, Standard Deduction, and Filing InformationFiling status + Standard deduction — both alpha problem spaces are primarily sourced hereTY 2025
Form 1040 InstructionsInstructions for Form 1040 and 1040-SRCanonical filing-status definitions and the standard-deduction worksheetTY 2025
Pub 17Your Federal Income Tax (For Individuals)Overarching guide that contextualizes both alpha problem spaces; used for cross-reference and edge-case narrativeTY 2025

These three together are sufficient to reach the 50-enshrined-rule floor for the alpha problem spaces. No additional sources are required before alpha declares itself bootstrapped.


Publications that become primary sources when a deferred problem space is pulled into scope. Listed here so the operator knows what to ingest when expansion happens.

PublicationFull titleApplies to
Pub 503Child and Dependent Care ExpensesDependent-care credit, dependents problem space
Pub 502Medical and Dental ExpensesItemized deductions — medical
Pub 526Charitable ContributionsItemized deductions — charitable
Pub 936Home Mortgage Interest DeductionItemized deductions — mortgage interest
Pub 334Tax Guide for Small BusinessSelf-employment income (Schedule C)
Pub 535Business ExpensesSchedule C expense rules
Pub 550Investment Income and ExpensesCapital gains and losses (Schedule D)
Pub 590-AContributions to Individual Retirement Arrangements (IRAs)Retirement contributions
Pub 590-BDistributions from Individual Retirement Arrangements (IRAs)Retirement distributions, RMDs
Pub 596Earned Income Credit (EIC)EITC rules
Pub 972 (legacy) / Schedule 8812 InstructionsChild Tax Credit / Credit for Other DependentsCTC, ACTC, ODC

Form-specific instructions that supplement the publications for the relevant schedules.

Form / scheduleDocumentRelevance
Schedule ASchedule A InstructionsItemized deductions
Schedule BSchedule B InstructionsInterest and ordinary dividends
Schedule CSchedule C InstructionsProfit or loss from business
Schedule DSchedule D InstructionsCapital gains and losses
Schedule ESchedule E InstructionsSupplemental income (rental, royalty, partnership)
Schedule SESchedule SE InstructionsSelf-employment tax

Every enshrined rule cites a source. The provenance envelope for a tax-prep rule is the publication name, the section (or worksheet), and the tax year — for example:

{"publication": "Pub 501", "section": "Filing Status", "revision": "TY 2025"}

The tax-prep domain sets the convention for the envelope’s field names (publication, section, revision); the envelope’s typed shape is owned by the spectral.worlds context per ADR-065 D2.

Annual updates are versioning events, not rule edits. When the IRS publishes Pub 501 for a new tax year, the existing rules are not mutated. A new world-model version is published per ADR-026; the new version carries the new amounts, and the prior version remains authoritative for returns in its tax year.

Source-material ingestion runs through the Operations app. The distillation pipeline handles source upload, parsing, provenance anchoring, and candidate drafting. No manual rule authoring against unanchored sources.


Used for cross-reference only — not authoritative for rule authoring. A rule’s provenance envelope never cites these.

  • Internal Revenue Code (Title 26) — statutory source. Useful when publications leave ambiguity, but rules should cite the IRS-published interpretation, not the raw statute.
  • Treasury Regulations (26 CFR) — regulatory interpretation. Same disposition — cross-reference only.
  • IRS Revenue Rulings / Revenue Procedures — narrow authoritative pronouncements. Consulted case-by-case when publications are silent on a specific fact pattern.
  • Overview — domain scope
  • Problem spaces — which publications feed which problem space
  • Rules — rule-coverage state
  • ADR-065 — the provenance envelope
  • ADR-026 — version-as-authority for annual updates