things-todo

Convert conversational action items into Things 3 tasks and projects.

Updated Apr 14, 2024
One-click install
npx skills add https://github.com/youguanxinqing/dotfiles --skill things-todo-youguanxinqing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: things-todo
Source: https://github.com/youguanxinqing/dotfiles/tree/main/skills/things-todo
Command: npx skills add https://github.com/youguanxinqing/dotfiles --skill things-todo-youguanxinqing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts vague action items, task lists, and project next steps from a conversation into import-ready tasks inside Things 3 so you can manage them instead of losing them in chat.

Core Features & Use Cases

  • Clickable Things 3 JSON import links that create either Inbox to-dos or a structured Things project.
  • Automatic structuring into projects with phase headings or grouped inbox items depending on how coherent the actions are.
  • Scheduling and prioritization logic using when/deadline/today/anytime/someday rules to keep tasks actionable and visible at the right time.

Quick Start

Ask for tasks from the assistant and tell it to send them to Things, for example: “Plan this out as Tasks and send them to Things 3.”

Frequently Asked Questions about things-todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert conversational action items into Things 3 tasks?

Things 3 task import works by generating a clickable things:///json URL payload that follows Things 3 object schemas with correct types, headings, and checklist items to create structured inbox to-dos or projects.

Can I schedule and prioritize next actions when sending them to Things 3?

Yes, you can schedule and prioritize next actions by applying when/deadline/today/anytime/someday rules during JSON payload generation to keep tasks actionable and visible at the right time inside Things 3.

Does this tool support structuring a project plan with phase headings in Things 3?

Yes, it supports structuring a project plan by automatically organizing coherent action items into structured Things 3 projects complete with phase headings or grouped inbox items based on the conversation context.

How do I generate a Things 3 JSON import link from a todo list?

To generate a Things 3 JSON import link from a todo list, simply ask the assistant to plan out your tasks and send them to Things 3, which produces a clickable URL-encoded things:///json payload for immediate import.

What are the limitations of using JSON payloads for Things 3 project planning?

The limitation of using JSON payloads for Things 3 project planning is that the generated things:///json payload must strictly adhere to Things 3 object schemas, requiring validated task attributes to ensure successful import without structural errors.