Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

Version: 1.0.0
Created: 2026-02-08
Author: AI Analysis of all Encore Health OS module specs

Executive Summary

After analyzing the HR onboarding orchestration gaps, this document examines all other Encore Health OS modules for similar opportunities where existing specs are comprehensive but lack orchestrated, guided processes that tie multiple features together into cohesive user journeys. The HR onboarding analysis found that individual specs were strong, but the “glue” between them was missing. The same pattern exists across the platform.

Recommendation Priority Overview

#Module(s)Guided ProcessImpactEffortPriority
1RHResident Intake-to-Discharge JourneyCriticalMediumP1
2FAMonth-End Close OrchestrationHighMediumP1
3HR + ITEmployee Offboarding OrchestrationHighLowP1
4GRNew Regulation Compliance RolloutMediumMediumP2
5FMNew Facility/Site Setup ProcessMediumMediumP2
6LOQuarterly Planning Cycle (EOS L10)MediumLowP2
7FA + HRNew Grant Setup & ComplianceMediumMediumP3
8RH + HR + GRNew Staff Onboarding for Housing OperationsMediumLowP3

Recommendation 1: Resident Intake-to-Discharge Journey (RH)

The Pattern (Same as HR Onboarding)

Recovery Housing has strong individual specs (RH-01 through RH-07), but a resident’s journey from intake to discharge to alumni follow-up touches ALL of them. There is no unified view for either the House Manager (admin side) or the Resident (if self-service were added).

Specs Involved

PhaseSpecWhat Happens
Pre-AdmissionRH-01Eligibility screening, waitlist management
AdmissionRH-01Episode creation, bed assignment, agreement signing
Program EntryRH-02Phase 1 assignment, milestone setup, privilege tracking
Daily OperationsRH-04Attendance tracking, house meetings, chores, transport
Safety/ComplianceRH-03UDS testing, safety events, medication audits, pass management
Phase ProgressionRH-02Phase 1 → 2 → 3, milestone completion, privilege advancement
Discharge PlanningRH-05Initiated 30 days before discharge, resource referrals, aftercare
DischargeRH-01 + RH-05Bed released, documentation, discharge summary
Post-DischargeRH-05 + RH-077/30/90/180/365-day follow-ups, outcomes measurement
AlumniRH-07Alumni engagement, mentoring, reporting

Gap: No Unified “Resident Journey Dashboard”

For House Managers: No single screen showing a resident’s complete status across all modules:
  • Where are they in their program phases? (RH-02)
  • Are they attending required activities? (RH-04)
  • Any safety events or incidents? (RH-03)
  • When does discharge planning need to start? (RH-05)
  • What’s their UDS testing status? (RH-03)
  • Overall compliance score?
For Program Managers: No aggregate view showing all residents’ journey progress:
  • Who is at risk of discharge (attendance issues, safety events)?
  • Who is approaching phase transitions?
  • Who needs discharge planning initiated?
  • What’s the overall program completion rate?

Recommendation

Create a Resident Journey Dashboard (similar concept to the HR Welcome Hub/Command Center):
  • @/platform/resident-journey integration layer
  • useResidentJourneyStatus(residentId, episodeId) hook aggregating RH-01 through RH-07
  • House Manager view: unified resident status page
  • Program Manager view: cohort progress dashboard
  • Automated alerts: approaching phase transition, discharge planning due, follow-up overdue

Why This Is P1

Recovery Housing is the core business domain. A resident falling through the cracks due to fragmented tracking directly impacts outcomes and compliance. This is the RH equivalent of the HR onboarding problem.

Recommendation 2: Month-End Close Orchestration (FA)

The Pattern

FA-19 (Financial Close Management) exists as a spec for managing close checklists, but the actual month-end close process touches nearly every FA module. Today, the close process requires a finance team member to navigate across GL, AP, AR, bank rec, and reporting screens.

Specs Involved

Close StepSpecWhat Happens
Pre-CloseFA-02Review unposted journal entries, post accruals
AP CloseFA-03Process remaining invoices, verify AP aging
AR CloseFA-05Apply payments, review AR aging, write-off bad debt
Bank RecFA-06Reconcile all bank accounts for the period
Fixed AssetsFA-11Run depreciation, review asset disposals
Budget vs ActualFA-08Generate budget variance reports
Cost AllocationFA-15Run indirect cost allocations
Revenue RecognitionFA-18Recognize deferred/earned revenue
Financial ReportingFA-07Generate trial balance, P&L, balance sheet
Close PeriodFA-19Lock period, approve, archive

Gap: No “Close Cockpit” Tying Steps Together

FA-19 provides checklist management but does NOT automatically:
  • Show status of AP/AR close from FA-03/FA-05
  • Verify bank reconciliation is complete (FA-06)
  • Confirm depreciation has been run (FA-11)
  • Check that all journal entries are posted (FA-02)
  • Validate budget vs actual is generated (FA-08)

Recommendation

Create a Financial Close Cockpit that orchestrates across FA modules:
  • @/platform/financial-close integration layer (or enhancement to FA-19)
  • useCloseReadinessStatus(periodId) hook that checks each module’s close status
  • Visual close progress tracker: each step shows green/yellow/red
  • Blocking logic: cannot lock period until all prerequisite steps are complete
  • Auto-generate close checklist tasks from module statuses

Why This Is P1

Month-end close is a recurring, high-stakes process. Missing a step leads to incorrect financials, audit findings, and compliance issues. This directly affects trust in the platform for finance teams.

Recommendation 3: Employee Offboarding Orchestration (HR + IT)

The Pattern

HR-03 has offboarding templates and IT-08 has IT offboarding workflows, but the full offboarding process crosses HR, IT, FM (equipment/badge return), and FA (final paycheck, benefits termination).

Specs Involved

StepSpecWhat Happens
InitiateHR-03Offboarding instance created, tasks assigned
Access RevocationIT-08Disable email, system access, SSO
Asset RecoveryIT-08 + FMCollect laptop, phone, badge, keys
Final PaycheckHR-07Calculate final pay, unused PTO payout
Benefits TerminationHR-11Terminate enrollments, trigger COBRA
Knowledge TransferHR-03Document handoff, reassign responsibilities
Exit InterviewHR-03 + HR-17Conduct exit interview, record feedback
Credential DeactivationHR-02Mark credentials as inactive
ComplianceGREnsure all compliance items closed

Gap

Same problem as onboarding: HR must check multiple screens. IT doesn’t know if the final paycheck is done. FM doesn’t know if IT has collected the laptop. No unified “this person is fully offboarded” confirmation.

Recommendation

Create an Offboarding Command Center (mirror of the Onboarding Command Center):
  • useOffboardingStatus(employeeId) hook aggregating HR-03, IT-08, HR-07, HR-11
  • Unified checklist showing all module statuses
  • Critical path: access revocation must happen within 2 hours (SLA tracking)
  • “Fully Offboarded” confirmation only when all modules confirm completion

Why This Is P1

Security risk. A terminated employee retaining system access is a compliance and security failure. This process needs the most orchestration urgency.

Recommendation 4: New Regulation Compliance Rollout (GR)

The Pattern

When a new regulation or policy requirement hits (e.g., new HIPAA rule, new state licensing requirement), GR needs to coordinate across multiple modules: update policies (GR-01), schedule training (GR-02), update compliance checklists (GR-03), update risk assessments (GR-05), and potentially update HR credentialing requirements (HR-02).

Specs Involved

StepSpecWhat Happens
IdentifyGR-03New requirement identified and documented
Risk AssessmentGR-05Assess risk of non-compliance
Policy UpdateGR-01Create/update affected policies
TrainingGR-02Create training materials, assign to staff
Compliance TrackingGR-03Create compliance checklist items
Credential UpdatesHR-02Update required credentials per position (if applicable)
Audit PrepGR-04Document compliance evidence
MonitoringGR-07Track ongoing compliance

Gap

No guided workflow for “we need to comply with X by date Y.” The compliance officer must manually navigate each module to ensure all steps are covered.

Recommendation

Create a Compliance Rollout Wizard or guided checklist:
  • Input: regulation name, effective date, affected areas
  • Auto-generates: tasks across GR-01 through GR-05
  • Dashboard: rollout progress with deadline tracking
  • Integration with HR-02 if credential requirements change

Why This Is P2

Important but less frequent than P1 items. New regulations don’t happen daily, but when they do, a missed step has significant consequences.

Recommendation 5: New Facility/Site Setup Process (FM + RH + PF)

The Pattern

When the organization opens a new residential facility or office location, multiple modules need configuration: PF site setup, RH residence and bed inventory, FM asset registration, IT equipment deployment, HR staff scheduling, and GR compliance setup.

Specs Involved

StepModuleWhat Happens
Site CreationPF-01Create site record in platform
Residence SetupRH-01Create residence, define beds, set NARR level
Asset RegistrationFM-05Register building systems, HVAC, fire safety
PM SchedulingFM-04Set up preventive maintenance for all assets
Inspection SetupFM-06Schedule initial inspections
Staff AssignmentHR-04Assign staff to new site
Compliance SetupGR-03Set up compliance requirements for site
IT InfrastructureIT-01Register IT assets, network setup

Gap

No guided “open a new site” process. Each team does their setup independently, leading to things being missed (e.g., FM never sets up PM schedules, GR compliance requirements aren’t configured).

Recommendation

Create a New Site Setup Wizard (using PF-41 Module Wizard framework):
  • Multi-step guided process covering all modules
  • Assigns tasks to appropriate teams (FM, HR, IT, GR)
  • Tracks completion across all modules
  • “Site Ready” confirmation when all prerequisites met

Why This Is P2

Infrequent but high-impact. Opening a new site without proper setup leads to compliance gaps, safety risks, and operational issues.

Recommendation 6: Quarterly Planning Cycle (LO)

The Pattern

The EOS Level 10 meeting cycle (LO-06) drives quarterly planning where Rocks are set (LO-03), scorecards updated (LO-05), issues resolved (LO-07), and to-dos created (LO-04). While each spec works independently, the quarterly transition (closing one quarter, opening the next) involves touching all of them.

Specs Involved

StepSpecWhat Happens
Quarterly ReviewLO-06Annual/quarterly planning meeting
Rock CompletionLO-03Review and close current quarter rocks
Rock SettingLO-03Set new quarter rocks aligned to V/TO
Scorecard UpdateLO-05Archive previous quarter, set new targets
Issue CarryoverLO-07Review open issues, carry forward or close
To-Do CleanupLO-04Close completed, carry forward active
Goal AlignmentLO-11Cascade goals to team members
AccountabilityLO-02Update accountability chart if roles changed

Gap

No “Quarterly Transition” guided process. Leaders must manually close rocks, set new ones, update scorecards, and clean up issues across separate screens.

Recommendation

Create a Quarterly Transition Wizard:
  • Guided 5-step process: Review Rocks → Set New Rocks → Update Scorecards → Resolve Issues → Confirm
  • Auto-carries forward incomplete rocks with option to modify
  • Archives previous quarter data
  • Generates quarterly summary report

Why This Is P2

Happens 4x per year. Not urgent but directly impacts strategic execution quality. Low effort since it mostly orchestrates existing CRUD operations.

Recommendation 7: New Grant Setup & Compliance (FA + HR + GR)

The Pattern

Healthcare organizations frequently receive grants (government, foundation). A new grant requires setup in FA (project accounting, budget, cost allocation), HR (staff cost allocation), and GR (compliance tracking, reporting requirements).

Specs Involved

StepSpecWhat Happens
Grant RecordFA-13Create project/grant record
Budget SetupFA-08Create grant budget
Cost AllocationFA-15Configure indirect cost rate for grant
Chart of AccountsFA-01Add grant-specific accounts if needed
Staff AssignmentHR (labor)Allocate staff time to grant
ComplianceGR-03Track grant-specific compliance requirements
ReportingFA-07 + FA-13Configure grant financial reports

Recommendation

Create a New Grant Setup Wizard that walks through all required configuration across FA and GR modules. This is a natural fit for the PF-41 Module Wizard framework.

Why This Is P3

Grants are important but vary significantly in requirements. A flexible wizard with optional steps would be most valuable. Lower frequency than P1/P2 items.

Recommendation 8: New Staff Onboarding for Housing Operations (RH + HR + GR)

The Pattern

When a new staff member (house manager, housing tech) is hired for recovery housing operations, their onboarding extends beyond standard HR onboarding (HR-03) to include RH-specific training and GR compliance.

Additional Steps Beyond HR-03

StepModuleWhat Happens
Standard HR OnboardingHR-03Normal employee onboarding flow
Site AssignmentHR-01 + RH-01Assign to specific residence(s)
RH TrainingGR-02Recovery housing specific training (NARR, trauma-informed)
Clinical OversightHR-19Set up supervisor relationship (for BHT/BHPP)
System AccessIT-08RH module access provisioning
Credential VerificationHR-02Healthcare-specific credential verification
Compliance OrientationGR-03Site-specific compliance requirements

Recommendation

Extend the HR Onboarding Orchestration (already planned) with an RH-specific template preset that includes:
  • Recovery housing training tasks
  • Site assignment task
  • Clinical oversight setup (if applicable)
  • RH-specific compliance orientation
This could be implemented as a “Clinical/Housing Role” preset in the HR Onboarding Template Presets (T14 in the onboarding orchestration tasks).

Why This Is P3

Naturally extends the HR onboarding work already planned. Low incremental effort since it’s adding a template preset, not building new infrastructure.

Summary: Common Pattern Across All Recommendations

Every recommendation follows the same architectural pattern:
┌─────────────────────────────────────────────┐
│           ORCHESTRATION PATTERN              │
├─────────────────────────────────────────────┤
│                                             │
│  1. Platform Integration Layer              │
│     @/platform/{process-name}               │
│     - useProcessStatus() hook               │
│     - computeProcessProgress() function     │
│                                             │
│  2. Admin Dashboard/Command Center          │
│     - Unified status view across modules    │
│     - Quick actions for common tasks        │
│     - Alert/risk indicators                 │
│                                             │
│  3. User-Facing Guided Experience           │
│     - Step-by-step process (wizard or hub)  │
│     - Progress tracking                     │
│     - Context-appropriate help content      │
│                                             │
│  4. Cross-Module Integration                │
│     - Auto-creation of tasks in other mods  │
│     - Status aggregation from all sources   │
│     - Deadline tracking and notifications   │
│                                             │
└─────────────────────────────────────────────┘
This pattern is reusable. Once the HR Onboarding Orchestration is built, the same @/platform/ integration pattern can be applied to all other recommendations with decreasing effort (the architecture is proven).

Implementation Sequencing

Phase A: HR Onboarding (Already Planned, ~4.5 weeks)

  • Establishes the pattern
  • Proves the architecture
  • Highest organizational impact (every employee goes through onboarding)

Phase B: P1 Items (~6-8 weeks)

  1. Employee Offboarding (~2 weeks) — mirrors onboarding pattern, security-critical
  2. Resident Journey Dashboard (~3-4 weeks) — core business domain
  3. Financial Close Cockpit (~2-3 weeks) — recurring high-stakes process

Phase C: P2 Items (~4-6 weeks)

  1. Compliance Rollout Wizard (~2 weeks)
  2. New Site Setup Wizard (~2 weeks)
  3. Quarterly Transition Wizard (~1-2 weeks)

Phase D: P3 Items (~2-3 weeks)

  1. Grant Setup Wizard (~1-2 weeks)
  2. RH Staff Onboarding Preset (~3-5 days, extends HR work)

References


Last Updated: 2026-02-08