* 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>
51 lines
999 B
Markdown
51 lines
999 B
Markdown
Expand all pending tasks that need subtasks.
|
|
|
|
## Bulk Task Expansion
|
|
|
|
Intelligently expands all tasks that would benefit from breakdown.
|
|
|
|
## Execution
|
|
|
|
```bash
|
|
task-master expand --all
|
|
```
|
|
|
|
## Smart Selection
|
|
|
|
Only expands tasks that:
|
|
- Are marked as pending
|
|
- Have high complexity (>5)
|
|
- Lack existing subtasks
|
|
- Would benefit from breakdown
|
|
|
|
## Expansion Process
|
|
|
|
1. **Analysis Phase**
|
|
- Identify expansion candidates
|
|
- Group related tasks
|
|
- Plan expansion strategy
|
|
|
|
2. **Batch Processing**
|
|
- Expand tasks in logical order
|
|
- Maintain consistency
|
|
- Preserve relationships
|
|
- Optimize for parallelism
|
|
|
|
3. **Quality Control**
|
|
- Ensure subtask quality
|
|
- Avoid over-decomposition
|
|
- Maintain task coherence
|
|
- Update dependencies
|
|
|
|
## Options
|
|
|
|
- Add `force` to expand all regardless of complexity
|
|
- Add `research` for enhanced AI analysis
|
|
|
|
## Results
|
|
|
|
After bulk expansion:
|
|
- Summary of tasks expanded
|
|
- New subtask count
|
|
- Updated complexity metrics
|
|
- Suggested task order |