sc-estimate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Development Estimation Skill

开发估算Skill

Systematic estimation with confidence intervals and risk assessment.
带有置信区间和风险评估的系统化估算。

Quick Start

快速开始

bash
undefined
bash
undefined

Time estimate with breakdown

Time estimate with breakdown

/sc:estimate "auth system" --type time --unit days --breakdown
/sc:estimate "auth system" --type time --unit days --breakdown

Complexity assessment

Complexity assessment

/sc:estimate "microservices migration" --type complexity
/sc:estimate "microservices migration" --type complexity

Effort analysis

Effort analysis

/sc:estimate "performance optimization" --type effort --unit hours
undefined
/sc:estimate "performance optimization" --type effort --unit hours
undefined

Behavioral Flow

行为流程

  1. Analyze - Examine scope, complexity, and dependencies
  2. Calculate - Apply estimation methodology with benchmarks
  3. Validate - Cross-reference with domain expertise
  4. Present - Provide breakdown with confidence intervals
  5. Track - Document for accuracy improvement
  1. 分析 - 检查范围、复杂度和依赖关系
  2. 计算 - 应用带有基准的估算方法
  3. 验证 - 结合领域专业知识交叉参考
  4. 呈现 - 提供带有置信区间的细分结果
  5. 跟踪 - 记录结果以提升准确性

Flags

参数

FlagTypeDefaultDescription
--type
stringtimetime, effort, complexity
--unit
stringdayshours, days, weeks
--breakdown
boolfalseShow detailed breakdown
参数类型默认值描述
--type
字符串timetime(时间)、effort(工作量)、complexity(复杂度)
--unit
字符串dayshours(小时)、days(天)、weeks(周)
--breakdown
布尔值false显示详细细分

Personas Activated

激活的角色

  • architect - Design complexity assessment
  • performance - Optimization effort analysis
  • project-manager - Timeline and resource planning
  • architect - 设计复杂度评估
  • performance - 优化工作量分析
  • project-manager - 时间线与资源规划

MCP Integration

MCP集成

  • PAL MCP - Multi-perspective estimate validation
  • PAL MCP - 多视角估算验证

Evidence Requirements

证据要求

This skill does NOT require hard evidence. Deliverables are:
  • Estimates with confidence intervals
  • Risk factor identification
  • Breakdown documentation
本Skill无需硬性证据。交付成果包括:
  • 带有置信区间的估算结果
  • 风险因素识别
  • 细分文档

Estimation Types

估算类型

Time (
--type time
)

时间(
--type time

  • Calendar duration estimates
  • Milestone planning
  • Deadline assessment
  • 日历时长估算
  • 里程碑规划
  • 截止日期评估

Effort (
--type effort
)

工作量(
--type effort

  • Person-hours/days required
  • Resource allocation guidance
  • Team capacity planning
  • 所需人时/人天
  • 资源分配指导
  • 团队容量规划

Complexity (
--type complexity
)

复杂度(
--type complexity

  • Technical complexity scoring
  • Risk factor identification
  • Dependency mapping
  • 技术复杂度评分
  • 风险因素识别
  • 依赖关系映射

Confidence Levels

置信水平

Estimates include confidence intervals:
  • High (85-95%) - Well-understood scope
  • Medium (70-84%) - Some unknowns
  • Low (50-69%) - Significant uncertainty
估算结果包含置信区间:
  • 高(85-95%) - 范围清晰明确
  • 中(70-84%) - 存在部分未知因素
  • 低(50-69%) - 存在显著不确定性

Examples

示例

Feature Estimation

功能估算

/sc:estimate "user authentication" --type time --unit days --breakdown
/sc:estimate "user authentication" --type time --unit days --breakdown

Breakdown: DB design (2d) + API (3d) + UI (2d) + Tests (1d)

Breakdown: DB design (2d) + API (3d) + UI (2d) + Tests (1d)

Total: 8 days @ 85% confidence

Total: 8 days @ 85% confidence

undefined
undefined

Complexity Assessment

复杂度评估

/sc:estimate "monolith to microservices" --type complexity --breakdown
/sc:estimate "monolith to microservices" --type complexity --breakdown

Architecture complexity with risk factors

Architecture complexity with risk factors

Dependency mapping and migration phases

Dependency mapping and migration phases

undefined
undefined

Effort Analysis

工作量分析

/sc:estimate "API performance optimization" --type effort --unit hours
/sc:estimate "API performance optimization" --type effort --unit hours

Profiling (4h) + Analysis (6h) + Implementation (16h) + Testing (8h)

Profiling (4h) + Analysis (6h) + Implementation (16h) + Testing (8h)

Total: 34 hours @ 75% confidence

Total: 34 hours @ 75% confidence

undefined
undefined

Tool Coordination

工具协作

  • Read/Grep/Glob - Codebase complexity analysis
  • TodoWrite - Estimation breakdown tracking
  • Task - Multi-domain estimation delegation
  • Bash - Dependency and project analysis
  • Read/Grep/Glob - 代码库复杂度分析
  • TodoWrite - 估算细分跟踪
  • Task - 多领域估算委托
  • Bash - 依赖关系与项目分析