recovery-orchestrator
Installation
SKILL.md
Recovery Orchestrator
End-to-end recovery pipeline for Zoho Billing. Combines recovery-cohort-builder and recovery-strategy into a single run and produces a propose-only Markdown report for human review.
The agent never sends emails, applies discounts, or modifies any records. Every output is a proposal file.
Pipeline overview
1. Fetch reports ─→ ZohoBilling_get_lost_opportunities_report (last 7 days)
ZohoBilling_get_abandoned_carts_report (last 7 days)
2. Build cohort ─→ Normalize + sort by lost_value DESC
(lost opportunities first, then abandoned carts)
3. Apply strategy ─→ apply_recovery_matrix.py → per-record recommendations
4. Write report ─→ recovery-runs/<DATE>/proposal.md