Home Inventory Claim Preflight
Use this Claude Code skill from the repository root so relative paths resolve. The canonical workflow, guardrails, script command, examples, and validation steps live in home-inventory-claim-preflight/SKILL.md.
Run the local fixture smoke test:
python3 home-inventory-claim-preflight/scripts/home_inventory_claim_preflight.py \
--inventory home-inventory-claim-preflight/scripts/fixtures/contents_inventory.csv \
--policy home-inventory-claim-preflight/scripts/fixtures/policy.json
Follow these boundaries:
- Treat this as administrative claim-preparation support, not legal, coverage, tax, construction, valuation, or public-adjuster advice.
- Do not fabricate receipts, purchase dates, appraisals, photos, replacement links, model numbers, or ownership stories.
- Redact policy numbers, claim numbers, SSNs, payment data, credentials, private legal advice, and unrelated family records.
- Keep final coverage, settlement, proof-of-loss, complaint, and legal decisions with the insured, licensed professional, or authorized claim owner.
1---2name: home-inventory-claim-preflight-23description: Review homeowners or renters insurance contents inventory exports before adjuster submission, flagging missing ownership proof, damage evidence gaps, replacement-cost support issues, depreciation inputs, policy sublimit clues, duplicates, and packet readiness without contacting insurers or giving legal advice.4---56# Home Inventory Claim Preflight78Use this Claude Code skill from the repository root so relative paths resolve. The canonical workflow, guardrails, script command, examples, and validation steps live in `home-inventory-claim-preflight/SKILL.md`.910Run the local fixture smoke test:1112```bash13python3 home-inventory-claim-preflight/scripts/home_inventory_claim_preflight.py \14 --inventory home-inventory-claim-preflight/scripts/fixtures/contents_inventory.csv \15 --policy home-inventory-claim-preflight/scripts/fixtures/policy.json16```1718Follow these boundaries:1920- Treat this as administrative claim-preparation support, not legal, coverage, tax, construction, valuation, or public-adjuster advice.21- Do not fabricate receipts, purchase dates, appraisals, photos, replacement links, model numbers, or ownership stories.22- Redact policy numbers, claim numbers, SSNs, payment data, credentials, private legal advice, and unrelated family records.23- Keep final coverage, settlement, proof-of-loss, complaint, and legal decisions with the insured, licensed professional, or authorized claim owner.