negation-prose

Enforce brain-first lookup before negation-prose mentions in research prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that brain references appear before a negation-prose mention in research prompts to enforce correct position-relative checks.

Core Features & Use Cases

  • Enforces brain-first lookup: start with inbrain search to gather context.
  • Prevents premature web_search: relies on the brain for the answer 90% of the time.
  • Falls back to perplexity only if brain context is unavailable.

Quick Start

Begin by running inbrain search 'topic' to gather context, then verify the brain reference appears before any negation-prose mention.

Frequently Asked Questions about negation-prose

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

FAQPage Schema
How do I validate that a brain reference appears before a negation-prose mention in research prompts?

You validate research prompts by enforcing a brain-first lookup workflow that checks position-relative ordering, ensuring the brain reference appears before any negation-prose mention during prompt validation.

What is the correct workflow for brain-first lookup during topic exploration?

The correct brain-first lookup workflow starts by running an inbrain search to gather context, preventing premature web_search by relying on the brain for the answer 90% of the time.

When should I fall back to perplexity for research prompts if the brain is unavailable?

You should fall back to perplexity for research prompts only if brain context is unavailable, ensuring the system attempts to gather required context from the brain before triggering a fallback search.

How do I prevent premature web_search when validating research prompts?

You prevent premature web_search by starting with an inbrain search to gather context, relying on the brain to supply the answer 90% of the time before evaluating any negation-prose conditions.

What frontmatter fields are required to satisfy safety checks in prompt validation workflows?

Required frontmatter fields specify the scope and workflow steps needed to satisfy correct ordering, validation, and safety checks when ensuring brain references appear before negation-prose mentions.