process-journal

Process morning journal entries into summaries, priorities, and Todoist tasks.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/RS42-AI/ai-os-lite --skill process-journal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-journal
Source: https://github.com/RS42-AI/ai-os-lite/tree/main/plugins/ai-os-lite/skills/process-journal
Command: npx skills add https://github.com/RS42-AI/ai-os-lite --skill process-journal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the processing of morning journal entries and extracts actionable insights, summaries, and priorities, streamlining the daily reflection and planning workflow.

Core Features & Use Cases

  • Journal Entry Processing: Extracts AI-generated summaries, moods, and prioritizes tasks from journal entries.
  • Task Prioritization: Groups priorities into 'Must do', 'Focus work', 'If time', and 'Also on the radar' categories.
  • Todoist Integration: Converts priorities into Todoist tasks with deduplication.
  • Use Case: After writing a journal entry, use this Skill to automatically summarize your day and prioritize your tasks, ensuring you're focused on the most important items.

Quick Start

Use the process-journal skill to process today's journal entry. Command: /process-journal

Frequently Asked Questions about process-journal

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

FAQPage Schema
How do I automate Todoist task creation from my daily journal entries?

You can automate Todoist task creation by processing morning journal entries to extract summaries and priorities, then grouping them into actionable tasks with Todoist CLI. This process includes deduplication to prevent duplicate tasks.

What is the best way to categorize tasks extracted from a journal entry?

The best way to categorize tasks from a journal entry is by grouping them into 'Must do', 'Focus work', 'If time', and 'Also on the radar' categories. This ensures you focus on the most important items extracted from your daily reflections.

Do I need Obsidian to process journal entries and generate AI summaries?

Yes, you need Obsidian CLI for file read/write and Obsidian MCP for semantic search and section replacement to process journal entries. These tools enable the Skill to extract AI-generated summaries, moods, and priorities from your notes.

Can I use Todoist to deduplicate tasks generated from my morning journal?

Yes, Todoist CLI is used for task creation and deduplication when converting journal priorities into actionable tasks. This ensures that tasks generated from your morning journal entries do not create duplicates in your task manager.

How does semantic search work when processing journal entries for priority planning?

Semantic search processes journal entries by using Obsidian MCP to find and replace specific sections within your notes. This allows the Skill to accurately extract insights, moods, and priorities for your daily reflection and planning workflow.

Why does the task prioritization process require multiple command-line tools?

The task prioritization process requires multiple tools because it reads journal files via Obsidian CLI, searches context via Obsidian MCP, looks up people via QMD Search, and creates tasks via Todoist CLI. This combination automates the entire daily planning workflow.