Plan Resume banner
protoLabsAI protoLabsAI

Plan Resume

Development community

Description

--- name: plan_resume description: Resume a pending plan after HITL approval/rejection. Resumes plan state by correlationId. category: planning argument-hint: [correlationId] [approve|reject|modify] [optional feedback] allowed-tools: - Read - Bash --- # plan_resume -- Resume Planning After HITL Resumes a pending plan after human approval, rejection, or modification request. ## On approve 1. Load PlanState from SQLite store by correlationId 2. Create project + features on board 3. Stamp a

Installation

Installs to ~/.claude/skills/protolabsai-protomaker-plan_resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/protolabsai-protomaker-plan_resume && curl -fsSL https://raw.githubusercontent.com/protoLabsAI/protoMaker/HEAD/.claude/skills/plan_resume.md -o ~/.claude/skills/protolabsai-protomaker-plan_resume/SKILL.md

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

Full documentation available on GitHub

View Source Repository