task-parsing
Installation
SKILL.md
Task Parsing
Convert natural language into structured task format.
Task Format
- [ ] Task description @project #tag !priority ~estimate
Parsing Rules
Priority Detection
| Input Pattern | Priority |
|---|---|
| "urgent", "ASAP", "critical", "blocking" | !high |
| "important", "should", "need to" | !medium |
| "when possible", "eventually", "nice to have" | !low |
Related skills