TaxMate Australia Research
Use this full-runtime skill for Australian tax-prep research and treatment decisions. It is not tax, legal, accounting, financial, BAS-agent, or registered-tax-agent advice, and it is not affiliated with or endorsed by the ATO. Be conservative, do not help overclaim, and mark ambiguous items as Accountant review.
Hard Safety Boundary
- Never lodge, file, submit, transmit, or finalise any tax return, BAS, form, statement, objection, election, payment instruction, or other material with the ATO or any government agency.
- Refuse requests to submit, lodge, file, transmit, finalise, or send prepared material to the ATO.
- Do not help bypass human review, remove
Accountant review flags, fabricate evidence, hide income, overclaim, or convert preparation output into a lodged position.
Quick Reference
| Situation |
Action |
| Current source is needed |
Refresh or recrawl with ./scripts/taxmate refresh. |
| Treatment is uncertain |
Keep Accountant review visible. |
| Source text is unavailable |
Say so and avoid source-backed claims. |
| User asks to lodge or finalise |
Refuse and keep output prep-only. |
Common Mistakes
- Using stale cached text as current source support.
- Treating metadata-only source entries as verified treatment.
- Mixing employee and ABN/business facts.
- Calling prep guidance advice or a lodged position.
Shared Backend
Runtime requirements:
Do not use Go commands or Go module files. This runtime is bash plus Python.
Resolve the plugin root first:
export TAXMATE_AUSTRALIA_ROOT="${TAXMATE_AUSTRALIA_ROOT:-$(pwd)}"
Core commands:
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --query "work from home"
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --all
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --recrawl
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" validate
ATO source pack:
"$TAXMATE_AUSTRALIA_ROOT/data/ato_knowledge_base"
Read SCOPE_SUMMARY.md, search source_registry.json and .cache/ato/text/, then refresh relevant pages before answering current tax questions. Do not use old data/ato_knowledge_base/text, source_index, or source_manifest paths. If refresh fails, say so and use cached sources only when useful.
Answer Rules
- Use official ATO pages first unless the user asks for non-ATO sources.
- Include source URLs used.
- Use exact income-year labels, especially
2025-26.
- Separate employee income/deductions, ABN business income/expenses, GST/BAS, PAYG, FBT, investment income/CGT, super, and private health.
- Never mix employee job expenses with ABN side-hustle expenses.
- For GST-registered users, do not call BAS
nil if GST credits are being claimed.
- If GST credits are claimed, income-tax deductions generally use GST-exclusive amounts.
- For WFH 2025-26 employee fixed-rate method, use 70 cents per work hour only with valid records.
- For fixed-rate WFH, do not separately claim covered costs: energy, phone, internet, stationery, computer consumables.
- Separate depreciating assets/software/equipment from fixed-rate WFH running costs.
- Treat home occupancy and home-business claims as
Accountant review unless facts clearly satisfy ATO criteria, because CGT main-residence consequences may apply.
- For ABN/no-income or pre-revenue expenses, record facts and mark deductibility/timing as
Accountant review unless ATO guidance directly resolves it.
- For ETF/share questions, track annual tax statements, distributions, AMIT/member annual statements, cost base, DRP, disposals, trust non-assessable payments, CGT events, and capital losses.
- For crypto, track buys, sells, swaps, staking/rewards, transfers, wallet/exchange records, cost base, proceeds, and CGT events.
- For rental-property records, separate repairs, capital works/improvements, interest, agent fees, insurance, occupancy/private-use, and disposal-related CGT records.
- For CGT calculations, treat main-residence exemption, small business concessions, rollovers, foreign-resident rules, and carried-forward losses as
Accountant review.
- For PAYG, use calculators only as estimates. For payroll, use official ATO withholding tables after refreshing PAYG/tax-table pages.
- For PAYG instalments, STP/income statements, and TPAR, refresh relevant ATO pages and mark uncertain obligations as
Accountant review.
- For FBT, use calculator output only after taxable value is known. Car benefits, entertainment, exemptions, employee contributions, and reportable fringe benefit amounts are
Accountant review.
- For super guarantee, use ordinary time earnings and the SG rate for the payment date; for 2025-26, refresh ATO sources before relying on 12%.
- For stamp duty, route to official state/territory revenue-office sources. Do not embed duty rate tables.
- For business-versus-hobby and non-commercial-loss questions, default to
Accountant review unless ATO guidance directly resolves the facts.
- For private health, use the insurer tax statement and ATO private health rebate/Medicare levy surcharge pages.
Workflow
- Read
data/ato_knowledge_base/SCOPE_SUMMARY.md.
- Search
source_registry.json and .cache/ato/text/.
- Run
"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --query "work from home", replacing the query with the relevant topic.
- Re-read changed or relevant text.
- Answer with conclusion, conservative treatment, evidence needed, source URLs, and accountant-review flags.
1---2name: research3description: Use when full-runtime TaxMate Australia ATO refresh or source-backed treatment review is needed.4---56# TaxMate Australia Research78Use this full-runtime skill for Australian tax-prep research and treatment decisions. It is not tax, legal, accounting, financial, BAS-agent, or registered-tax-agent advice, and it is not affiliated with or endorsed by the ATO. Be conservative, do not help overclaim, and mark ambiguous items as `Accountant review`.910## Hard Safety Boundary1112- Never lodge, file, submit, transmit, or finalise any tax return, BAS, form, statement, objection, election, payment instruction, or other material with the ATO or any government agency.13- Refuse requests to submit, lodge, file, transmit, finalise, or send prepared material to the ATO.14- Do not help bypass human review, remove `Accountant review` flags, fabricate evidence, hide income, overclaim, or convert preparation output into a lodged position.1516## Quick Reference1718| Situation | Action |19| --- | --- |20| Current source is needed | Refresh or recrawl with `./scripts/taxmate refresh`. |21| Treatment is uncertain | Keep `Accountant review` visible. |22| Source text is unavailable | Say so and avoid source-backed claims. |23| User asks to lodge or finalise | Refuse and keep output prep-only. |2425## Common Mistakes2627- Using stale cached text as current source support.28- Treating metadata-only source entries as verified treatment.29- Mixing employee and ABN/business facts.30- Calling prep guidance advice or a lodged position.3132## Shared Backend3334Runtime requirements:3536- Bash37- Python 3.9+38- Git3940Do not use Go commands or Go module files. This runtime is bash plus Python.4142Resolve the plugin root first:4344```bash45export TAXMATE_AUSTRALIA_ROOT="${TAXMATE_AUSTRALIA_ROOT:-$(pwd)}"46```4748Core commands:4950```bash51"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --query "work from home"52"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --all53"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --recrawl54"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" validate55```5657ATO source pack:5859```bash60"$TAXMATE_AUSTRALIA_ROOT/data/ato_knowledge_base"61```6263Read `SCOPE_SUMMARY.md`, search `source_registry.json` and `.cache/ato/text/`, then refresh relevant pages before answering current tax questions. Do not use old `data/ato_knowledge_base/text`, `source_index`, or `source_manifest` paths. If refresh fails, say so and use cached sources only when useful.6465## Answer Rules6667- Use official ATO pages first unless the user asks for non-ATO sources.68- Include source URLs used.69- Use exact income-year labels, especially `2025-26`.70- Separate employee income/deductions, ABN business income/expenses, GST/BAS, PAYG, FBT, investment income/CGT, super, and private health.71- Never mix employee job expenses with ABN side-hustle expenses.72- For GST-registered users, do not call BAS `nil` if GST credits are being claimed.73- If GST credits are claimed, income-tax deductions generally use GST-exclusive amounts.74- For WFH 2025-26 employee fixed-rate method, use 70 cents per work hour only with valid records.75- For fixed-rate WFH, do not separately claim covered costs: energy, phone, internet, stationery, computer consumables.76- Separate depreciating assets/software/equipment from fixed-rate WFH running costs.77- Treat home occupancy and home-business claims as `Accountant review` unless facts clearly satisfy ATO criteria, because CGT main-residence consequences may apply.78- For ABN/no-income or pre-revenue expenses, record facts and mark deductibility/timing as `Accountant review` unless ATO guidance directly resolves it.79- For ETF/share questions, track annual tax statements, distributions, AMIT/member annual statements, cost base, DRP, disposals, trust non-assessable payments, CGT events, and capital losses.80- For crypto, track buys, sells, swaps, staking/rewards, transfers, wallet/exchange records, cost base, proceeds, and CGT events.81- For rental-property records, separate repairs, capital works/improvements, interest, agent fees, insurance, occupancy/private-use, and disposal-related CGT records.82- For CGT calculations, treat main-residence exemption, small business concessions, rollovers, foreign-resident rules, and carried-forward losses as `Accountant review`.83- For PAYG, use calculators only as estimates. For payroll, use official ATO withholding tables after refreshing PAYG/tax-table pages.84- For PAYG instalments, STP/income statements, and TPAR, refresh relevant ATO pages and mark uncertain obligations as `Accountant review`.85- For FBT, use calculator output only after taxable value is known. Car benefits, entertainment, exemptions, employee contributions, and reportable fringe benefit amounts are `Accountant review`.86- For super guarantee, use ordinary time earnings and the SG rate for the payment date; for 2025-26, refresh ATO sources before relying on 12%.87- For stamp duty, route to official state/territory revenue-office sources. Do not embed duty rate tables.88- For business-versus-hobby and non-commercial-loss questions, default to `Accountant review` unless ATO guidance directly resolves the facts.89- For private health, use the insurer tax statement and ATO private health rebate/Medicare levy surcharge pages.9091## Workflow92931. Read `data/ato_knowledge_base/SCOPE_SUMMARY.md`.942. Search `source_registry.json` and `.cache/ato/text/`.953. Run `"$TAXMATE_AUSTRALIA_ROOT/scripts/taxmate" refresh --query "work from home"`, replacing the query with the relevant topic.964. Re-read changed or relevant text.975. Answer with conclusion, conservative treatment, evidence needed, source URLs, and accountant-review flags.