estimate-assistant

Generate accurate project time estimates

Content Preview
# estimate-assistant

Generate accurate project time estimates

## Purpose
This command analyzes past commits, PR completion times, code complexity metrics, and team performance to provide accurate task estimates. It helps teams move beyond gut-feel estimates to data-backed predictions.

## Usage
```bash
# Estimate a specific task based on description
claude "Estimate task: Implement OAuth2 login flow with Google"

# Analyze historical accuracy of estimates
claude "Show estimation accuracy for t
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/estimate-assistant.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/estimate-assistant.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/estimate-assistant.md

Related Skills