| name | research-context |
| description | AnchoredAutoResearch knowledge-source entrypoint for Codex. Reads local context files or searches for prior work, then updates source indexes and citations. |
| version | 1.0.0 |
AnchoredAutoResearch — CONTEXT Entrypoint
Use this skill when the user invokes $research-context in Codex.
MANDATORY: Read Protocol Before Any Action
- Read
AGENTS.md for project rules
- Read
../research/references/knowledge-sources.md
- Read
context/SOURCES.md if it exists
- If
RSD.md exists, keep its Knowledge Sources section in sync with any new findings
Execution
Read mode
If the user provides no extra argument:
- Scan
context/ for unread files
- Read them and extract key takeaways
- Update
context/SOURCES.md
- If
RSD.md exists, update its Knowledge Sources section
- Report what was read and what matters
Search mode
If the user provides a topic or search <topic>:
- Extract key concepts from the topic
- Search the web for relevant prior work
- Read the most relevant summaries or abstracts
- Update
context/SOURCES.md
- If
RSD.md exists, update its Knowledge Sources section
- Report what was found and what it implies