boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Display comprehensive help documentation for the `/parallel-tasks` command including usage examples, options, agent types, and best practices for deploying specialized agents to work on multiple tasks simultaneously.
$ 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-tasks-helpContext preview
What this command does when you run it.
Display comprehensive help documentation for the `/parallel-tasks` command including usage examples, options, agent types, and best practices for deploying specialized agents to work on multiple tasks simultaneously.
allowed-tools: TodoWrite, mcp__spec-workflow__spec-list, mcp__spec-workflow__manage-tasks, mcp__spec-workflow__spec-status
Display comprehensive help documentation for the `/parallel-tasks` command including usage examples, options, agent types, and best practices for deploying specialized agents to work on multiple tasks simultaneously.
**Complete Help Documentation to Display:**
**Command Synopsis**
/parallel-tasks [OPTIONS] Deploy specialized AI agents to work on multiple tasks simultaneously while maintaining coordination and task tracking.
**Core Options**
**Quick Start Examples**
# Most common usage /parallel-tasks --system spec-workflow --spec-name my-feature --auto-assign # Preview mode /parallel-tasks --system spec-workflow --spec-name my-feature --dry-run # GitHub integration /parallel-tasks --system github --project-path $(pwd) --auto-assign # Limited parallelism /parallel-tasks --max-agents 2 --auto-assign
**Specialized Agent Types**
**Development Agents:**
**Testing Agents:**
**Infrastructure Agents:**
**Documentation Agents:**
**Task Management Systems**
**Spec-Workflow (Primary):**
**GitHub Issues:**
**Linear:**
**Manual:**
**Workflow Phases**
1. **Discovery** - Connect to task system, retrieve pending tasks 2. **Analysis** - Group tasks by type, identify conflicts 3. **Deployment** - Launch specialized agents with assignments 4. **Coordination** - Monitor progress, handle dependencies 5. **Integration** - Validate changes, resolve conflicts
**Safety & Coordination**
**Conflict Prevention:**
**Quality Assurance:**
**Performance Expectations**
**Time Savings:**
**Success Rates:**
**Troubleshooting Common Issues**
**Build Conflicts:**
Symptom: "Build failed due to conflicting changes" Solution: Use --conflict-resolution merge or reduce --max-agents
**Resource Exhaustion:**
Symptom: "System running slow during execution" Solution: Reduce --max-agents or use --resource-limit low
**Task Dependencies:**
Symptom: "Task B failed because Task A not completed" Solution: Review dependencies, may need sequential execution
**Best Practices**
✅ **Start with `--dry-run`** to preview assignments ✅ **Begin with 2-3 agents** for new projects ✅ **Use `--auto-assign`*
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:…