Company Context

Use Centaur's indexed company context together with direct Slack, Linear, Google Docs, Drive, Calendar, or Granola searches when answering internal company-history, prior-decision, project-context, meeting-context, roadmap/status, or cross-source memory questions. Indexed context includes Slack channels, user-visible Slack DMs, Google Docs, Google Calendar, Linear, and user-visible Granola notes. Use for questions like what was discussed, decided, planned, mentioned, or documented internally, especially when the user did not name one exact source.

71OpxScoreProvisional
Community resultNot enough feedback0 votes
Model evidenceNo verified testsModel fit pending

Score breakdown

Estimated from the available content and source signals.

Provisional
Documentation77
Practical value68
Evidence63
Source trust72

Model compatibility

Inferred fit is not the same as a recorded hands-on test.

ClaudeuntestedNo model-specific signal or recorded compatibility test was found.
ChatGPTuntestedNo model-specific signal or recorded compatibility test was found.
GeminiuntestedNo model-specific signal or recorded compatibility test was found.
CopilotuntestedNo model-specific signal or recorded compatibility test was found.
LlamauntestedNo model-specific signal or recorded compatibility test was found.
PerplexityuntestedNo model-specific signal or recorded compatibility test was found.
MistraluntestedNo model-specific signal or recorded compatibility test was found.
GrokuntestedNo model-specific signal or recorded compatibility test was found.

Overview

Company Context

Use company_context as the first retrieval step for internal historical context. Its search command queries indexed company memory across enabled sources such as Slack channels, Google Docs (--source docs), Google Calendar, Linear, and user-visible Granola notes (--source granola). It also has dedicated commands for user-visible Slack DMs and DM conversations. Always pair indexed results with the relevant direct source tools, then reconcile and collate both evidence sets before answering.

Default Workflow

  1. Search company context first:
company_context search "QUERY" --limit 10 --json

For DM-specific questions, use the dedicated DM search surface:

company_context search-dms "QUERY" --limit 10 --json
company_context search-dm-conversations "PERSON OR QUERY" --limit 10 --json
  1. Read promising documents before answering:
company_context read "DOCUMENT_ID" --max-chars 8000 --related --json
  1. Check live/source tools for the same query and relevant source filters. Do this even when indexed results look strong:
slack search "QUERY"
linear search "QUERY"
gsuite drive list --query "QUERY"
gsuite calendar events --query "QUERY"

Use the source-specific tools that match the question. For broad cross-source questions, check all likely sources.

  1. For time-sensitive or "latest" asks, check index freshness:
company_context latest-date
company_context latest-date --source slack
company_context latest-date --source docs --source-type google_doc
company_context latest-date --source linear

latest-date always outputs JSON, so it does not accept a --json flag.

  1. If results are weak, broaden or target source filters:
company_context search "QUERY" --source slack --limit 10 --json
company_context search "QUERY" --source docs --source-type google_doc --limit 10 --json
company_context search "QUERY" --source google_calendar --limit 10 --json
company_context search "QUERY" --source linear --limit 10 --json
company_context search "QUERY" --source granola --limit 10 --json
company_context search-dms "QUERY" --limit 10 --json
  1. Collate indexed and live results before answering:
  • Prefer direct live-tool evidence for current state, exact source objects, and canonical fields.
  • Prefer indexed context for historical recall, older discussions, and cross-source semantic matches.
  • Treat disagreement as a signal to explain the mismatch, including dates and source links when available.
  • Avoid claiming completeness unless the direct source tool or owning API supports that claim.

When To Fall Back

Use extra direct-tool depth after the default indexed-plus-live pass when:

  • The user asks for the current Slack thread, a specific Slack channel/message/file, or a direct source object that company_context did not return.
  • The user asks to create, update, comment on, or inspect an exact Linear issue/project.
  • The user gives an exact Google Doc, Drive, Calendar, or Linear URL/id.
  • company_context returns an auth, permission, connection, or malformed-response error.
  • The question requires a canonical exhaustive answer. Company context is indexed retrieval; use the owning API/database for definitive inventories or yes/no internal-history claims when the user asks for completeness.

Answering Rules

  • Lead with the answer and include the evidence source when it matters: source, source type, date, title, and URL/permalink if present.
  • Say how indexed context and live source-tool results agree, differ, or complement each other.
  • If freshness matters, use latest-date to inspect the indexed cutoff and direct source tools for live corroboration.
  • Do not copy long private documents or message dumps into the reply. Summarize narrowly and quote only short snippets when useful.
  • If no indexed context is found after reasonable query variants, say that plainly and name the live tools checked.

Best for

  • Use Company Context when this documented workflow matches the task.

Tips and best practices

  • Review the source instructions and adapt inputs before running the workflow.

What This Skill Can Do

AI-generated examples showing real capabilities

Was this skill useful?

Be the first to share a result.

Related skills