2025-06-25 16:51:53 +02:00
|
|
|
**Purpose**: Project complexity and time estimation
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2025-06-24 22:46:52 +02:00
|
|
|
@include shared/universal-constants.yml#Universal_Legend
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
## Command Execution
|
|
|
|
|
Execute: immediate. --plan→show plan first
|
|
|
|
|
Legend: Generated based on symbols used in command
|
|
|
|
|
Purpose: "[Action][Subject] in $ARGUMENTS"
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
Provide comprehensive time, complexity, and resource estimates for tasks specified in $ARGUMENTS.
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-24 22:46:52 +02:00
|
|
|
@include shared/flag-inheritance.yml#Universal_Always
|
|
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
Examples:
|
|
|
|
|
- `/estimate "Add user authentication"` - Quick feature estimate
|
|
|
|
|
- `/estimate --scope project --detail high --team medium` - Detailed project estimation
|
|
|
|
|
- `/estimate --scope migration --team large --ultrathink` - Migration project estimation
|
2025-06-24 22:46:52 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
Estimation modes:
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--scope:** Estimation scope
|
|
|
|
|
- feature: Single feature estimation | epic: Multi-feature epic
|
|
|
|
|
- project: Full project scope | refactor: Code refactoring effort | migration: Data/system migration
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--team:** Team size
|
|
|
|
|
- solo: Single developer | small: 2-3 developers
|
|
|
|
|
- medium: 4-8 developers | large: 9+ developers
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
**--detail:** Estimation detail level
|
|
|
|
|
- high: Detailed breakdown | medium: Standard estimates | low: Quick rough estimates
|
2025-06-24 22:46:52 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
## Estimation Framework
|
2025-06-24 22:46:52 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/execution-patterns.yml#Estimation_Methodology
|
2025-06-24 22:46:52 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/docs-patterns.yml#Standard_Notifications
|
2025-06-24 21:24:14 +02:00
|
|
|
|
2025-06-25 00:21:27 +02:00
|
|
|
@include shared/universal-constants.yml#Standard_Messages_Templates
|