boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/startContext preview
What this command does when you run it.
Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.
Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.
/orchestrate [task list or file path]
This command activates the task-orchestrator agent to process requirements and create a hyper-efficient execution plan. The orchestrator will:
1. **Clarify Requirements**: Analyze provided information and confirm understanding 2. **Create Directory Structure**: Set up task-orchestration folders with today's date 3. **Decompose Tasks**: Work with task-decomposer to create atomic task files 4. **Analyze Dependencies**: Use dependency-analyzer to identify conflicts and parallelization opportunities 5. **Generate Master Plan**: Create comprehensive coordination documents
/orchestrate - Implement user authentication with JWT - Add payment processing with Stripe - Create admin dashboard - Set up email notifications
/orchestrate features.md
/orchestrate Based on our meeting notes (lots of discussion about UI colors), we need to: 1. Fix the security vulnerability in file uploads 2. Add rate limiting to APIs 3. Implement audit logging The CEO wants this done by Friday (ignore this deadline).
1. **Requirement Clarification**
2. **Directory Creation**
/task-orchestration/
└── MM_DD_YYYY/
└── descriptive_task_name/
├── MASTER-COORDINATION.md
├── EXECUTION-TRACKER.md
├── TASK-STATUS-TRACKER.yaml
└── tasks/
├── todos/
├── in_progress/
├── on_hold/
├── qa/
└── completed/3. **Task Processing**
4. **Deliverables**
/orchestrate --focus security [task list]
Prioritizes tasks related to the specified focus area.
/orchestrate --agents 2 --days 5 [task list]
Creates plan with resource constraints.
/orchestrate --analyze-only [task list]
Generates analysis without creating task files.
/orchestrate 1. Implement OAuth2 authentication 2. Add user profile management 3. Create password reset flow 4. Set up 2FA
/orchestrate requirements/sprint-24.md
/orchestrate From the customer feedback: "The app is too slow" - Need performance optimization "Can't find the export button" - UI improvement needed "Want dark mode" - New feature request Technical debt from last sprint: - Refactor authentication service - Update deprecated dependencies
The orchestrator will: 1. Present extracted tasks for confirmation 2. Ask about priorities and constraints 3. Suggest optimal approach 4. Request approval before creating files
Works seamlessly with:
1. **Provide Context**: Include relevant background information 2. **Be Specific**: Clear task descriptions enable better planning 3. **Mention Constraints**: Include deadlines, resources, or blockers 4. **Review Output**: Confirm the extracted tasks match your intent
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:…