Skill: tax-us
Generate draft US corporate tax packages efficiently for C-corp entities.
Purpose
Prepare a draft US corporate tax package from the books for year <YEAR>.
This skill is designed for bookkeeping repositories using main.ledger and year-based import folders.
Scope
- Primary default: US C-corp return workflow (Form 1120).
- If entity type differs, adjust forms and mappings explicitly.
Required Inputs
year(example:2026)- return period start and end
- entity profile assumptions (entity type, first-year status, accounting method)
- federal and state scope
If any input is missing, use best-known defaults and document assumptions.
Standard Workflow
- Ensure all source transactions are reflected in
imports/<YEAR>/and included bymain.ledger. - Validate books integrity using
main.ledgeras source of truth. - Generate income statement and year-end balance sheet figures.
- Create/update US working papers under
tax/<YEAR>/. - Keep working paper totals synchronized with the books.
Validation Objectives
- Confirm global books balance.
- Review register activity for the full filing year.
- Produce requested-period P&L totals.
- Produce year-end balance sheet totals.
- Flag unresolved classification or compliance assumptions.
Suggested US Working Papers
tax/<YEAR>/form-1120-draft.mdtax/<YEAR>/form-1120-lines.jsontax/<YEAR>/supporting-schedules.mdtax/<YEAR>/advisor-handoff-checklist.md
Typical Form References
- Form 1120 (U.S. Corporation Income Tax Return)
- Schedule L, M-1, and M-2 support when applicable
- State return support files as required
Output Contract
Return:
- files created/updated
- requested period totals
- key line mapping values used
- unresolved assumptions and compliance open items
Compliance Note
Draft outputs only. Final filing positions must be reviewed by a qualified US tax professional.