executing-plans

Execute implementation plans in batches with human review between tasks.

61|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/jonathanmalkin/jules --skill executing-plans-jonathanmalkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/jonathanmalkin/jules/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/jonathanmalkin/jules --skill executing-plans-jonathanmalkin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined plans, ensuring tasks are completed systematically with human oversight at critical junctures, preventing errors and ensuring alignment.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable batches, allowing for review between stages.
  • Critical Review: Prompts for and incorporates human feedback before proceeding.
  • Verification: Ensures all specified verifications are run after each task.
  • Use Case: Implementing a complex software feature defined in a writing-plans skill, where each step needs to be reviewed before the next set of code changes are made.

Quick Start

Use the executing-plans skill to implement the plan outlined in the attached file 'feature_implementation.md'.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate plan execution while keeping human review between task batches?

Automated plan execution with human review is handled by processing tasks in manageable batches, pausing for critical feedback and verification at checkpoints before proceeding to the next stage.

What's the best way to implement a software feature plan systematically?

The best way to implement a software feature plan systematically is through batch execution, which processes defined tasks sequentially while ensuring all specified verifications are run after each completed task.

Can I require human approval before proceeding to the next set of code changes?

Yes, requiring human approval before proceeding to the next set of code changes is supported through critical review checkpoints, which prompt for and incorporate human feedback before executing subsequent batches.

Does batch processing for code implementation support automated verification steps?

Batch processing for code implementation does support automated verification steps, ensuring all specified verifications are systematically run after each task to guarantee alignment and prevent errors.

When do I need controlled iterative development with checkpoints?

Controlled iterative development with checkpoints is needed when executing complex implementation plans that require systematic quality assurance, human decision-making, and error prevention between sequential task batches.