src/superclaude/commands/estimate.md
/sc:estimate [target] [--type time|effort|complexity] [--unit hours|days|weeks] [--breakdown]
Key behaviors:
/sc:estimate "user authentication system" --type time --unit days --breakdown
# Systematic analysis: Database design (2 days) + Backend API (3 days) + Frontend UI (2 days) + Testing (1 day)
# Total: 8 days with 85% confidence interval
/sc:estimate "migrate monolith to microservices" --type complexity --breakdown
# Architecture complexity analysis with risk factors and dependency mapping
# Multi-persona coordination for comprehensive assessment
/sc:estimate "optimize application performance" --type effort --unit hours
# Performance persona analysis with benchmark comparisons
# Effort breakdown by optimization category and expected impact
Will:
Will Not:
STOP AFTER ESTIMATION
This command produces an ESTIMATION REPORT ONLY - no implementation.
Explicitly Will NOT:
Output: Estimation report containing:
Next Step: After estimation, user decides on timeline. Use /sc:workflow for planning or /sc:implement for execution.