Documentation
README
EXECUTE NOW
Question: $ARGUMENTS
If no question provided, ask the user what they want to know.
Execute these steps:
- Classify the question — determine which knowledge base tier(s) to consult (see Query Classification below)
- Search the knowledge base — route to appropriate tiers based on classification
- Read relevant claims and docs — load 3-7 most relevant sources fully (use
mcp__qmd__multi_getwhen reading multiple IDs) - Check user context — read
ops/derivation.mdif the question involves their specific system - Synthesize an answer — weave claims into a coherent, opinionated argument
- Cite sources — reference specific claims and documents so the user can explore further
This is the opening of the README. Read the full README on GitHub.