From checkpoint
Checkpoint management for AI instruction systems, tracking task progress
npx claudepluginhub dobachi/claude-skills-marketplace --plugin checkpointThis skill uses the workspace's default tool permissions.
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Language: Respond in the user's language. If unclear, default to the language of the user's message.
Runs the AI instruction system checkpoint script and manages task progress.
/checkpoint <command> [arguments]
start <name> <steps> - Start a new task (task ID is auto-generated)progress <task-id> <current> <total> <status> <next> - Report progress (requires: instruction in use)complete <task-id> <result> - Complete a task (requires: all instructions completed)error <task-id> <message> - Report an errorinstruction-start <path> <purpose> [task-id] - Start using an instructioninstruction-complete <path> <result> [task-id] - Complete instruction usagepending - Show list of incomplete taskssummary <task-id> - Show detailed task historyhelp - Show help messageRun checkpoint command
bash scripts/checkpoint.sh $ARGUMENTS
Display results
/checkpoint pending
/checkpoint start "Implement new feature" 5
/checkpoint progress TASK-123456-abc123 2 5 "Design complete" "Start implementation"
/checkpoint instruction-start "instructions/ja/presets/web_api_production.md" "REST API development" TASK-123456-abc123
/checkpoint complete TASK-123456-abc123 "Implemented 3 API endpoints"
pending commandstart commandprogress command can only be run while an instruction is in use