Task Understanding banner
Yrzhe Yrzhe

Task Understanding

Productivity community

Description

# Task Understanding - Parsing Complex User Requests ## Time-Bound Task Patterns When users request tasks with time qualifiers, understand the TRUE intent: ### Pattern 1: "时间 + 提醒我 + 动作" Examples: - "晚上提醒我调研XX" - "明天帮我查一下XX" - "下午提醒我分析XX" **Correct interpretation**: Create a SCHEDULED TASK that: 1. Executes the action (研究/调研/查/分析) at the specified time 2. Sends results to user when done **Wrong interpretation**: - ❌ Execute NOW + set a separate "提醒" reminder - ❌ Split into two independent

Installation

Installs to ~/.claude/skills/yrzhe-telegram-claude-bot-task_understanding/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yrzhe-telegram-claude-bot-task_understanding && curl -fsSL https://raw.githubusercontent.com/Yrzhe/telegram-claude-bot/HEAD/prompts/task_understanding.md -o ~/.claude/skills/yrzhe-telegram-claude-bot-task_understanding/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository