morning-review

Reconcile overnight agent tasks and schedule daily actions via Telegram.

88|108|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/grandamenium/cortextos --skill morning-review-grandamenium
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: morning-review
Source: https://github.com/grandamenium/cortextos/tree/main/templates/orchestrator/.claude/skills/morning-review
Command: npx skills add https://github.com/grandamenium/cortextos --skill morning-review-grandamenium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns overnight agent activity into a clear morning briefing, reconciles completed work, refreshes goals, and schedules the next set of tasks automatically—so you can start the day informed and in control.

Core Features & Use Cases

  • Overnight summary & reconciliation: Checks agent heartbeats, reviews completed/in-progress tasks, reads prior memory, and resolves mismatches by marking tasks complete.
  • Services health checks with safe escalation: Probes Google Calendar, Notion, and the knowledge base; if a critical service fails, it immediately creates a prioritized HUMAN reauth task instead of discovering it later.
  • Goals cascade & task scheduling: Updates the organization’s daily focus from user input, regenerates per-agent goals, and dispatches a plan of user tasks plus agent support/autonomous tasks.
  • Approval-gated execution: Sends Telegram briefing messages and only dispatches approved actions afterward (e.g., “go all” or specific task numbers).
  • State & memory management: Logs briefing events, updates agent heartbeat status, and appends a dated memory entry for future continuity.

Quick Start

Tell the orchestrator to run the morning review so it sends you a Telegram briefing and proposes the day’s task plan based on overnight results.

Frequently Asked Questions about morning-review

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

FAQPage Schema
How do I automate a daily morning briefing for a multi-agent system?▼

To automate a daily morning briefing, you can use a Skill that reconciles overnight agent work, checks service health, and schedules tasks. It reads prior memory, updates goals from user focus, and sends an approval-gated Telegram task plan.

How do agent heartbeat and task reconciliation work during overnight runs?▼

Agent heartbeat and task reconciliation work by checking agent heartbeats, reviewing completed or in-progress tasks, and resolving mismatches by marking tasks complete. This ensures your shared file-bus tasks stay aligned with actual agent activity.

Can I schedule agent tasks and cascade goals using Telegram delivery?▼

Yes, you can schedule agent tasks and cascade goals using Telegram delivery. The process updates the daily focus from user input, regenerates per-agent goals, and sends an approval-gated Telegram briefing before dispatching any actions.

What happens when an external service health check fails during a morning review?▼

When an external service health check fails during a morning review, the system immediately creates a prioritized HUMAN reauth task. This safe escalation applies to Google Calendar, Notion, and knowledge base probing failures.

Do I need a PTY-based orchestrator to run automated task scheduling and reconciliation?▼

Yes, this automated task scheduling and reconciliation applies to orchestrator-led PTY-based multi-agent systems with shared file-bus tasks. It requires reading identity and team context to properly cascade goals to agents.