boundary-heatmap

Boundary Heatmap Visualization

Content Preview
---
tools:
  - read
  - write
  - grep
  - bash
---

# Boundary Heatmap Visualization

Generate a visual heatmap of knowledge boundaries showing safe zones, risk areas, and semantic coverage.

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

## Instructions

1. **Load Boundary Data**
   - Read knowledge map from `.wfgy/boundaries/knowledge_map.json`
   - Load historical boundary encounters
   - Retrieve semantic tree nodes for coverage analysis
   - Import risk zone classifications
How to Use

Recommended: Install to project (local)

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

Related Skills