kanban-morning-review

Parse agent carryover files and create Hermes kanban tasks with Discord summaries.

Updated May 24, 2026
One-click install
npx skills add https://github.com/angrysky56/hermes-ops --skill kanban-morning-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-morning-review
Source: https://github.com/angrysky56/hermes-ops/tree/main/skills/kanban-morning-review
Command: npx skills add https://github.com/angrysky56/hermes-ops --skill kanban-morning-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking unresolved items from multiple scheduled AI agent runs, updating central task boards, and sending status summaries to team channels is time-consuming and prone to missed items. This Skill eliminates that manual overhead by automatically processing agent carryover reports to surface all open questions, blockers, and research directions.

Core Features & Use Cases

  • Automated Carryover Parsing: Extracts open questions, hard blockers, and research directions from carryover files written by all scheduled morning agents (news, arxiv, research, librarian, insights, etc.)
  • Kanban Task Automation: Creates corresponding tasks in the Hermes kanban board, assigned to the relevant agent, with correct priority and blocked status, and updates agent carryover files with task IDs to avoid duplicates.
  • Aggregated Status Summaries: Compiles a daily summary of all surfaced items and sends it to Discord, so teams have a single view of all unresolved agent work without checking individual carryover files.
  • Use Case: For a team running a suite of AI agents on a daily cron schedule to curate knowledge, this Skill ensures no open questions or blockers fall through the cracks by automatically routing them to the central task board and notifying the team.

Quick Start

Run the kanban-morning-review skill after your morning agent cron jobs complete to automatically surface all open carryover items to your Hermes kanban board and send a daily summary to Discord.

Frequently Asked Questions about kanban-morning-review

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

FAQPage Schema
How do I automate creating kanban tasks from cron agent carryover files?

To automate kanban task creation from agent carryover files, you can use a skill that parses scheduled AI agent cron outputs to extract unresolved open questions and blockers. It automatically creates corresponding tasks in a Hermes kanban SQLite database and updates the original carryover files with task IDs.

How do I prevent duplicate tasks when parsing repeated daily agent cron runs?

To prevent duplicate tasks during daily agent cron runs, the carryover parsing workflow applies idempotency checks. It cross-references existing task IDs in agent carryover files against the Hermes kanban database to ensure unresolved open questions and blockers are not processed twice.

Can I aggregate unresolved AI agent blockers and send a daily summary to Discord?

Yes, you can aggregate unresolved AI agent blockers and send a daily summary to Discord. After parsing carryover files from multiple specialized agents, the workflow compiles all open questions and research directions into a single status update delivered to your team channel.

Do I need a Hermes kanban SQLite database to track agent workflow carryovers?

Yes, a Hermes kanban SQLite database is required to track agent workflow carryovers. The automated parsing process specifically writes unresolved open questions, hard blockers, and research directions as new tasks into this local SQLite database structure.

What is the best way to track unresolved research directions from multiple AI agents?

The best way to track unresolved research directions from multiple AI agents is to parse their shared wiki carryover files. This extracts open questions and blockers from scheduled agents like news, arxiv, and research, routing them to a central kanban board to ensure nothing falls through the cracks.