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: 0.1.0
Module: Leadership Operating System
Prefix:lo_
Tables: 29
Last Updated: 2026-01-11
Changelog
- 2026-01-11 — v0.1.0 — Initial ERD import
Overview
The Leadership Operating System module implements the EOS (Entrepreneurial Operating System) methodology including vision/traction, L10 meetings, quarterly rocks, scorecards, and accountability tracking.Vision & Traction ERD
Meetings ERD
Rocks (Quarterly Goals) ERD
Issues (IDS) ERD
Scorecards & KPIs ERD
Accountability Chart ERD
Knowledge Articles ERD
Caption: Knowledge base articles with versioning and categorization for organizational learning and documentation.RLS Policy Coverage
| Table | SELECT | INSERT | UPDATE | DELETE | WITH CHECK | Status |
|---|---|---|---|---|---|---|
| lo_vision_documents | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_meetings | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_quarterly_rocks | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_issues | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_scorecards | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_scorecard_metrics | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_metric_values | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_seats | ✅ | ✅ | ✅ | ✅ | ✅ | Complete |
| lo_knowledge_article_versions | ✅ | ✅ | - | - | - | Version table |
Key Tables
lo_vision_documents
V/TO (Vision/Traction Organizer) documents with versioning.lo_meetings
L10 and other meeting records with agenda items and outcomes.lo_quarterly_rocks
90-day goals with milestone tracking and progress updates.lo_issues
Issue/problem tracking using IDS (Identify, Discuss, Solve) methodology.lo_scorecards
KPI dashboards with measurable targets and trend tracking.Helper Functions
| Function | Purpose |
|---|---|
lo_has_org_access(org_id, user_id) | Check LO module access |
lo_get_current_quarter(org_id) | Get current quarter record |
lo_get_rocks_status(quarter_id) | Get rocks completion summary |
lo_calculate_metric_trend(metric_id, periods) | Calculate trend direction |
Cross-Module Dependencies
- PF: Organizations, profiles, user roles
- FW: Meeting workflows, rock approval workflows
- HR: Seat assignments link to employee records