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:

  1. Fetch areas (things_get_areas) and tags (things_get_tags)
  2. 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
  3. Generate short descriptions and examples for each area and tag based on the todos they contain
  4. Ask the user if they have any daily routine todos (recurring tasks to auto-create on weekdays), or skip if they don't
  5. Present the generated config for confirmation, then save to assets/config.json
  6. Proceed to Step 1
Installs
34
Repository
apocohq/skills
GitHub Stars
4
First Seen
Feb 19, 2026
things-morning-organizer — apocohq/skills