docs/usage/agent/gtd.mdx
Task Tools (lobe-task) is the built-in Skill that turns your Agent into a task management partner. It's enabled by default for every Agent — no setup required. Capture ideas, track progress, break work into subtasks, assign them to other Agents, and automate recurring follow-through, all through natural conversation. Sudden inspiration, a household chore, or a multi-step project plan — your Agent records it, structures it, and helps drive it to completion.
Unlike marketplace Skills, lobe-task ships as one of the default tools every Agent has available — you don't need to open Agent Profile and click + Add Skill to turn it on. If you've customized an Agent's tool list and removed it, you can re-enable it from Agent Profile → + Add Skill → Task Tools, but for a fresh Agent it's already active.
Send your plans in the conversation — your Agent recognizes intent and creates a task automatically. No forms, no extra steps.
Examples:
Update tasks through conversational commands, or let a run finish and update its own status. Your Agent handles the details.
Examples:
Tasks can have subtasks and dependencies, and each task can be assigned to a specific Agent:
A task can be turned into a recurring job instead of a one-off: give it a cron schedule or a fixed heartbeat interval, and the Agent runs it automatically going forward. See Scheduled Tasks for the full walkthrough — from the Agent conversation, open Tasks in the left panel, select a task, and use its Automation section to configure the schedule.
If you use the LobeHub CLI, the same task system is available from the command line via lh task:
lh task list # list your tasks
lh task view T-1 # view a task's details
lh task create -i "Draft the release notes" # create a task
lh task edit T-1 --status completed # update a task's status
This is useful for scripting task creation, checking status from automation, or managing tasks alongside coding sessions without switching to the UI.
Capture on the fly — An idea strikes during a meeting? Tell your Agent in one sentence. No need to switch apps or open a task manager.
Weekly planning — Start a conversation: "Here's what I need to do this week…" Your Agent structures it into a manageable list of tasks and subtasks.
Context switching — Moving from one project to another? Ask "What did I leave unfinished on the marketing project?" and pick up where you left off.
Delegated work — Break a project into subtasks and assign each one to the Agent best suited for it, then let dependencies and the Automation schedule drive execution.
Collaboration prep — Before a team sync, ask "What are my action items from last week?" and show up prepared.
| Feature | Best For |
|---|---|
| Task Tools | Task lists, subtasks, deadlines, delegation, progress tracking — through conversation |
| Notebook | Saving notes, reports, research — documents linked to a Topic |
| Scheduled Tasks | Automated recurring runs — driven by a task's Automation schedule |
Use Task Tools for everyday task management and delegation; use a task's Automation section when you want it to run itself on a schedule.
<Card href={'/docs/usage/agent/scheduled-task'} title={'Scheduled Tasks'} />
<Card href={'/docs/usage/getting-started/lobe-ai'} title={'Lobe AI'} /> </Cards>