skills$openclaw/daily-review
itsflow6.5k

by itsflow

daily-review – OpenClaw Skill

daily-review is an OpenClaw Skills integration for planning workflows. End-of-day review to capture progress, insights, and plan tomorrow

6.5k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

namedaily-review
descriptionEnd-of-day review to capture progress, insights, and plan tomorrow OpenClaw Skills integration.
owneritsflow
repositoryitsflow/daily-review-ritual
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @itsflow/daily-review-ritual
last updatedFeb 7, 2026

Maintainer

itsflow

itsflow

Maintains daily-review in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
291 B
SKILL.md
1.5 KB
SKILL.md

name: daily-review description: End-of-day review to capture progress, insights, and plan tomorrow version: 1.0.0 author: theflohart tags: [productivity, review, planning, reflection]

Daily Review

Conduct an end-of-day review to capture progress and set up tomorrow.

Usage

/daily-review

Review Process

  1. Today's Activity

    • Find all notes modified today
    • Identify new notes created
    • Review work across all projects
  2. Progress Assessment

    • What was accomplished?
    • What got stuck or blocked?
    • What unexpected discoveries emerged?
  3. Capture Insights

    • Key learnings from today
    • New connections discovered
    • Questions that arose
  4. Tomorrow's Setup

    • Top 3 priorities
    • Open loops to close
    • Questions to explore

Output Format

Create or update a daily note with:

# Daily Review - [Date]

## Accomplished

- [Completed item 1]
- [Completed item 2]

## Progress Made

- [Project/Area]: [What moved forward]
- [Project/Area]: [What moved forward]

## Insights

- [Key realization or connection]
- [Important learning]

## Blocked/Stuck

- [What didn't progress and why]

## Discovered Questions

- [New question that emerged]
- [Thing to research]

## Tomorrow's Focus

1. [Priority 1]
2. [Priority 2]
3. [Priority 3]

## Open Loops

- [ ] [Thing to remember]
- [ ] [Person to follow up with]
- [ ] [Idea to develop]

Additional Actions

  • Move completed project tasks to archive
  • Update project status notes
  • Link related discoveries
  • Flag items needing attention
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install daily-review?

Run openclaw add @itsflow/daily-review-ritual in your terminal. This installs daily-review into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/itsflow/daily-review-ritual. Review commits and README documentation before installing.