All skills
Skillintermediate
estimate
Estimate effort and time for development tasks using structured sizing methodology.
Claude Code Knowledge Pack7/10/2026
Overview
Estimate effort and time for development tasks using structured sizing methodology.
Steps
- Read the task or feature description and identify all sub-tasks.
- For each sub-task, assess complexity:
- Estimate effort using T-shirt sizing:
- Apply risk multipliers:
- Sum estimates and add 20% buffer for integration and testing.
- Present optimistic, expected, and pessimistic estimates.
Format
Task: <description>
Sub-tasks:
- <task> [Size] [Risk: multiplier] = <estimate>
Total: <sum>
Rules
- Never give a single point estimate; always provide a range.
- Include testing time in every estimate.
- Flag tasks where the estimate confidence is low.