Add new tasks with intelligent parsing and context awareness.
Add new tasks with intelligent parsing and context awareness. Arguments: $ARGUMENTS ## Smart Task Addition Parse natural language to create well-structured tasks. ### 1. **Input Understanding** I'll intelligently parse your request: - Natural language → Structured task - Detect priority from keywords (urgent, ASAP, important) - Infer dependencies from context - Suggest complexity based on description - Determine task type (feature, bug, refactor, test, docs) ### 2. **Smart Parsing Examples** **"Add urgent task to fix login bug"** → Title: Fix login bug → Priority: high → Type: bug → ...