start_of_day

Restores daily development context by loading cached state and checking git status.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill start-of-day-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start_of_day
Source: https://github.com/FourthWiz/claude_dev_workflow/tree/main/dev-workflow/skills/start_of_day
Command: npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill start-of-day-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It restores the developer’s daily context by loading cached state, checking git repositories, and summarizing unfinished work so you can resume efficiently.

Core Features & Use Cases

  • Cache loading: Reads the latest daily cache files created by /end_of_day.
  • Git reconciliation: Checks branch status, new commits, local changes, and PR updates across all project repositories.
  • Briefing generation: Produces a concise morning briefing with unfinished tasks, drift alerts, and priority suggestions. Typical use case: A developer starts their day and wants an immediate overview of pending work and repository health without manual digging.

Quick Start

Ask the assistant to run the start_of_day skill to get a morning briefing of your current project state.

Frequently Asked Questions about start_of_day

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

FAQPage Schema
How do I restore daily development context and resume unfinished tasks?

Daily development context is restored by reading cached state files created the previous day and reconciling git repository status. This generates a morning briefing summarizing unfinished tasks, branch drift alerts, and priority suggestions for efficient work resumption.

What is a morning briefing for resuming software development work?

A morning development briefing is a concise summary of pending work, git branch drift alerts, and priority suggestions. It reconciles cached task state against actual git history to provide an immediate overview of project health without manual repository inspection.

How do I check git status and reconcile drift across project repositories?

Git status drift is reconciled by comparing cached repository state against actual git history for new commits and local changes. This process inspects branch status and PR updates to identify divergences between your cached context and the live repositories.

Do I need a daily cache file to generate a development briefing?

Generating a development briefing requires reading the latest daily cache files to restore your context. These cache files store the saved state of unfinished tasks from your previous session, which is then reconciled with current git repository history.

Can I get priority suggestions and drift alerts for my git branches?

Priority suggestions and drift alerts for git branches are generated by running a morning context restoration process. It inspects repository git history to detect divergences from cached state and presents these alerts alongside suggested priorities in your daily briefing.