packages/claude-code-plugin/commands/add-task.md
Add new tasks with intelligent parsing and context awareness.
Arguments: $ARGUMENTS
Parse natural language to create well-structured tasks.
I'll intelligently parse your request:
"Add urgent task to fix login bug" → Title: Fix login bug → Priority: high → Type: bug → Suggested complexity: medium
"Create task for API documentation after task 23 is done" → Title: API documentation → Dependencies: [23] → Type: documentation → Priority: medium
"Need to refactor auth module - depends on 12 and 15, high complexity" → Title: Refactor auth module → Dependencies: [12, 15] → Complexity: high → Type: refactor
Based on current project state:
Task Preview:
─────────────
Title: [Extracted title]
Priority: [Inferred priority]
Dependencies: [Detected dependencies]
Complexity: [Estimated complexity]
Suggestions:
- Similar task #34 exists, consider as dependency?
- This seems complex, break into subtasks?
- Tasks #45-47 work on same module
Before creating:
Intelligent defaults based on:
Result: High-quality tasks from minimal input.