Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions productivity/skills/task-management/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Task format:
- Read the Waiting On section
- Note how long each item has been waiting

## Task Interpretation Rules

When interpreting user input related to tasks:

- If a single message contains multiple distinct tasks, split them into separate task entries.
- Preserve the user’s original wording for task titles whenever possible.
- If task intent or a due date is ambiguous, ask a clarifying question before writing to `TASKS.md`.
- Do not infer deadlines, priorities, or assignees unless explicitly stated by the user.

## Conventions

- **Bold** the task title for scannability
Expand Down