continue

Identify and resume unfinished tasks from handover sessions after approval.

1|Updated Sep 8, 2023
One-click install
npx skills add https://github.com/cmb-sy/dotfiles --skill continue-cmb-sy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/cmb-sy/dotfiles/tree/main/claude/skills/continue
Command: npx skills add https://github.com/cmb-sy/dotfiles --skill continue-cmb-sy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams seamlessly resume work by identifying and reactivating unfinished tasks from handover sessions after approval, preventing work gaps.

Core Features & Use Cases

  • Handover session discovery: Locate the latest READY session across local worktrees and project-state.json references, surface incomplete tasks with statuses, files, and blockers.
  • Approval-driven execution: Prompt the user to confirm prioritized tasks before execution; automatically update the session state as tasks complete.
  • Last-touched alerting: Flag tasks not updated for extended periods to prevent stale work.

Quick Start

View pending tasks from the current handover session and approve them to start processing.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I resume unfinished tasks from a handover session?

To resume unfinished tasks, the Skill locates the latest READY session using local worktrees and project-state.json, lists incomplete tasks with metadata, prompts for user approval, and updates handover.md as tasks complete.

How does project-state.json validation work for task handovers?

Project-state.json validation checks the file integrity to identify READY versus ALL_COMPLETE states, ensuring only sessions with genuinely unfinished work are surfaced for task resumption.

Can I automatically restore project state across multiple local worktrees?

Yes, you can restore project state across local worktrees by discovering the latest READY session, which references project-state.json to reactivate incomplete tasks and prevent team work gaps.

What is the best way to manage stale tasks in a project handover?

Managing stale tasks is handled through last-touched alerting, which flags tasks not updated for extended periods to prevent stale work and ensure prioritized execution upon approval.

Do I need user approval before resuming handover tasks?

Yes, user approval is required before execution; the Skill prompts you to confirm prioritized tasks from the handover session and automatically updates the session state as each task completes.