sc-estimate
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDevelopment Estimation Skill
开发估算Skill
Systematic estimation with confidence intervals and risk assessment.
带有置信区间和风险评估的系统化估算。
Quick Start
快速开始
bash
undefinedbash
undefinedTime 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
undefinedBehavioral Flow
行为流程
- Analyze - Examine scope, complexity, and dependencies
- Calculate - Apply estimation methodology with benchmarks
- Validate - Cross-reference with domain expertise
- Present - Provide breakdown with confidence intervals
- Track - Document for accuracy improvement
- 分析 - 检查范围、复杂度和依赖关系
- 计算 - 应用带有基准的估算方法
- 验证 - 结合领域专业知识交叉参考
- 呈现 - 提供带有置信区间的细分结果
- 跟踪 - 记录结果以提升准确性
Flags
参数
| Flag | Type | Default | Description |
|---|---|---|---|
| string | time | time, effort, complexity |
| string | days | hours, days, weeks |
| bool | false | Show detailed breakdown |
| 参数 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| 字符串 | time | time(时间)、effort(工作量)、complexity(复杂度) |
| 字符串 | days | hours(小时)、days(天)、weeks(周) |
| 布尔值 | 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时间(--type time
)
--type time- Calendar duration estimates
- Milestone planning
- Deadline assessment
- 日历时长估算
- 里程碑规划
- 截止日期评估
Effort (--type effort
)
--type effort工作量(--type effort
)
--type effort- Person-hours/days required
- Resource allocation guidance
- Team capacity planning
- 所需人时/人天
- 资源分配指导
- 团队容量规划
Complexity (--type complexity
)
--type 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 --breakdownBreakdown: 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
undefinedundefinedComplexity Assessment
复杂度评估
/sc:estimate "monolith to microservices" --type complexity --breakdown/sc:estimate "monolith to microservices" --type complexity --breakdownArchitecture complexity with risk factors
Architecture complexity with risk factors
Dependency mapping and migration phases
Dependency mapping and migration phases
undefinedundefinedEffort Analysis
工作量分析
/sc:estimate "API performance optimization" --type effort --unit hours/sc:estimate "API performance optimization" --type effort --unit hoursProfiling (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
undefinedundefinedTool 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 - 依赖关系与项目分析