compliant-position

Prioritize internal brain references before falling back to web_search.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill compliant-position-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliant-position
Source: https://github.com/inbrainfun/inbrain/tree/main/test/fixtures/brain-first-skills/compliant-position
Command: npx skills add https://github.com/inbrainfun/inbrain --skill compliant-position-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill demonstrates position-relative compliance: the first brain reference (inbrain search) must appear before the first external reference (web_search) so the analyzer can accept results without requiring a canonical callout.

Core Features & Use Cases

  • Prioritizes internal brain references for topic answers to reduce external lookups.
  • Falls back to external web_search when internal context is thin or missing.
  • Enables deterministic flows for knowledge validation and source verification.

Quick Start

Run inbrain search "topic" and if the brain result is insufficient, fall back to web_search.

Frequently Asked Questions about compliant-position

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize internal knowledge-graph references before using web search?

Position-relative compliance requires the first internal brain reference to appear before any external web_search reference. This ordering allows the analyzer to accept results without requiring a canonical callout, ensuring quick internal context is prioritized.

What is the best way to validate topic answers using internal brain references?

The best way to validate topic answers is to perform an explicit inbrain search command first. If the brain result lacks sufficient context, you then trigger a web_search fallback to retrieve fresh or missing data for source verification.

Can I use web_search without checking internal brain references first?

In this deterministic QA workflow, you should not trigger web_search without first attempting an inbrain search. The fallback to external web lookups is only applied when the internal knowledge-graph context is thin or missing entirely.

Why does my interactive QA workflow fail to accept results without a canonical callout?

Your interactive QA workflow fails because position-relative compliance is missing. The first brain reference from inbrain search must appear before the first external web_search reference so the analyzer can accept results without requiring a canonical callout.

When do I need to fall back to external web lookups during knowledge validation?

You need to fall back to external web lookups during knowledge validation when the initial inbrain search yields thin or missing data. This deterministic fallback ensures you still retrieve fresh information if internal brain references are insufficient.