Daily Motivation Boost
Personalized motivational content aligned with your current goals, challenges, and preferred style
Daily Motivation Boost
Delivers personalized motivational content aligned with your current goals, active challenges, and preferred inspiration style. Goes beyond random quotes by understanding your context -- what you are working toward, what obstacles you face, and what type of motivation resonates with you (stoic, scientific, narrative, or practical). Integrates with Todoist, Notion, Apple Reminders, and goal tracking systems to make motivation actionable.
Supported Platforms & Integrations
| Platform | Setup Method | Auth Type | Notes |
|---|---|---|---|
| Todoist | REST API v2 | API token | Pulls active goals and overdue tasks for context |
| Notion | Notion API | API token | Reads goals database for alignment |
| Apple Reminders | AppleScript bridge | System permission | macOS, reads reminder lists for context |
| Google Calendar | Google Calendar API | OAuth 2.0 | Detects busy/light days for tone adjustment |
When to Use This Skill
- Use this when you have specific goals but struggle with daily motivation to work on them
- Use this when you want motivation tied to your actual life context, not generic inspiration
- Use this when you are going through a difficult project phase and need perspective
- Consider alternatives when you need accountability partners (this is self-directed)
Quick Start
# Minimal configuration - motivation-boost.yml skill: daily-motivation-boost schedule: "07:30" style: "stoic-practical" goals: - "Launch MVP by April 15" - "Run a half marathon by June" - "Read 24 books this year" current_challenges: - "Procrastinating on the hard technical work" - "Skipping morning runs when tired" tone: "direct" include_action_step: true
claude /daily-motivation-boost
Expected Output
DAILY MOTIVATION - Saturday, March 15, 2026
GOAL IN FOCUS: Launch MVP by April 15 (31 days remaining)
"The impediment to action advances action. What stands in the
way becomes the way." -- Marcus Aurelius
You mentioned procrastination on hard technical work as your main
obstacle. Here is what the research says: procrastination is rarely
about laziness. It is an emotional regulation problem -- you are
avoiding the discomfort of uncertainty in complex technical decisions.
The fix is not discipline. It is reducing the emotional barrier:
...
Advanced Configuration
Platform-Specific Setup
Todoist Goal Integration
goals_source: todoist todoist: api_token_env: "TODOIST_API_TOKEN" goal_project: "Goals 2026" include_overdue: true progress_metric: "completed_vs_total"
Full Options Reference
| Parameter | Type | Default | Description |
|---|---|---|---|
| schedule | string | "07:30" | Delivery time (morning recommended) |
| style | string | "mixed" | Style: stoic, scientific, narrative, practical, stoic-practical, growth-mindset |
| goals | array | [] | Current goals with optional deadlines |
| current_challenges | array | [] | Active obstacles and struggles |
| tone | string | "balanced" | Tone: gentle, balanced, direct, tough-love |
| include_action_step | boolean | true | End with a concrete micro-action |
Core Concepts
| Concept | Purpose | How It Works |
|---|---|---|
| Context-Aware Motivation | Makes motivation personally relevant | Reads your goals, challenges, and schedule to generate targeted content |
| Style Matching | Delivers motivation that resonates with you | Learns which styles you engage with most and adjusts over time |
| Progress Anchoring | Grounds motivation in real progress | Shows actual goal progress to counter the feeling of "not doing enough" |
| Obstacle Reframing | Transforms challenges into leverage | Applies cognitive reframing techniques to your specific stated obstacles |
Architecture
Goals Config ────> Goal Selector ──> Progress Calculator
|
Challenge List ──> Obstacle Analyzer ──> Reframing Engine
Workflow Examples
Scenario 1: Monday morning before a hard work week
Input: Calendar shows 8 meetings Tuesday, MVP deadline in 4 weeks, user described procrastination challenge Processing: Detects heavy upcoming week, selects "practical" style, focuses on time-blocking around meetings, and reframes the busy schedule as evidence of being needed. Output: Practical motivation focused on protecting 2 hours of deep work each day despite the meeting load, with a specific time-block suggestion.
Scenario 2: Post-setback recovery (missed a deadline)
Input: User manually updates challenge to "missed the March 10 milestone," tone preference is "direct" Processing: Acknowledges the miss without toxic positivity, calculates revised timeline feasibility, and provides a concrete recovery plan with adjusted milestones. Output: Direct but compassionate message acknowledging the setback, reframing it as data (not failure), and providing 3 adjusted milestones for the next 3 weeks.
Best Practices
-
Update your challenges weekly -- Stale challenge descriptions produce generic motivation. Spend 2 minutes each Sunday updating what you are actually struggling.
-
Match tone to your personality honestly -- If "gentle" makes you roll your eyes, switch to "direct" or "tough-love." If "tough-love" stresses you out, switch to.
-
Do the micro-action immediately -- The action step is designed to take under 30 minutes and to be completable right after reading. Doing it immediately creates.
Common Issues
-
Motivation feels generic despite setting goals -- Your goals might be too vague. "Get healthier" produces generic content. "Run a half marathon under 2 hours by June 15".
-
Todoist integration not finding goals -- Ensure your goals are in the project specified in goal_project. Tasks in the Inbox or other projects are not scanned. The.
Privacy & Data Handling
Your goals, challenges, and personal reflections are stored exclusively on your local machine in ~/.claude/data/motivation-boost/. No motivational content, goals, or personal context is transmitted to external services beyond the task management APIs you explicitly configure (Todoist, Notion). The skill does not share your data across sessions or with any analytics platform. Motivation logs are plain text files you own and control completely.
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
Full-Stack Code Reviewer
Comprehensive code review skill that checks for security vulnerabilities, performance issues, accessibility, and best practices across frontend and backend code.
Test Suite Generator
Generates comprehensive test suites with unit tests, integration tests, and edge cases. Supports Jest, Vitest, Pytest, and Go testing.
Pro Architecture Workspace
Battle-tested skill for architectural, decision, making, framework. Includes structured workflows, validation checks, and reusable patterns for development.