boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Create comprehensive Claude Code Skills through elicitation-driven development
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/build-skillContext preview
What this command does when you run it.
Create comprehensive Claude Code Skills through elicitation-driven development
Create comprehensive Claude Code Skills through elicitation-driven development
This command orchestrates four specialized agents to build production-ready Claude Code Skills from user requirements. Follow this structured workflow:
**Agent**: `skill-elicitation-agent`
1. **Activate Elicitation Agent**
2. **Elicitation Questions**
3. **Specification Creation**
4. **User Approval**
**Agent**: `skill-generator-agent`
1. **Activate Generator Agent**
2. **Directory Structure Creation**
skill-name/
├── SKILL.md (required)
├── reference.md (if needed)
├── examples.md (if needed)
├── scripts/ (if needed)
└── templates/ (if needed)3. **SKILL.md Generation**
4. **Supporting Files Generation**
5. **Dependency Documentation**
6. **Quality Checks**
**Agent**: `skill-validator-agent`
1. **Activate Validator Agent**
2. **YAML Validation**
3. **Description Analysis**
4. **Structure Validation**
5. **Code Testing**
6. **Integration Testing**
7. **Validation Report**
8. **Issue Resolution**
**Agent**: `skill-documenter-agent`
1. **Activate Documenter Agent**
2. **SKILL.md Enhancement**
3. **Reference Documentation**
4. **Example Collection**
5. **README Creation**
6. **Documentation Quality Check**
1. **Generate Summary**
2. **Installation Verification**
3. **Usage Guide**
4. **Next Steps**
User Request
↓
skill-elicitation-agent (Requirements)
↓
User Approval
↓
skill-generator-agent (Creation)
↓
skill-validator-agent (Testing)
↓
Fixes if needed (loop back to generator)
↓
skill-documenter-agent (Enhancement)
↓
Final Delivery**Between Agents**:
A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.
Repo: qdhenry/Claude-Command-Suite
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Analyze semantic position relative to knowledge boundaries to prevent hallucination and identify uncertainty zones.
Generate a visual heatmap of knowledge boundaries showing safe zones, risk areas, and semantic coverage.
Evaluate the current risk level and provide detailed analysis of potential hallucination or reasoning failure.
Find and construct semantic bridges to safely navigate from current position to target concept without crossing dangerous boundaries.
Takes an input prompt and returns ONLY a token-optimized version that preserves meaning while minimizing token count. Based on LLM tokenization principles:…