sc-estimate

📁 htlin222/dotfiles 📅 Jan 25, 2026
18
总安装量
3
周安装量
#19451
全站排名
安装命令
npx skills add https://github.com/htlin222/dotfiles --skill sc-estimate

Agent 安装分布

opencode 3
gemini-cli 3
antigravity 3
claude-code 3
windsurf 3
codex 3

Skill 文档

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]

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

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

Claude Code Integration

  • Uses Read for requirement analysis
  • Leverages Glob for codebase complexity assessment
  • Applies Grep for pattern-based estimation
  • Maintains structured estimation documentation