Files
SuperClaude/.claude/commands/estimate.md
NomenAK d24503ca02 refactor: Complete SuperClaude v2 migration with @include reference system
- Migrate all command files to use @include reference system
- Consolidate shared patterns into new yml structure
- Create central superclaude shared configuration files
- Remove deprecated markdown files (MCP.md, PERSONAS.md, RULES.md)
- Add new documentation structure in docs/
- Update installation script for new architecture
- Add ROADMAP.md and VERSION files

This completes the major architectural refactor to improve maintainability
and reduce duplication across the SuperClaude command system.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 16:51:53 +02:00

1.3 KiB

Purpose: Project complexity and time estimation


@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