day-open

Aggregate commits, issues, notes, and calendar events into a prioritized DayPlan and dashboard.

44|125|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill day-open
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: day-open
Source: https://github.com/TserenTserenov/FMT-exocortex-template/tree/main/.claude/skills/day-open
Command: npx skills add https://github.com/TserenTserenov/FMT-exocortex-template --skill day-open

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Day Open solves the morning context gap by aggregating scattered signals — commits, issues, notes, calendar events, QA feedback and system updates — into a single prioritized plan so you start the day with clear priorities and no lost context.

Core Features & Use Cases

  • Automated Triage: Scans git commits and GitHub issues (filtered for actionable items) and correlates them with yesterday's DayPlan to identify carry-over and priority tasks.
  • Daily Plan & Dashboard: Produces a detailed DayPlan markdown file and a compact VS Code dashboard summary for immediate action.
  • Operational Guardrails: Enforces stepwise execution via TodoWrite, respects day-rhythm-config settings, checks for updates and upstream-readonly repos, and runs optional before/after extensions and verification checks.
  • Use Cases: Morning ritual to prepare a focused workday, catching up after time away, or automated daily standup preparation.

Quick Start

Run the day-open protocol to scan repositories, issues, notes, calendar events and system reports and produce today's DayPlan and compact dashboard.

Frequently Asked Questions about day-open

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

FAQPage Schema
How do I generate a daily plan from GitHub issues and git commits?

To generate a daily plan from GitHub issues and git commits, the Skill scans your local workspace and connected repositories to triage actionable items and correlate them with previous plans. It synthesizes yesterday's commits and issues into a prioritized DayPlan markdown file and a compact VS Code dashboard.

What is the best way to triage carry-over tasks from previous day plans?

The best way to triage carry-over tasks from previous day plans is to run an automated aggregation protocol that cross-references yesterday's DayPlan and WeekPlan. This protocol surfaces incomplete carry-over tasks and allocates daily budgets based on your day-rhythm-config settings.

Does this daily planning tool work with read-only or upstream-only repositories?

This daily planning tool works with connected repositories but explicitly filters out read-only and upstream-only repositories during its scan. It ensures only actionable local workspace and connected repositories are included in your triage and DayPlan generation.

How do I prepare an automated daily standup from scattered development notes and calendar events?

To prepare an automated daily standup, the Skill collects and synthesizes scattered signals like development notes, calendar events, and QA bot reports. It aggregates these inputs into a single prioritized plan so you start the day with clear priorities and no lost context.

Can I use TodoWrite gating for stepwise daily plan generation?

Yes, you can use TodoWrite gating for stepwise daily plan generation. The Skill operates stepwise under TodoWrite gating, reading configuration from day-rhythm-config.yaml and requiring verification checks before any commit and push actions are executed.

What limitations or prerequisites exist when aggregating system updates and Scout findings?

When aggregating system updates and Scout findings, the Skill requires a day-rhythm-config.yaml file to allocate daily budgets and respects operational guardrails. It limits actions to read-only and upstream-only repository filtering and mandates verification checks before committing or pushing changes.