boundary-bbcr-fallback
Execute automatic BBCR (Collapse-Rebirth Correction) when knowledge boundaries are exceeded or reasoning fails.
Track and monitor project milestone progress
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/milestone-trackerContext preview
What this command does when you run it.
Track and monitor project milestone progress
Track and monitor project milestone progress
1. **Check Available Tools**
2. **Gather Milestone Data**
3. **Analyze Milestone Progress** For each milestone:
4. **Perform Predictive Analysis**
5. **Risk Assessment** Evaluate each milestone for:
6. **Generate Milestone Report** Create comprehensive report showing:
7. **Track Dependencies**
8. **Provide Recommendations** Based on analysis:
1. Check Linear for project milestones/roadmap items 2. Scan GitHub for milestone definitions 3. Analyze git tags for release history 4. Review README/docs for project roadmap 5. Ask user for additional context if needed
Linear/Project Management: - Milestone definitions and due dates - Associated tasks and dependencies - Team assignments and capacity - Progress percentages - Blocker status GitHub: - Milestone issue tracking - PR associations - Release tags and dates - Branch protection rules Git History: - Commit velocity trends - Feature branch lifecycle - Release cadence patterns - Contributor availability
# Milestone Tracking Report - [Project Name] Generated: [Date] ## Executive Summary - Total Milestones: [Count] - On Track: [Count] ([%]) - At Risk: [Count] ([%]) - Blocked: [Count] ([%]) - Completed: [Count] ([%]) ## Milestone Dashboard ### ๐ฏ Current Sprint Milestone: [Name] **Target Date**: [Date] (in [X] days) **Confidence Level**: [High/Medium/Low] Progress: โโโโโโโโโโ 80% Complete **Key Deliverables**: - โ User Authentication System - โ Database Schema Migration - ๐ API Integration (75%) - โณ Documentation Update (0%) - โ Performance Testing (Blocked) **Health Indicators**: - Velocity Trend: โ Declining (-15%) - Burn Rate: ๐ด Behind Schedule - Risk Level: Medium - Team Capacity: 85% allocated ### ๐ Upcoming Milestones #### Q1 2024: Beta Release **Target**: March 15, 2024 **Status**: ๐ก At Risk Timeline:
Jan โโโโโโโโโโโโโโโโโโโโ 60% Feb โโโโโโโโโโโโโโโโโโโโ 0% Mar โโโโโโโโโโโโโโโโโโโโ 0%
**Dependencies**: - Alpha Testing Complete โ - Security Audit (In Progress) - Marketing Website (Not Started) **Predicted Completion**: March 22 (+7 days) **Confidence**: 65% #### Q2 2024: Public Launch **Target**: June 1, 2024 **Status**: ๐ข On Track Key Milestones Path: 1. Beta Release โ 2. User Feedback Integration โ 3. Production Deployment **Critical Path Items**: - Infrastructure Setup (Start: April 1) - Load Testing (Duration: 2 weeks) - Security Certification (Lead time: 4 weeks)
## Completion Predictions ### Machine Learning Model Predictions Based on historical data and current velocity: **Beta Release Probability**: - On Time (Mar 15): 35% - 1 Week Delay: 45% - 2+ Week Delay: 20% **Factors Influencing Prediction**: 1. Current velocity 15% below plan 2. 2 critical dependencies unresolved 3. Team member on leave next week 4. Historical milestone success rate: 72% ### Monte Carlo Simulation Results Running 1000 simulations based on task estimates:
Completion Date Distribution: Mar 10-15: โโโโ 20% Mar 16-22: โโโโโโโโ 40% Mar 23-31: โโโโโโ 30% April+ : โโ 10%
P50 Date: March 19 P90 Date: March 28
### Risk-Adjusted Timeline Recommended buffer: +5 days Confident delivery date: March 20
## Milestone Dependencies
### Critical Path Analysis
```mermaid
gantt
title Critical Path to Beta Release
dateFormat YYYY-MM-DD
section Backend
API Development :done, api, 2024-01-01, 30d
Database Migration :active, db, 2024-02-01, 14d
Security Audit : sec, after db, 21d
section Frontend
UI Components :done, ui, 2024-01-15, 21d
Integration :active, int, after ui, 14d
User Testing : ut, after int, 7d
section Deploy
Infrastructure : inf, 2024-03-01, 7d
Beta Deployment :crit, dep, after sec ut inf, 3d| Dependency | Impact | Likelihood | Mitigation | |------------|--------|------------|------------| | Security Audit Delay | High | Medium | Start process early | | API Rate Limits | Medium | Low | Implement cac
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:โฆ