boundary-risk-assess

Evaluate the current risk level and provide detailed analysis of potential hallucination or reasoning failure.

Content Preview
---
tools:
  - read
  - write
  - grep
arguments: $CONTEXT
---

# Boundary Risk Assessment

Evaluate the current risk level and provide detailed analysis of potential hallucination or reasoning failure.

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

## Instructions

1. **Gather Risk Indicators**
   - Parse context from "$CONTEXT" or current state
   - Load recent semantic nodes (last 10)
   - Calculate cumulative ΔS over recent reasoning
   - Check for pattern anomalies
   - Mea
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/boundary-risk-assess.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/boundary/boundary-risk-assess.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-risk-assess.md

Related Skills