AI Agent Hub
Back to skills
Personal Goals Pro icon

Personal Goals Pro

Life Service Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_f3bf9b16/personal-goals-pro according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Turn broad annual intentions and monthly commitments into traceable daily execution. Personal Goals Pro uses annual goals, monthly goals, and daily tasks to store progress, notes, and completion logs, and can produce daily reminders, next-day task generation, and monthly summaries.

How It Works

The skill reads config.json and stores JSON data: annual goals in goals_yearly.json, and monthly goals, daily tasks, and completion records in monthly/YYYY-MM.json. Supported workflows include adding goals, viewing today's tasks, appending notes, completing or deleting goals, generating tomorrow's tasks, and summarizing the month. Scheduled jobs are triggered by an external scheduler, for example an 08:00 reminder for uncompleted tasks, a 21:00 next-day task generation, and a month-end 21:00 review. Daily task generation reads active monthly and annual goals and shortens their content into tasks without inventing quantities, frequency, or duration; corrupted data files are backed up as .broken before rebuilding to reduce silent data loss.

Use Cases

  • Review uncompleted tasks at 08:00 and trace each task to its annual or monthly goal.
  • Generate next-day tasks at 21:00 from active annual and monthly goals while preserving manual tasks.
  • Summarize monthly completion_log at month-end 21:00 for completion rate and goal status.
  • Backfill yesterday or cross-month tasks into the monthly file matching the target date.

Best For

  • Early-career professionals planning annual goals and needing daily execution items.
  • Independent consultants managing monthly project goals and needing month-end completion summaries.
  • Technical users configuring Claw scheduled tasks and wanting reminders pushed to IM.
  • Knowledge workers using Markdown and JSON to track goals and needing corrupt-file backups.