boundary-detect

Analyze semantic position relative to knowledge boundaries to prevent hallucination and identify uncertainty zones.

Content Preview
---
tools:
  - read
  - write
  - grep
  - bash
arguments: $QUERY
---

# Knowledge Boundary Detection

Analyze semantic position relative to knowledge boundaries to prevent hallucination and identify uncertainty zones.

Based on the WFGY project: https://github.com/onestardao/WFGY

## Instructions

1. **Analyze Query Semantics**
   - Parse input query: "$QUERY"
   - Generate embedding vector for query
   - Load knowledge map from `.wfgy/boundaries/knowledge_map.json`
   - Identify nearest known 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/boundary-detect.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/boundary/boundary-detect.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/boundary/boundary-detect.md

Related Skills