sc-estimate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Development 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

参数说明

  • target
    - Task, feature, or project to estimate
  • --type
    - Estimation type (time, effort, complexity, cost)
  • --unit
    - Time unit for estimates (hours, days, weeks)
  • --breakdown
    - Provide detailed breakdown of estimates
  • target
    - 要估算的任务、功能或项目
  • --type
    - 估算类型(时间、工作量、复杂度、成本)
  • --unit
    - 估算的时间单位(小时、天、周)
  • --breakdown
    - 提供估算的详细拆分

Execution

执行流程

  1. Analyze scope and requirements of target
  2. Identify complexity factors and dependencies
  3. Apply estimation methodologies and historical data
  4. Generate estimates with confidence intervals
  5. Present detailed breakdown with risk factors
  1. 分析目标的范围和需求
  2. 识别复杂度因素和依赖关系
  3. 应用估算方法和历史数据
  4. 生成带有置信区间的估算结果
  5. 呈现包含风险因素的详细拆分内容

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 进行基于模式的估算
  • 维护结构化的估算文档