submit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese提出準備・チェックリスト(Submission Preparation)
Submission Preparation & Checklist
確定申告書類の最終確認と提出方法の案内を行うスキル。
申告書の作成が完了した後の最終ステップとして使用する。
This skill provides final review of tax return documents and guidance on submission methods. Use it as the final step after completing your tax return preparation.
設定の読み込み(最初に実行)
Load Configuration (Execute First)
- を Read ツールで読み込む
shinkoku.config.yaml - ファイルが存在しない場合は スキルの実行を案内して終了する
/setup - 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する:
- : CLI スクリプトの
db_path引数に使用--db-path - : 進捗ファイル等の出力先ベースディレクトリ
output_dir - 各ディレクトリ: ファイル参照時に使用
- Load using the Read tool
shinkoku.config.yaml - If the file does not exist, guide the user to run the skill and exit
/setup - Understand the configuration values, and convert relative paths to absolute paths based on the CWD:
- : Used for the
db_pathargument in CLI scripts--db-path - : Base directory for output files such as progress files
output_dir - Each directory: Used when referencing files
進捗情報の読み込み
Load Progress Information
設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。
- を Read ツールで読み込む(存在する場合)
.shinkoku/progress/progress-summary.md - 以下の引継書を Read ツールで読み込む(存在する場合):
.shinkoku/progress/07-income-tax.md.shinkoku/progress/08-consumption-tax.md.shinkoku/progress/02-assess.md
- 読み込んだ情報を以降のステップで活用する(ユーザーへの再質問を避ける)
- ファイルが存在しない場合はスキップし、ユーザーに必要情報を直接確認する
After loading the configuration, load handover files to understand the results of previous steps.
- Load using the Read tool (if it exists)
.shinkoku/progress/progress-summary.md - Load the following handover files using the Read tool (if they exist):
.shinkoku/progress/07-income-tax.md.shinkoku/progress/08-consumption-tax.md.shinkoku/progress/02-assess.md
- Utilize the loaded information in subsequent steps (avoid re-asking the user for information)
- If files do not exist, skip and directly confirm necessary information with the user
基本方針
Basic Policy
- 提出前の最終チェックリストを体系的に確認する
- 提出方法(e-Tax / 郵送 / 税務署持参)の比較と推奨を提示する
- よくある間違い・漏れを具体的に指摘して修正を促す
- 提出後にやるべきことも案内する
- Systematically confirm the final pre-submission checklist
- Present comparisons and recommendations for submission methods (e-Tax / mail / in-person at tax office)
- Specifically point out common mistakes and omissions to prompt corrections
- Also guide on post-submission tasks
ステップ0: 納税者プロファイルの検証
Step 0: Verify Taxpayer Profile
profile.pybash
shinkoku profile --config shinkoku.config.yamlRetrieve taxpayer information from the config using and verify that there are no omissions.
profile.pybash
shinkoku profile --config shinkoku.config.yaml検証項目
Verification Items
□ 氏名(姓・名)が登録されているか
□ 住所(郵便番号・都道府県・市区町村・番地)が登録されているか
□ マイナンバーが登録されているか(has_my_number: true)
□ 所轄税務署名が登録されているか
□ 提出方法(e-tax/mail/in-person)が設定されているか不足している情報がある場合は、ユーザーに補完を案内する( スキルの再実行または config の手動編集)。
/setup□ Is the full name (last name, first name) registered?
□ Is the address (postal code, prefecture, city/town/village, street number) registered?
□ Is the My Number registered? (has_my_number: true)
□ Is the competent tax office name registered?
□ Is the submission method (e-tax/mail/in-person) set?If there is missing information, guide the user to supplement it (re-run the skill or manually edit the config).
/setupステップ0.5: 対応範囲の確認
Step 0.5: Confirm Scope of Support
shinkoku の対応レベルを確認し、Partial/Out に該当する所得がある場合はユーザーに注意喚起する。
対応状況の詳細は スキルを参照。
/capabilities- Partial: 所得計算は shinkoku で完了しているが、一部の帳票(第三表等)は手動作成または確定申告書等作成コーナーでの入力が必要
- Out: 該当する所得がある場合は税理士への相談を案内
Check the support level of shinkoku, and alert the user if there are incomes corresponding to Partial/Out.
For details on support status, refer to the skill.
/capabilities- Partial: Income calculation is completed with shinkoku, but some forms (e.g., Third Schedule) require manual preparation or input via the Tax Return Preparation Corner
- Out: If there is corresponding income, guide the user to consult a tax accountant
ステップ1: 申告データの最終確認
Step 1: Final Review of Tax Return Data
以下のカテゴリごとにチェックを実施する。
詳細なチェック項目は を参照。
references/submission-checklist.mdPerform checks for each of the following categories.
For detailed check items, refer to .
references/submission-checklist.mdチェックカテゴリ
Check Categories
- 所得税の確定申告書: 第一表(収入・所得・控除・税額)、第二表(内訳・明細)の計算結果
- 青色申告決算書: 損益計算書・貸借対照表の整合性(該当者のみ)
- 消費税申告書: 課税売上・納付税額の検証(該当者のみ)
- 第四表(損失申告): 繰越損失の記載内容の検証(該当者のみ)
- 減価償却明細書: 固定資産の償却計算の検証(該当者のみ)
- 添付書類: 源泉徴収票、控除証明書、特定口座報告書等
- Income Tax Return: Calculation results of Schedule 1 (Income, Earnings, Deductions, Tax Amount), Schedule 2 (Breakdown, Details)
- Blue Tax Return Financial Statements: Consistency of income statement and balance sheet (applicable only to eligible taxpayers)
- Consumption Tax Return: Verification of taxable sales and tax payable (applicable only to eligible taxpayers)
- Schedule 4 (Loss Declaration): Verification of carryforward loss entries (applicable only to eligible taxpayers)
- Depreciation Schedule: Verification of fixed asset depreciation calculations (applicable only to eligible taxpayers)
- Attached Documents: Withholding slips, deduction certificates, specific account reports, etc.
ステップ2: よくある間違いの最終確認
Step 2: Final Review of Common Mistakes
提出前に以下の典型的な間違いがないか確認する。reference/common-mistakes.md も参照。
Check for the following typical mistakes before submission. Also refer to reference/common-mistakes.md.
致命的な間違い(申告が無効になる可能性)
Fatal Mistakes (May Render the Return Invalid)
- マイナンバーの記載漏れ: 第一表・第二表にマイナンバーが記載されているか
- 署名・押印漏れ: 書面提出の場合、署名があるか(令和3年分以降、押印は不要)
- 添付書類の不足: 住宅ローン控除初年度の必須書類がすべて添付されているか
- Missing My Number: Is the My Number entered in Schedule 1 and Schedule 2?
- Missing Signature/Seal: For paper submissions, is there a signature? (Seals are not required for returns from Reiwa 3 onwards)
- Missing Attached Documents: Are all required documents for the first year of housing loan deduction attached?
金額の間違い(追徴・還付不足の原因)
Amount Errors (Cause of Additional Tax or Insufficient Refund)
- ふるさと納税 + 確定申告の落とし穴: ワンストップ特例を利用した寄附も、確定申告する場合はすべて申告書に記載が必要(ワンストップは無効になる)
- 医療費控除の保険金差引き漏れ: 保険金等で補填された金額を差し引いているか
- 青色申告特別控除の要件不備: e-Tax提出でない場合、65万円→10万円になる
- 住宅ローン控除と源泉徴収税額: 控除額が源泉徴収税額を超える場合、超過分は住民税から控除(上限あり)
- 給与所得控除の計算ミス: 令和7年分は最低保障額が65万円に引き上げ
- Pitfall of Hometown Tax Donations + Tax Return: Even donations using the one-stop special system must all be reported on the tax return if filing a return (the one-stop system will be invalidated)
- Missing Deduction of Insurance Benefits for Medical Expense Deduction: Have amounts covered by insurance benefits been deducted?
- Incomplete Requirements for Blue Tax Return Special Deduction of 650,000 Yen: If not submitting via e-Tax, the deduction will be reduced from 650,000 yen to 100,000 yen
- Housing Loan Deduction and Withholding Tax Amount: If the deduction amount exceeds the withholding tax amount, the excess will be deducted from resident tax (with an upper limit)
- Calculation Error in Employment Income Deduction: For Reiwa 7, the minimum guarantee amount has been increased to 650,000 yen
手続き上の間違い
Procedural Mistakes
- 提出期限の誤認: 所得税は3月15日、消費税は3月31日
- 還付申告の期限: 翌年1月1日から5年間提出可能(3月15日の制限なし)
- 青色申告の期限後提出: 3月16日以降に提出すると65万円控除が10万円に
- Misunderstanding of Submission Deadline: Income tax deadline is March 15, consumption tax deadline is March 31
- Refund Return Deadline: Can be submitted from January 1 of the following year for up to 5 years (no March 15 restriction)
- Post-Deadline Submission for Blue Tax Return: If submitted after March 16, the 650,000 yen deduction will be reduced to 100,000 yen
ステップ3: 提出方法の選択
Step 3: Select Submission Method
3つの提出方法を比較して案内する:
Guide the user by comparing the three submission methods:
方法1: e-Tax(電子申告)【推奨】— Claude in Chrome で代行入力
Method 1: e-Tax (Electronic Filing) [Recommended] — Proxy Input with Claude in Chrome
メリット:
- 24時間提出可能(提出期間中)
- 添付書類の提出省略が可能(5年間保存義務あり)
- 青色申告特別控除65万円の要件を満たせる
- 還付金の処理が早い(通常3週間程度、書面は1〜2か月)
- 自宅から完結
必要なもの:
- マイナンバーカード + ICカードリーダー or マイナンバーカード対応スマートフォン
- Claude in Chrome 拡張機能(確定申告書等作成コーナーの入力を代行)
手順:
1. Chrome で確定申告書等作成コーナーにアクセス
(https://www.keisan.nta.go.jp/)
2. Claude in Chrome の /e-tax スキルで入力を代行
- shinkoku の税計算結果を基に各画面のフォームに自動入力
- 画面遷移・入力値はユーザーが目視確認
3. マイナンバーカードでログイン・電子署名(手動操作)
4. 送信前に内容を最終確認
5. 電子署名を付与して送信
6. 受付番号を控える(送信後に表示)
7. 受信通知を確認(メッセージボックスに届く)Advantages:
- Accepts submissions 24 hours a day (during the submission period)
- Allows omission of attached documents (5-year retention obligation applies)
- Meets the requirements for the Blue Tax Return Special Deduction of 650,000 yen
- Faster refund processing (usually about 3 weeks, 1-2 months for paper submissions)
- Can be completed from home
Required Items:
- My Number Card + IC card reader or My Number Card-compatible smartphone
- Claude in Chrome extension (proxies input for the Tax Return Preparation Corner)
Procedure:
1. Access the Tax Return Preparation Corner in Chrome
(https://www.keisan.nta.go.jp/)
2. Use the `/e-tax` skill in Claude in Chrome to proxy input
- Automatically fills in each screen form based on shinkoku's tax calculation results
- User visually confirms screen transitions and input values
3. Log in and apply electronic signature using My Number Card (manual operation)
4. Perform final review of content before sending
5. Apply electronic signature and send
6. Note the acceptance number (displayed after sending)
7. Confirm the receipt notification (delivered to the message box)方法2: 郵送
Method 2: Mail
メリット:
- 税務署に行く必要がない
- 通信日付印が提出日になる(期限日の消印有効)
注意点:
- 青色申告特別控除は55万円が上限(e-Taxまたは電子帳簿保存でない場合)
- 添付書類を同封する必要がある
- 控え(コピー)に収受印が必要な場合は返信用封筒を同封
手順:
1. 申告書を印刷(A4白黒で可)
2. 添付書類を台紙に貼付
3. 確定申告書の控え(コピー)を作成
4. 以下を封筒に同封:
- 確定申告書(原本)
- 添付書類(各種証明書等)
- マイナンバーカードの写し(表裏)
- 控えが必要な場合: 確定申告書の控え + 返信用封筒(切手貼付)
5. 所轄税務署宛に郵送(「確定申告書在中」と記載)
6. 簡易書留または特定記録郵便を推奨(発送の証拠を残すため)
宛先の確認:
国税庁「税務署の所在地などを知りたい方」で所轄税務署を検索Advantages:
- No need to visit the tax office
- Postmark date counts as the submission date (postmark on the deadline date is valid)
Notes:
- The upper limit for the Blue Tax Return Special Deduction is 550,000 yen (if not using e-Tax or electronic bookkeeping)
- Must enclose attached documents
- If you need a receipt stamp on your copy, enclose a self-addressed stamped envelope
Procedure:
1. Print the tax return (A4 black and white is acceptable)
2. Attach attached documents to a backing sheet
3. Make a copy of the tax return (for your records)
4. Enclose the following in an envelope:
- Original tax return
- Attached documents (various certificates, etc.)
- Copy of My Number Card (front and back)
- If a copy is needed: Copy of tax return + self-addressed stamped envelope
5. Mail to the competent tax office (write "Tax Return Enclosed" on the envelope)
6. Recommended to use simple registered mail or special recorded mail (to retain proof of shipment)
Confirming the Address:
Search for the competent tax office on the NTA website's "For those who want to know the location of tax offices, etc."方法3: 税務署窓口に持参
Method 3: In-Person at Tax Office Counter
メリット:
- その場で受付印をもらえる
- 不備があればその場で指摘される
注意点:
- 確定申告期間中は混雑(特に2月下旬〜3月上旬)
- 税務署の開庁時間に制限がある(平日8:30〜17:00)
- 申告期間中は一部の税務署で日曜開庁あり
手順:
1. 申告書を印刷
2. 添付書類を準備
3. 控え(コピー)を持参
4. 所轄税務署の窓口に提出
5. 控えに受付印をもらうAdvantages:
- Can receive a receipt stamp immediately
- If there are deficiencies, they will be pointed out on the spot
Notes:
- Crowded during the tax return period (especially late February to early March)
- Subject to tax office business hours (weekdays 8:30 AM to 5:00 PM)
- Some tax offices are open on Sundays during the submission period
Procedure:
1. Print the tax return
2. Prepare attached documents
3. Bring a copy (for your records)
4. Submit at the counter of the competent tax office
5. Get a receipt stamp on your copy提出方法の比較まとめ
Summary of Submission Method Comparisons
| 項目 | e-Tax | 郵送 | 持参 |
|---|---|---|---|
| 青色65万円控除 | 可 | 不可(55万円) | 不可(55万円) |
| 添付書類省略 | 可 | 不可 | 不可 |
| 還付金処理 | 早い(約3週間) | 遅い(1〜2か月) | 遅い(1〜2か月) |
| 提出可能時間 | 24時間 | いつでも発送可 | 開庁時間のみ |
| 受付確認 | 即時(受信通知) | 控え返送待ち | その場で受付印 |
| Item | e-Tax | In-Person | |
|---|---|---|---|
| Blue Tax 650,000 Yen Deduction | Available | Not Available (550,000 Yen) | Not Available (550,000 Yen) |
| Omission of Attached Documents | Allowed | Not Allowed | Not Allowed |
| Refund Processing | Fast (approx. 3 weeks) | Slow (1-2 months) | Slow (1-2 months) |
| Available Submission Time | 24 hours | Anytime for shipping | Business hours only |
| Receipt Confirmation | Immediate (receipt notification) | Wait for copy return | Receipt stamp on the spot |
ステップ4: 提出期限の確認
Step 4: Confirm Submission Deadlines
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
令和7年分(2025年)確定申告の提出期限
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ 所得税の確定申告
提出期限: 令和8年(2026年)3月16日(月)
※ 3月15日が日曜日の場合は翌月曜日
※ 還付申告は令和8年1月1日から提出可能
■ 消費税の確定申告
提出期限: 令和8年(2026年)3月31日(火)
■ 納付期限
所得税: 申告期限と同日(3月16日)
消費税: 申告期限と同日(3月31日)
※ 振替納税の場合は4月下旬に口座引落し
■ 青色申告特別控除65万円の期限
期限内申告(3月16日まで)が必須要件
※ 1日でも遅れると65万円 → 10万円に減額
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Submission Deadlines for Reiwa 7 (2025) Tax Returns
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ Income Tax Return
Submission Deadline: Monday, March 16, Reiwa 8 (2026)
※ If March 15 falls on a Sunday, the deadline is the following Monday
※ Refund returns can be submitted from January 1, Reiwa 8
■ Consumption Tax Return
Submission Deadline: Tuesday, March 31, Reiwa 8 (2026)
■ Payment Deadline
Income Tax: Same as submission deadline (March 16)
Consumption Tax: Same as submission deadline (March 31)
※ For transfer payment, account withdrawal will be in late April
■ Deadline for Blue Tax Return Special Deduction of 650,000 Yen
Submission by the deadline (March 16) is a mandatory requirement
※ Even one day late reduces the deduction from 650,000 yen to 100,000 yen
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ステップ5: 納付方法の案内
Step 5: Guidance on Payment Methods
申告税額が納付(プラス)の場合:
| 方法 | 手数料 | 備考 |
|---|---|---|
| ダイレクト納付(e-Tax) | 無料 | 事前に届出が必要 |
| 振替納税 | 無料 | 事前に届出が必要、口座引落し |
| クレジットカード | 決済手数料あり | 国税クレジットカードお支払サイト |
| QRコードでコンビニ納付 | 無料 | 30万円以下 |
| 金融機関・税務署の窓口 | 無料 | 納付書が必要 |
| スマホアプリ納付 | 無料 | Pay払い対応 |
If the declared tax amount is payable (positive):
| Method | Fee | Notes |
|---|---|---|
| Direct Payment (e-Tax) | Free | Advance notification required |
| Transfer Payment | Free | Advance notification required, account withdrawal |
| Credit Card | Processing fee applies | NTA Credit Card Payment Site |
| Convenience Store Payment via QR Code | Free | Up to 300,000 yen |
| Counter at Financial Institution/Tax Office | Free | Payment slip required |
| Smartphone App Payment | Free | Supports Pay payments |
ステップ6: 提出後のやることリスト
Step 6: Post-Submission Task List
□ 申告書の控えを保管する(e-Taxの場合は送信データを保存)
□ 受付番号・受信通知を記録する
□ 添付省略した書類を5年間保存する
□ 帳簿書類を7年間保存する(青色申告の場合)
□ 納付がある場合は期限内に納付する
□ 還付がある場合は振込を確認する(3週間〜2か月)
□ 住宅ローン控除2年目以降は年末調整で対応可能
(税務署から届く「住宅借入金等特別控除申告書」を勤務先に提出)
□ 消費税の届出書の提出が必要な場合は対応する
(簡易課税選届出、課税期間の短縮など)□ Store a copy of the tax return (save submission data for e-Tax)
□ Record the acceptance number and receipt notification
□ Save omitted attached documents for 5 years
□ Save books and documents for 7 years (for Blue Tax Return filers)
□ Make payment by the deadline if applicable
□ Confirm the transfer if there is a refund (3 weeks to 2 months)
□ For the 2nd year onwards of housing loan deduction, can be handled via year-end adjustment
(Submit the "Special Deduction for Housing Loans, etc. Return" received from the tax office to your employer)
□ Handle any required consumption tax notifications
(e.g., notification of election of simplified taxation, shortening of taxable period, etc.)引継書の出力
Output Handover Document
サマリー提示後、以下のファイルを Write ツールで出力する。
これにより、セッションの中断や Compact が発生しても次のステップで結果を引き継げる。
After presenting the summary, output the following files using the Write tool.
This allows results to be carried over to the next step even if the session is interrupted or compacted.
ステップ別ファイルの出力
Output Step-by-Step File
.shinkoku/progress/09-submit.md---
step: 9
skill: submit
status: completed
completed_at: "{当日日付 YYYY-MM-DD}"
fiscal_year: {tax_year}
---Output to in the following format:
.shinkoku/progress/09-submit.md---
step: 9
skill: submit
status: completed
completed_at: "{current date YYYY-MM-DD}"
fiscal_year: {tax_year}
---提出準備・チェックリストの結果
Results of Submission Preparation & Checklist
提出方法
Submission Method
- 選択した提出方法: {e-Tax/郵送/窓口}
- Selected submission method: {e-Tax/Mail/Counter}
チェックリストの完了状態
Checklist Completion Status
- 所得税の確定申告書チェック: {完了/未完了}
- 青色申告決算書チェック: {完了/未完了/該当なし}
- 消費税申告書チェック: {完了/未完了/該当なし}
- 添付書類チェック: {完了/未完了}
- Income Tax Return Check: {Completed/Incomplete}
- Blue Tax Return Financial Statements Check: {Completed/Incomplete/Not Applicable}
- Consumption Tax Return Check: {Completed/Incomplete/Not Applicable}
- Attached Documents Check: {Completed/Incomplete}
提出期限
Submission Deadlines
- 所得税: 令和{年}年{月}{日}日
- 消費税: 令和{年}年3月31日(該当者のみ)
- Income Tax: Reiwa {year} {month}/{day}
- Consumption Tax: Reiwa {year} March 31 (if applicable)
納付方法・金額
Payment Method & Amount
- 所得税の納付額: {金額}円({納付方法})
- 消費税の納付額: {金額}円({納付方法})(該当者のみ)
- Income Tax Payment Amount: {amount} yen ({payment method})
- Consumption Tax Payment Amount: {amount} yen ({payment method}) (if applicable)
次のステップ
Next Steps
提出後のやることリストを確認する
undefinedReview the post-submission task list
undefined進捗サマリーの更新
Update Progress Summary
.shinkoku/progress/progress-summary.md- YAML frontmatter: fiscal_year、last_updated(当日日付)、current_step: submit
- テーブル: 全ステップの状態を更新(submit を completed に)
- 全ステップ完了の旨を記載
Update (create a new file if it does not exist):
.shinkoku/progress/progress-summary.md- YAML frontmatter: fiscal_year, last_updated (current date), current_step: submit
- Table: Update the status of all steps (mark submit as completed)
- State that all tax return steps have been completed
出力後の案内
Guidance After Output
ファイルを出力したらユーザーに以下を伝える:
- 「引継書を に保存しました。セッションが中断しても次のスキルで結果を引き継げます。」
.shinkoku/progress/ - 確定申告の全ステップが完了した旨を案内
After outputting the files, inform the user:
- "Handover documents have been saved to . Even if the session is interrupted, results can be carried over to the next skill."
.shinkoku/progress/ - Inform the user that all tax return steps have been completed
Additional Resources
Additional Resources
Reference Files
Reference Files
詳細なチェック項目は以下を参照:
- — 第一表・第二表・決算書・消費税・添付書類の全チェック項目(分離課税は対象外)
references/submission-checklist.md
For detailed check items, refer to:
- — All check items for Schedule 1, Schedule 2, financial statements, consumption tax, and attached documents (excluding separate taxation)
references/submission-checklist.md
免責事項
Disclaimer
- この情報は令和7年分の確定申告に基づく
- 提出期限は災害等の特例で延長される場合がある
- 最終的な提出前に税務署や税理士に確認することを推奨する
- 参照: skills/tax-advisor/reference/disclaimer.md
- This information is based on Reiwa 7 tax returns
- Submission deadlines may be extended due to special cases such as disasters
- It is recommended to confirm with the tax office or a tax accountant before final submission
- Reference: skills/tax-advisor/reference/disclaimer.md