Multi-prong, context-efficient Q&A over the Iconsult knowledge-graph corpus (arsanjani_2026 + gulli_2025 + bratanic_2025). Decomposes a question into facets, fans out ISOLATED retrieval subagents (concept match + graph traversal + passage RAG across all three books via the canonical layer), adversarially verifies each synthesized claim against its cited passage, and returns a tight, cited answer — WITHOUT dumping the bulky intermediate retrieval into the main conversation context. Use when the user has a substantive question to ANSWER from the books/KG. E.g. "what does the corpus say about X", "how does reflection relate to evaluator-optimizer", "/ask-corpus <question>". Do NOT use to score/consult on a user's architecture against the rubric — that is the heavyweight `consult` MCP prompt's job.
2026-06-11