Files
claude-task-master/.claude/commands/tm/expand/expand-task.md
Ralph Khreish 4629128943 fix: task master (tm) custom slash commands w/ proper syntax (#968)
* feat: add task master (tm) custom slash commands

Add comprehensive task management system integration via custom slash commands.
Includes commands for:
- Project initialization and setup
- Task parsing from PRD documents
- Task creation, update, and removal
- Subtask management
- Dependency tracking and validation
- Complexity analysis and task expansion
- Project status and reporting
- Workflow automation

This provides a complete task management workflow directly within Claude Code.

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

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: add changeset

---------

Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-20 00:51:41 +03:00

1.0 KiB

Break down a complex task into subtasks.

Arguments: $ARGUMENTS (task ID)

Intelligent Task Expansion

Analyzes a task and creates detailed subtasks for better manageability.

Execution

task-master expand --id=$ARGUMENTS

Expansion Process

  1. Task Analysis

    • Review task complexity
    • Identify components
    • Detect technical challenges
    • Estimate time requirements
  2. Subtask Generation

    • Create 3-7 subtasks typically
    • Each subtask 1-4 hours
    • Logical implementation order
    • Clear acceptance criteria
  3. Smart Breakdown

    • Setup/configuration tasks
    • Core implementation
    • Testing components
    • Integration steps
    • Documentation updates

Enhanced Features

Based on task type:

  • Feature: Setup → Implement → Test → Integrate
  • Bug Fix: Reproduce → Diagnose → Fix → Verify
  • Refactor: Analyze → Plan → Refactor → Validate

Post-Expansion

After expansion:

  1. Show subtask hierarchy
  2. Update time estimates
  3. Suggest implementation order
  4. Highlight critical path