executing-plans

Execute implementation plans in batches with architect review checkpoints.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jrc1883/popkit-claude --skill executing-plans-jrc1883
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/jrc1883/popkit-claude/tree/main/skills/pop-executing-plans
Command: npx skills add https://github.com/jrc1883/popkit-claude --skill executing-plans-jrc1883

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes implementation plans in batches with review checkpoints between phases to improve quality.

Core Features & Use Cases

  • Batch execution: processes a plan in defined chunks.
  • Quality gates: pause for architect feedback between batches.
  • Automated verification: runs checks after each batch.

Quick Start

/popkit:execute-plan --plan-path path/to/plan.json to run a staged execution.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan in batches with quality checkpoints?▼

Batch execution with checkpoints lets you run implementation plans in phases with architect review gates between each batch. Load your plan file, the Skill processes tasks in defined chunks, pauses for feedback, and records completion status and verification results after each phase.

What should I prepare before running a batch execution plan?▼

You need a complete implementation plan from planning tools in JSON format. The Skill loads and parses this plan file, so ensure it's structured with clear task phases, then run execution with the plan path to trigger staged batch processing.

How does quality review work between execution batches?▼

Quality gates pause execution after each batch completes so an architect can review progress, verify outputs, and approve the next phase. The Skill records tasks completed, verification status, and linked GitHub issues before resuming the next batch.

Can I stop and restart batch execution mid-plan?▼

Yes, the Skill's checkpoint design lets you pause after each batch for architect feedback. Results including completion count and verification status are recorded, so you can review progress and resume execution when ready without rerunning completed tasks.

What happens if verification fails during batch execution?▼

Automated verification checks run after each batch and record the verification status. If checks fail, the quality gate pauses execution so an architect can review the issue, approve fixes, or adjust the plan before the next batch proceeds.