Files
SuperClaude/.claude/commands/estimate.md
NomenAK 23a103d5dc refactor: Standardize @include reference system across all command files
- Fix @include references to use underscore format (Universal_Legend, Standard_Messages_Templates)
- Add missing ultracompressed.yml shared pattern file
- Update broken reference paths in all 18 command files
- Ensure consistent template naming across command system
- Optimize command file structure with standardized includes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 00:21:27 +02:00

1.3 KiB

@include shared/universal-constants.yml#Universal_Legend

Command Execution

Execute: immediate. --plan→show plan first Legend: Generated based on symbols used in command Purpose: "[Action][Subject] in $ARGUMENTS"

Provide comprehensive time, complexity, and resource estimates for tasks specified in $ARGUMENTS.

@include shared/flag-inheritance.yml#Universal_Always

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

Estimation modes:

--scope: Estimation scope

  • feature: Single feature estimation | epic: Multi-feature epic
  • project: Full project scope | refactor: Code refactoring effort | migration: Data/system migration

--team: Team size

  • solo: Single developer | small: 2-3 developers
  • medium: 4-8 developers | large: 9+ developers

--detail: Estimation detail level

  • high: Detailed breakdown | medium: Standard estimates | low: Quick rough estimates

Estimation Framework

@include shared/execution-patterns.yml#Estimation_Methodology

@include shared/docs-patterns.yml#Standard_Notifications

@include shared/universal-constants.yml#Standard_Messages_Templates