1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| /chiron-task | Add task with smart defaults - create task with proper formatting and placement |
Add Task
Create a task with proper Obsidian Tasks formatting.
Steps
- Parse task details from request:
- Task description
- Priority (if specified: critical, high, low)
- Due date (if specified)
- Context/project/area (if specified)
- Owner (if specified: @mention)
- Determine location:
- Project-specific →
~/CODEX/01-projects/[project]/_index.mdortasks.md - Area-specific →
~/CODEX/02-areas/[area].md - General →
~/CODEX/tasks/inbox.md
- Project-specific →
- Create task in Obsidian format:
- [ ] Task description #tag [priority] 👤 [@owner] 📅 YYYY-MM-DD - Confirm with task details and location
Expected Output
Task created in appropriate location with:
- Proper Obsidian Tasks format
- Priority indicator (⏫/🔼/🔽 or none)
- Due date if specified
- Owner attribution if specified
- Link to project/area if applicable
Related Skills
task-management- Task creation and placement logicchiron-core- PARA methodology for task placementobsidian-management- File operationsproject-structures- Project task placement