* Fix Cursor deeplink installation with copy-paste instructions (#723) * fix: expand-task (#755) * docs: Update o3 model price (#751) * docs: Auto-update and format models.md * docs: Auto-update and format models.md * feat: Add Claude Code task master commands Adds Task Master slash commands for Claude Code under /project:tm/ namespace --------- Co-authored-by: Joe Danziger <joe@ticc.net> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Co-authored-by: Volodymyr Zahorniak <7808206+zahorniak@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com>
1.0 KiB
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
-
Task Analysis
- Review task complexity
- Identify components
- Detect technical challenges
- Estimate time requirements
-
Subtask Generation
- Create 3-7 subtasks typically
- Each subtask 1-4 hours
- Logical implementation order
- Clear acceptance criteria
-
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:
- Show subtask hierarchy
- Update time estimates
- Suggest implementation order
- Highlight critical path