Skip to main content

Research-Before-Plan

Benchmarked against: Anthropic โ€” Adaptive thinking Source: Agent Intelligence Protocol ยง6 + Company Constitution ยง9

Never plan with stale knowledge. This protocol ensures every technical decision is based on verified, current information โ€” not training data that may be months old.


The workflowโ€‹

Knowledge classificationโ€‹

CategoryExamplesAction
TimelessDesign patterns, algorithms, SOLID principles, SQL syntaxUse directly from training
PerishableLibrary versions, API signatures, framework conventions, cloud service configsVerify before using

The search cascadeโ€‹

  1. Search UB first (search_brain) โ€” Free, instant, team knowledge
  2. UB empty or stale โ†’ Delegate to external search
    • Groq (search_web engine=groq) โ€” Free, fast
    • Gemini (search_web engine=gemini) โ€” Authoritative, has citation links
  3. Ingest results (ingest_fragment) โ€” Now it's a company asset
  4. Then plan โ€” Based on verified knowledge

Why this mattersโ€‹

Real incidents from skipping Research-Before-Plan:

IncidentRoot causeImpact
"LangGraph 2.0 Released" intelGroq hallucinated version numberPolluted UB with false information
3 WOs rejected same dayNo Pre-Flight Check on perishable knowledgeWasted agent and Captain time
Deprecated API in production codeWrote code from training data memoryRuntime failures

Integrationโ€‹