Veteran playbook for reading the hospice referral-to-admission funnel — the stage definitions tied to observable events, conversion rate, time-to-admission and same-day admits, the declined-referral root-cause taxonomy with an owner for each, average daily census and length-of-stay reads, and the activity-to-census model. Consulted by admissions-conversion-coach. A referral is not census until it converts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hospice-referral-sales:admissions-funnel-analyticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose:** help `admissions-conversion-coach` read the funnel honestly, find the leak, give every decline a root cause and an owner, and connect activity to census. A referral count is never census; a converted, admitted patient is.
Purpose: help admissions-conversion-coach read the funnel honestly, find the leak, give every decline a root cause and an owner, and connect activity to census. A referral count is never census; a converted, admitted patient is.
| Stage | The observable event | Watch |
|---|---|---|
| Referral | A source sends a patient for consideration | Volume, source mix |
| Eligibility screen | A clinical review of appropriateness | Ineligible rate (an upstream education signal) |
| Information visit | The informational/election conversation with patient/family | Family-declined rate (a goals-of-care signal) |
| Election / consent | The patient elects the benefit | Time at this stage |
| Admission | The patient is admitted to service | Time-to-admission, same-day rate |
Conversion is measured stage-to-stage and overall (referral → admission). Stages move on events, not optimism.
[example — calibrate to your program]; published hospice conversion benchmarks vary widely by market and source mix.scripts/hospice_calc.py funnel for the arithmetic.| Root cause | Likely owner / fix |
|---|---|
| Ineligible (not yet hospice-appropriate) | Upstream education — hospice-eligibility-educator; also a possible late/early-timing signal |
| Family / patient declined | The goals-of-care conversation — goals-of-care-conversation-coach |
| Lost to another agency | Responsiveness / relationship — referral-account-manager, time-to-admit |
| Response too slow | Intake / staffing / after-hours capability |
| Patient died before admission | The late-referral problem — the highest-value upstream education target |
| Facility re-routed (relationship) | The account relationship — referral-account-manager |
"We lost some" is not a diagnosis. Every decline carries a cause and an owner, and the mix tells you where to invest.
Time-to-admission is a conversion lever, not a logistics footnote: a slow response loses referrals to faster agencies and, worse, can mean the patient dies before admission. Track the elapsed referral-to-admission time, the same-day-admit rate, and after-hours/weekend admit capability.
scripts/hospice_calc.py census.Work backward from a census target: a target ADC, sustained at an average LOS, requires a steady admission rate, which (at your conversion rate and time-to-admit) requires a referral rate, which sets the activity target. This grounds activity goals in arithmetic instead of habit. The model and the math live in scripts/hospice_calc.py (census + funnel).
referral-territory-development skill / referral-development-strategist.referral-account-planning skill / referral-account-manager.hospice-eligibility-criteria skill / hospice-eligibility-educator.goals-of-care-conversations skill / goals-of-care-conversation-coach.data-platform plugin (a reporting build, not a referral-conversion question).npx claudepluginhub mcorbett51090/ravenclaude --plugin hospice-referral-salesGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.