checkpoint

Track task progress and instruction usage via checkpoint script commands.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dobachi/claude-skills-marketplace --skill checkpoint-dobachi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/dobachi/claude-skills-marketplace/tree/main/plugins/checkpoint/skills/checkpoint
Command: npx skills add https://github.com/dobachi/claude-skills-marketplace --skill checkpoint-dobachi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of losing visibility into multi-step AI instruction progress, making it hard to know what has started, what is in-flight, what completed, and what failed.

Core Features & Use Cases

  • Task progress tracking: Start tasks, report progress with current/total/status/next, complete tasks with results, and record errors.
  • Instruction usage management: Mark when a specific instruction path is started and completed, optionally tied to a task ID.
  • Operational status visibility: List pending tasks, show a task’s detailed history, and provide a built-in help command.

Quick Start

Run /checkpoint pending to see which tracked tasks are incomplete.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I track multi-step AI instruction progress across a workflow?

Track multi-step AI instruction progress by starting tasks, reporting incremental status, and marking completion or errors across task lifecycles. This provides visibility into which steps ran, which instruction paths are in use, and what remains pending.

What is the best way to report task status during workflow orchestration?

Report task status during workflow orchestration by invoking a checkpoint script with current progress, total steps, and next actions. This records task summaries and guarded progress updates for operational visibility.

How do I list pending tasks in a bash script instruction pipeline?

List pending tasks in a bash script instruction pipeline by running the checkpoint pending command. This queries tracked tasks that are incomplete, showing what remains to be processed in the workflow.

Can I manage instruction path usage independently from task tracking?

Manage instruction path usage independently by marking when a specific instruction path starts and completes. This can optionally be tied to a task ID, allowing separate tracking of instruction execution paths.

Does this task tracking approach work without external dependencies?

This task tracking approach works without external dependencies, implementing command-based state management via a standalone checkpoint script invocation suitable for bash-driven workflows.

Why do I lose visibility into in-flight AI instruction tasks?

You lose visibility into in-flight AI instruction tasks when multi-step workflows lack checkpointed progress reporting. Without tracking task starts, incremental status, and completion, it becomes hard to know what failed or what remains pending.