things-morning-organizer
Installation
SKILL.md
Morning Review
Help the user start their day by organizing their Things todos and providing a clear, prioritized briefing.
Step 0. Load Configuration
Check for assets/config.json in this skill's directory.
If config exists → Load it and proceed to Step 1.
If config does NOT exist → Auto-generate it:
- Fetch areas (
things_get_areas) and tags (things_get_tags) - Fetch todos across all lists (
things_get_today,things_get_anytime,things_get_upcoming,things_get_someday) to infer what each area and tag is used for - Generate short descriptions and examples for each area and tag based on the todos they contain
- Ask the user if they have any daily routine todos (recurring tasks to auto-create on weekdays), or skip if they don't
- Present the generated config for confirmation, then save to
assets/config.json - Proceed to Step 1