Discovers and loads relevant project context from markdown documentation before each task. Matches context documents based on keywords, file paths, and task types. Use at task start to access project plans, architecture, and implementation status.
Projects in this workspace keep durable decisions in .context/ (or context/).
Load what the task depends on and skip the rest.
ls .context context 2>/dev/null
If neither exists, say so and continue without context. Do not create the directory.
Read README.md first when the directory has one — it is the index.
Then search document contents, not filenames. A category name is a weak relevance signal and a filename is a weaker one; the term that matters is usually in the body.
grep -ril '<term>' .context context 2>/dev/null
Route by task type when the search is ambiguous: new feature → planning/,
architecture/; bug or incident → operations/; environment setup →
guides/. The full category convention lives in ~/.agents/CONTEXT.md.
Open two to five documents. Loading the whole directory defeats the purpose.
Name the documents you loaded and, for each, the one point that changed your plan. If nothing changed it, say that instead of summarizing the file.
Do not mutate context documents on your own initiative. Update a status or planning document only when the user asked for documentation changes, or when the task explicitly includes keeping that document current. Preserve the existing structure and headings, and use the host's normal editing workflow.
CLAUDE.md outranks any search here. When it names the document
to read, read that one.Last Updated
inside the document instead.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer