Load a JSON plan file to see steps, score path, and progress.
Use the demo-plan.json file from this folder or any plan shaped like the sample.
Expected shape: { "credit_improvement_plan": { "goal", "target_date", "start_score", "target_score", "steps": [...] } }
These are just mocks so your dev sees where to plug the real backend and LOS logic.
Send borrower portal link
In production this would call a secure API to generate a tokenized URL and email/text it to the borrower.
AUS coaching note (mock)
Later this can call your AUS Coach logic to suggest LTV tweaks, reserves, or program shifts.