Semantius Logo
WORK-MGMTJune 27, 2026

Team-Execution Goals and OKRs

Define objectives and measurable key results for the quarter or year, assign owners, and keep them current with regular check-ins. Link objectives to the tasks and projects that drive them so progress updates as work gets done instead of being re-entered by hand. Commit objectives once agreed, track them through the cycle, and score them at close so the team learns what worked.

Use the Team-Execution Goals and OKRs semantic blueprint

/semantius-admin use the architect, analyst and modeler skills to update the semantius platform with the model specified in https://www.semantius.com/blueprints/work-mgmt-goals-okr-semantic-blueprint.md

Entity summary

Name data_object Description
Key Results okr_key_results Measurable results attached to an objective, the unit of scoring that tracks progress toward the goal.
Objective / OKRs okr_objectives Goals with measurable key results, owner accountability, and weighted progress rollup, organized in a hierarchy and reviewed on a quarterly or annual cadence.
OKR Check-ins okr_check_ins Periodic status updates on an objective or key result during the active cycle, the cadence of record for OKR programs.
Work-to-Goal Links work_goal_links Contribution links between a work item or project and an objective, so goal progress can roll up from the work that drives it.
Work Items work_items Atomic tasks, items, or cards in a work-management tool, with owner, due date, status, priority, dependencies, subtasks, attachments, and comments.
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"]
  okr_key_results["Key Results"]
  okr_check_ins["OKR Check-ins"]
  work_goal_links["Work-to-Goal Links"]
  users["Users"]
  okr_key_results -->|"belongs_to"| okr_objectives
  okr_check_ins -->|"belongs_to"| okr_objectives
  okr_check_ins -->|"references"| okr_key_results
  work_items -->|"depends_on"| work_items
  okr_objectives -->|"tracked_by"| work_items
  work_goal_links -->|"links"| work_items
  work_goal_links -->|"links_to"| okr_objectives
  users -->|"owns_key_results"| okr_key_results
  users -->|"authored_check_ins"| okr_check_ins
  users -->|"assigned items"| work_items
  users -->|"created items"| work_items
  users -->|"owns OKR"| okr_objectives
  class okr_objectives master;
  class work_items embedded_master;
  class okr_key_results master;
  class okr_check_ins master;
  class work_goal_links master;
  class users platform_builtin;
  style work_goal_links stroke-dasharray:5 5;