Estimate Assistant
Generate accurate task estimates using historical data, complexity analysis, and team velocity metrics
$ npx claude-code-templates@latest --command="team/estimate-assistant" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Estimate Assistant
Generate data-driven task estimates with confidence intervals and accuracy tracking: $ARGUMENTS
Current Estimation Context
- Team velocity: !
git log --oneline --since='1 month ago' | wc -lcommits in last month - Historical data: Git history analysis for similar task completion patterns
- Code complexity: !
find . -name ".js" -o -name ".ts" -o -name "*.py" | head -5 | xargs wc -l 2>/dev/null | tail -1 || echo "No code files" - Sprint tracking: Linear task completion times and estimate accuracy
Task
Execute comprehensive task estimation with historical analysis and confidence modeling:
Estimation Focus: Use $ARGUMENTS for task description analysis, historical pattern matching, complexity assessment, or team velocity calculation Estimation Framework:- Historical Pattern Analysis - Analyze similar past tasks, extract completion time patterns, identify velocity trends, calculate accuracy metrics
- Complexity Assessment - Evaluate technical complexity, assess scope uncertainty, identify risk factors, estimate effort distribution
- Team Velocity Integration - Calculate sprint velocity, analyze individual capacity, assess team expertise, factor in availability constraints
- Confidence Modeling - Generate confidence intervals, assess estimation uncertainty, identify risk factors, provide accuracy ranges
- Calibration Analysis - Compare past estimates vs actuals, identify systematic biases, calculate estimation accuracy, improve prediction models
- Context Integration - Factor in current sprint load, assess team familiarity, evaluate external dependencies, integrate deadline pressure
Related Claude Code Commands
Architecture Review
Comprehensive architecture review with design patterns analysis and improvement recommendations
Session Learning Capture
Capture and document session learnings with automatic knowledge integration and memory updates
Memory Spring Cleaning
Clean and organize project memory files with implementation synchronization and pattern updates
Issue Triage
Intelligent issue triage with automatic categorization, prioritization, and team assignment
Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
Sprint Planning
Plan and organize sprint workflows with Linear integration and capacity analysis
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.