WORK-MGMT May 27, 2026
WORK-MGMT-GOALS-OKR
Team-execution OKR tracking surface: objectives with key results that link to work items for automatic progress rollup, weekly check-in cadences, scoring, and closure. Deploys alongside the task-execution module for full integration, or standalone with a thin embedded work-item shell for KR linking.
Use the WORK-MGMT-GOALS-OKR semantic blueprint
/semantic-model-deployer deploy https://www.semantius.com/blueprints/work-mgmt-goals-okr-semantic-blueprint.md Customize this WORK-MGMT-GOALS-OKR blueprint
/semantic-model-analyst customize https://www.semantius.com/blueprints/work-mgmt-goals-okr-semantic-blueprint.md Entity summary
| Name | Description |
|---|---|
| Objective / OKRs | Hierarchical objective with measurable key results, weighted progress rollup from child objectives or linked work_items, owner accountability, and cadence (quarterly/annual). Mastered by three distinct domains: WORK-MGMT (team-level execution OKRs), SPM (strategic portfolio OKRs), TALENT-MGMT (individual performance-management OKRs). Same primitive, three different lifecycles and review processes - canonical Signal-1 multi-master. |
| Work Items | Atomic primitive in a work-management platform: task / item / card with owner, due date, status, priority, dependencies, subtasks, attachments, and comments. Same shape regardless of platform-specific terminology (task, item, row, card). |
flowchart TD classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20; classDef embedded_master fill:#fff4cc,stroke:#c79100,color:#5b4500; classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a; okr_objectives["Objective / OKRs"] work_items["Work Items"] users["Users"] work_items -->|"depends_on (opt)"| work_items okr_objectives -->|"tracked_by (opt)"| work_items users -->|"assigned items (opt)"| work_items users -->|"created items"| work_items users -->|"owns OKR"| okr_objectives class okr_objectives master; class work_items embedded_master; class users platform_builtin;