Purpose: Run structured first-use setup and approve CompanyOS State.
Example: SETUP_COMPANYOS
Expected behavior: Assigns roles, captures priorities, initiatives, risks, metrics, and stores approved state.
Common mistakes: Skipping role assignment leaves leadership registry incomplete.
Related: SHOW_COMPANYOS_STATE, UPDATE_ORGANIZATIONAL_CONTEXT
Purpose: Display the approved CompanyOS State.
Example: SHOW_COMPANYOS_STATE
Expected behavior: Returns current organizational memory snapshot.
Common mistakes: Expecting live data before SETUP_COMPANYOS completes.
Related: SETUP_COMPANYOS, UPDATE_ORGANIZATIONAL_CONTEXT
UPDATE_ORGANIZATIONAL_CONTEXTPurpose: Refresh organizational memory.
Example: UPDATE_ORGANIZATIONAL_CONTEXT
Expected behavior: Re-captures priorities, initiatives, risks, and metrics.
Common mistakes: Using for minor updates — use ADD_RISK or ADD_INITIATIVE for single items.
Related: SETUP_COMPANYOS, SHOW_COMPANYOS_STATE
Purpose: Record a new active initiative.
Example: ADD_INITIATIVE
Initiative: CRM migration
Expected behavior: Appends to Active Initiatives in memory.
Common mistakes: Duplicating existing initiatives.
Related: CLOSE_INITIATIVE, SHOW_ACTIVE_INITIATIVES
Purpose: Mark an initiative complete or cancelled.
Example: CLOSE_INITIATIVE
Initiative: CRM migration
Expected behavior: Removes or archives initiative from active list.
Common mistakes: Closing without capturing lessons learned.
Related: ADD_INITIATIVE, ADD_LESSON_LEARNED
Purpose: Record an active organizational risk.
Example: ADD_RISK
Risk: Key person dependency on founder
Expected behavior: Appends to Current Risks in memory.
Common mistakes: Not reviewing risks quarterly.
Related: RESOLVE_RISK, SHOW_ACTIVE_RISKS
Purpose: Mark a risk as resolved or mitigated.
Example: RESOLVE_RISK
Risk: Key person dependency
Expected behavior: Updates risk status in organizational memory.
Common mistakes: Resolving without documenting mitigation.
Related: ADD_RISK, RISK_ASSESSMENT
Purpose: Capture organizational learning.
Example: ADD_LESSON_LEARNED
Lesson: Early customer feedback reduced churn
Expected behavior: Stores lesson in organizational memory.
Common mistakes: Storing transient chat notes instead of durable insights.
Related: CLOSE_INITIATIVE, UPDATE_ORGANIZATIONAL_CONTEXT
UPDATE_STRATEGIC_PRIORITYPurpose: Update a strategic priority.
Example: UPDATE_STRATEGIC_PRIORITY
Priority: Expand enterprise sales
Expected behavior: Modifies priorities in organizational memory.
Common mistakes: Too many priorities diluting focus.
Related: SHOW_CURRENT_PRIORITIES, STRATEGIC_REVIEW
Purpose: List current strategic priorities.
Example: SHOW_CURRENT_PRIORITIES
Expected behavior: Returns priorities from approved state.
Common mistakes: None.
Related: UPDATE_STRATEGIC_PRIORITY, EXECUTIVE_BRIEFING
Purpose: List active organizational risks.
Example: SHOW_ACTIVE_RISKS
Expected behavior: Returns risks from organizational memory.
Common mistakes: None.
Related: ADD_RISK, RISK_ASSESSMENT
Purpose: List active initiatives.
Example: SHOW_ACTIVE_INITIATIVES
Expected behavior: Returns initiatives from organizational memory.
Common mistakes: None.
Related: ADD_INITIATIVE, EXECUTIVE_BRIEFING