boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Deep analysis and problem solving mode
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ultra-thinkContext preview
What this command does when you run it.
Deep analysis and problem solving mode
Deep analysis and problem solving mode
1. **Initialize Ultra Think Mode**
2. **Parse the Problem or Question**
3. **Multi-Dimensional Analysis** Approach the problem from multiple angles:
4. **Generate Multiple Solutions**
5. **Deep Dive Analysis** For the most promising solutions:
6. **Cross-Domain Thinking**
7. **Challenge and Refine**
8. **Synthesize Insights**
9. **Provide Structured Recommendations** Present findings in a clear structure:
## Problem Analysis - Core challenge - Key constraints - Critical success factors ## Solution Options ### Option 1: [Name] - Description - Pros/Cons - Implementation approach - Risk assessment ### Option 2: [Name] [Similar structure] ## Recommendation - Recommended approach - Rationale - Implementation roadmap - Success metrics - Risk mitigation plan ## Alternative Perspectives - Contrarian view - Future considerations - Areas for further research
10. **Meta-Analysis**
# Architectural decision /project:ultra-think Should we migrate to microservices or improve our monolith? # Complex problem solving /project:ultra-think How do we scale our system to handle 10x traffic while reducing costs? # Strategic planning /project:ultra-think What technology stack should we choose for our next-gen platform? # Design challenge /project:ultra-think How can we improve our API to be more developer-friendly while maintaining backward compatibility?
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:…