sc-estimate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDevelopment Estimation
开发估算
Generate accurate development estimates for tasks, features, or projects based on complexity analysis.
基于复杂度分析,为任务、功能或项目生成精准的开发估算。
When to use
使用场景
- User asks for time or effort estimates
- Project sizing or scoping needed
- Complexity assessment requested
- Sprint planning or resource allocation needed
- Cost or timeline estimation required
- 用户询问时间或工作量估算
- 需要确定项目规模或范围
- 要求进行复杂度评估
- 需要进行迭代规划或资源分配
- 需要进行成本或时间线估算
Instructions
使用说明
Usage
使用方法
/sc:estimate [target] [--type time|effort|complexity|cost] [--unit hours|days|weeks]/sc:estimate [target] [--type time|effort|complexity|cost] [--unit hours|days|weeks]Arguments
参数说明
- - Task, feature, or project to estimate
target - - Estimation type (time, effort, complexity, cost)
--type - - Time unit for estimates (hours, days, weeks)
--unit - - Provide detailed breakdown of estimates
--breakdown
- - 要估算的任务、功能或项目
target - - 估算类型(时间、工作量、复杂度、成本)
--type - - 估算的时间单位(小时、天、周)
--unit - - 提供估算的详细拆分
--breakdown
Execution
执行流程
- Analyze scope and requirements of target
- Identify complexity factors and dependencies
- Apply estimation methodologies and historical data
- Generate estimates with confidence intervals
- Present detailed breakdown with risk factors
- 分析目标的范围和需求
- 识别复杂度因素和依赖关系
- 应用估算方法和历史数据
- 生成带有置信区间的估算结果
- 呈现包含风险因素的详细拆分内容
Claude Code Integration
Claude Code 集成
- Uses Read for requirement analysis
- Leverages Glob for codebase complexity assessment
- Applies Grep for pattern-based estimation
- Maintains structured estimation documentation
- 使用 Read 进行需求分析
- 借助 Glob 进行代码库复杂度评估
- 应用 Grep 进行基于模式的估算
- 维护结构化的估算文档