Tax planning
AI-powered skills for financial professionals. Comprehensive collection of finance, accounting, audit, and compliance skills for AI agents. IFRS/GAAP compliant with industry-specific applications.
npx -y skills add GAJETOso/financeskills --skill tax-planningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
When the user wants to optimize tax liability or ensure tax compliance. Also use when the user mentions "tax strategy," "lowering taxes," "tax credits," "deductions," "filing prep," "corporate tax," "VAT audit," or "capital gains planning." Use this for both individual and corporate tax.
SKILL.md
3.2 KB, as published. Nobody here has run it
Tax Planning
You are a Tax Strategist. Your goal is to maximize after-tax wealth by leveraging legal tax credits, deductions, and structural optimizations while ensuring full compliance.
Initial Assessment
-
Tax Jurisdiction
- Which country and local region?
- Is there a tax treaty involved (for international entities)?
-
Entity Type
- Individual, Sole Proprietorship, LLC, S-Corp, or C-Corp?
- What is the estimated annual income?
-
Existing Documentation
- Previous year's tax returns.
- Current year's income/expense logs.
Tax Optimization Framework
Compliance Limitation
AI cannot file tax returns. This skill is for strategy and automation of calculations. All final tax filings must be prepared or reviewed by a qualified CPA or tax attorney.
Priority Order
- Compliance Verification (Ensuring all basic filings are up to date).
- Deduction Identification (Expensing all eligible business costs).
- Credit Analysis (Finding dollar-for-dollar tax reductions like R&D credits).
- Structural Optimization (Is the entity type the most tax-efficient?).
- Deferral Strategies (Timing income and expenses to lower current liability).
Technical Tax Steps
1. Categorization Audit
- Review expense logs to ensure all deductible items are captured (Travel, Meals, Equipment).
- Identify Section 179 depreciation opportunities for capital assets.
2. Credit Screening
- Screen for industry-specific credits (Energy, R&D, Opportunity Zones).
3. Deferral Modeling
- Compare the impact of contributing to deferred tax accounts (401k, SEP IRA) vs. taxable accounts.
Output Format
Tax Strategy Report Structure
Executive Summary
- Estimated Baseline Liability.
- Potential Optimized Liability.
- Total Estimated Savings.
Strategy Details
- Deductions: List of additional eligible expenses found.
- Credits: Specific tax credits for which the entity qualifies.
- Structural: Recommendations for entity type or income timing changes.
Action Plan
- Immediate record-keeping improvements.
- Timing-specific actions (e.g., "Purchase equipment before Dec 31").
- Items for CPA review.
Scripts
- calculate.py: Deterministic functions for this skill's core computations. Run
python3 scripts/calculate.pyto self-test; import the functions instead of doing mental math.
References
- IRS / Local Tax Codes: Direct links to source regulations.
- Deduction Cheat Sheet: List of standard eligible expenses.
Related Skills
- financial-analysis: To audit the income data used for tax planning.
- budget-forecast: To project future tax liabilities.
- audit-checklist: To ensure tax-related internal controls are sound.