karea_doing
Record what you are working on right now as an in-progress task, with options to set deadline, priority, category, and link your AI coding session.
Instructions
Create a task you are working on right now (status: in_progress)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sla | No | Deadline: 2d, 5h, tomorrow, monday | |
| category | No | Category name | |
| priority | No | Priority 1-5 (1=critical) | |
| toolType | No | Optional: your AI provider ("claude-code" / "opencode" / "codex" / "cursor" / "aider" / "other"). Required when aiSessionId is supplied. | |
| projectId | No | Project name or ID | |
| aiSessionId | No | Optional: your current AI CLI session ID. When paired with toolType, atomically links this session to the affected task (equivalent to calling karea_link_session, but saves the round-trip). For Claude Code use the id from `claude --resume`. | |
| description | Yes | What you are doing | |
| sessionLabel | No | Optional short label for the linked session (e.g. "Feature draft"). |