boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking. This command can reduce development time by 60-80% through intelligent agent coordination and task parallelization.
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/parallel-tasksContext preview
What this command does when you run it.
Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking. This command can reduce development time by 60-80% through intelligent agent coordination and task parallelization.
allowed-tools: Task, TodoWrite, mcp__spec-workflow__spec-list, mcp__spec-workflow__manage-tasks, mcp__spec-workflow__spec-status, mcp__linear__list_issues, mcp__linear__list_projects, Bash, Read, LS, Grep, Glob
Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking. This command can reduce development time by 60-80% through intelligent agent coordination and task parallelization.
**Phase 1: Task Discovery and Analysis**
**System Integration:**
**Task Analysis:**
# Example for spec-workflow 1. Get task list with dependencies and file information 2. Analyze task descriptions for type classification 3. Identify file modification conflicts between tasks 4. Group tasks by specialization area (testing, deployment, development)
**Parallelization Assessment:**
**Phase 2: Agent Assignment Strategy**
**Task Categorization:**
Create task groups based on content analysis:
**Agent Matching Matrix:**
Testing Tasks: - test-automator: Unit tests, test configuration, coverage - qa-expert: Quality assurance, validation, acceptance testing - playwright-test-architect: E2E tests, integration testing Performance Tasks: - performance-engineer: Benchmarking, optimization, metrics Deployment Tasks: - deployment-engineer: CI/CD, scripts, infrastructure automation Development Tasks: - typescript-pro: TypeScript development, refactoring - react-pro: React components, frontend development - python-pro: Python backend, API development - golang-pro: Go services, system programming Documentation Tasks: - documentation-expert: Technical docs, guides, architecture - api-documenter: API documentation, examples, SDKs
**Conflict Detection:**
**Phase 3: Parallel Agent Deployment**
**Pre-Deployment Validation:**
**Agent Deployment Process:**
For each selected agent and task group:
1. **Status Update**: Set tasks to "in-progress" in source system
# Example for spec-workflow mcp__spec-workflow__manage-tasks --action set-status --task-id X --status in-progress
2. **Agent Prompt Template**:
Task {agent_type} agent to handle: {task_descriptions}
**CRITICAL WORKFLOW INTEGRATION**:
1. BEFORE starting: Task status already set to in-progress
2. Complete assigned work with full implementation
3. AFTER completion: Set task status to completed using source system
**Assigned Tasks**: {task_list}
**Files to Modify**: {file_list}
**Requirements**: {requirements}
**Integration Points**: {dependencies}
**Coordination**: Report progress and conflicts immediately3. **Parallel Launch**: Use Task tool to deploy multiple agents simultaneously
# Deploy up to max-agents simultaneously Task(subagent_type=agent_type, description=task_summary, prompt=full_prompt)
**Phase 4: Coordination and Monitoring**
**Real-time Coordination:**
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:…