boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Generate comprehensive reports on task execution, progress, and metrics.
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/reportContext preview
What this command does when you run it.
Generate comprehensive reports on task execution, progress, and metrics.
Generate comprehensive reports on task execution, progress, and metrics.
/task-report [report-type] [options]
Creates detailed reports for project management, sprint reviews, and performance analysis. Supports multiple report types and output formats.
/task-report executive
High-level overview for stakeholders with key metrics and progress.
/task-report sprint --date 03_15_2024
Detailed sprint progress with burndown charts and velocity.
/task-report standup
What was completed, in progress, and blocked.
/task-report performance --period week
Team and individual performance metrics.
/task-report dependencies
Visual dependency graph and bottleneck analysis.
EXECUTIVE SUMMARY - Authentication System Project ================================================ Report Date: 2024-03-15 Project Start: 2024-03-13 Duration: 3 days (60% complete) KEY METRICS ----------- • Total Tasks: 24 • Completed: 12 (50%) • In Progress: 3 (12.5%) • Blocked: 2 (8.3%) • Remaining: 7 (29.2%) TIMELINE -------- • Original Estimate: 5 days • Current Projection: 5.5 days • Risk Level: Low HIGHLIGHTS ---------- ✓ Core authentication API completed ✓ Database schema migrated ✓ Unit tests passing (98% coverage) BLOCKERS -------- ⚠ Payment integration waiting on external API ⚠ UI components need design approval NEXT MILESTONES -------------- → Complete JWT implementation (Today) → Integration testing (Tomorrow) → Security audit (Day 4)
/task-report burndown --sprint current
SPRINT BURNDOWN - Sprint 24 =========================== Tasks Remaining by Day: Day 1: ████████████████████ 24 Day 2: ████████████████ 20 Day 3: ████████████ 15 (TODAY) Day 4: ████████ 10 (projected) Day 5: ████ 5 (projected) Velocity Metrics: - Average: 4.5 tasks/day - Yesterday: 5 tasks - Today: 3 tasks (in progress) Risk Assessment: ON TRACK
TEAM PERFORMANCE REPORT - Week 11 ================================= By Agent: ┌─────────────────┬────────┬───────────┬─────────┬────────────┐ │ Agent │ Completed │ Avg Time │ Quality │ Efficiency │ ├─────────────────┼────────┼───────────┼─────────┼────────────┤ │ dev-frontend │ 8 │ 3.2h │ 95% │ 125% │ │ dev-backend │ 6 │ 4.1h │ 98% │ 110% │ │ test-developer │ 4 │ 2.8h │ 100% │ 115% │ └─────────────────┴────────┴───────────┴─────────┴────────────┘ By Task Type: - Features: 12 completed (avg 3.8h) - Bugfixes: 4 completed (avg 1.5h) - Tests: 8 completed (avg 2.2h) Quality Metrics: - First-time pass rate: 88% - Rework required: 2 tasks - Blocked time: 4.5 hours total
/task-report summary --from 2024-03-01 --to 2024-03-15 /task-report summary --last 7d /task-report summary --this-month
/task-report sprint --project authentication_system
/task-report executive --format markdown /task-report executive --format html /task-report executive --format pdf
/task-report summary --include completed,qa /task-report summary --exclude on_hold
/task-report critical-path
Shows tasks that directly impact completion time.
/task-report bottlenecks
Identifies tasks causing delays.
/task-report resources
Shows agent allocation and availability.
/task-report risks
Identifies potential delays and issues.
/task-report gantt --weeks 2
/task-report dependencies --visual
/task-report flow --animated
/task-report schedule daily-standup --at "9am" /task-report schedule weekly-summary --every friday
/task-report executive --email team@company.com
/task-report compare --sprint 23 24
/task-report trends --weeks 4
/task-report standup --format slack
Generates Slack-formatted standup report.
/task-report sprint --include-velocity --include-burndown
Comprehensive sprint metrics for review meeting.
/task-report blockers --show-dependencies --show-resolution
Deep dive into what's blocking progress.
/task-report export-jira /task-report export-asana /task-report export-github
/task-report api --generate-endpoint
Creates API endpoint for external access.
1. **Daily Reviews**: Run standup report each morning 2. **Weekly Summaries**: Generate performance reports on Fridays 3. **Sprint Planning**: Use velocity trends for estimation 4. **Stakeholder Updates**: Schedule automated executive summaries
Each report can include:
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:…