Resume Work banner
tae0y tae0y

Resume Work

Development community

Description

Resume the current work session by loading active context from localdocs/. Steps: 1. Read `localdocs/worklog.doing.md` — identify the active task and last recorded state. 2. Read `localdocs/worklog.todo.md` — list what's queued next. 3. Find and read the active plan file: glob `localdocs/plan.*.md`, read the most recently modified one. 4. Find and read the most recently modified `localdocs/learn.*.md` — recall recent discoveries. Then summarize in this format: **Active task:** [task name from

Installation

Installs to ~/.claude/commands/tae0y-python-project-template-resume-work.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tae0y/python-project-template/HEAD/.claude/commands/resume-work.md -o ~/.claude/commands/tae0y-python-project-template-resume-work.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository