Reference Doc Routing Skill
Use this skill to choose and apply reference documents without polluting the main context.
Workflow:
- Identify which parts of the task need reference context.
- Find relevant global and repository-level docs.
- Classify each document as authoritative, advisory, or historical.
- Read only relevant sections when possible.
- Summarize useful context for the current task.
- Pass only relevant document paths or sections to subagents.
- Require implementation-relevant claims to be checked against current code, tests, schemas, configuration, or runtime behavior.
- Report conflicts between docs and primary evidence.
Primary evidence includes:
- current code
- tests
- schemas
- configuration
- logs
- build output
- typecheck output
- runtime behavior
- authoritative external documentation