Context Engine
by @alirezarezvani
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
clawhub install context-engineπ About This Skill
name: "context-engine" description: "Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: orchestration updated: 2026-03-05 frameworks: context-loading, anonymization, context-enrichment
Company Context Engine
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight.
Keywords
company context, context loading, context engine, company profile, advisor context, stale context, context refresh, privacy, anonymizationLoad Protocol (Run at Start of Every C-Suite Session)
Step 1 β Check for context file: ~/.claude/company-context.md
Step 2 β Check staleness: Read Last updated field.
[STALE β last updated DATE] noted internally.Step 3 β Parse into working memory. Always active:
Context Quality Signals
| Condition | Confidence | Action | |-----------|-----------|--------| | < 30 days, full interview | High | Use directly | | 30β90 days, update done | Medium | Use, flag what may have changed | | > 90 days | Low | Flag stale, prompt refresh | | Key fields missing | Low | Ask in-session | | No file | None | Prompt /cs:setup |
If Low: *"My context is [stale/incomplete] β I'm assuming [X]. Correct me if I'm wrong."*
Context Enrichment
During conversations, you'll learn things not in the file. Capture them.
Triggers: New number or timeline revealed, key person mentioned, priority shift, constraint surfaces.
Protocol:
1. Note internally: [CONTEXT UPDATE: {what was learned}]
2. At session end: *"I picked up a few things to add to your context. Want me to update the file?"*
3. If yes: append to the relevant dimension, update timestamp.
Never silently overwrite. Always confirm before modifying the context file.
Privacy Rules
Never send externally
Safe to use externally (with anonymization)
Before any external API call or web search
Applyreferences/anonymization-protocol.md:
Missing or Partial Context
Handle gracefully β never block the conversation.
Required Context Fields
Required:
- Last updated (date)
- Company Identity β What we do
- Stage & Scale β Stage
- Founder Profile β Founder archetype
- Current Challenges β Priority #1
- Goals & Ambition β 12-month targetHigh-value optional:
- Unfair advantage
- Kill-shot risk
- Avoided decision
- Watch list
Missing required fields: note gaps, work around in session, ask in-session only when critical.
References
references/anonymization-protocol.md β detailed rules for stripping sensitive data before external calls