executing-plans

Execute implementation plans in batches with review checkpoints and verifications.

58|6|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/Matt-Aurora-Ventures/Jarvis --skill executing-plans-matt-aurora-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Matt-Aurora-Ventures/Jarvis/tree/main/.windsurf/skills/executing-plans
Command: npx skills add https://github.com/Matt-Aurora-Ventures/Jarvis --skill executing-plans-matt-aurora-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executing a written implementation plan in a structured, auditable manner is error-prone when done ad-hoc; this skill provides a batch-based workflow with review checkpoints to surface questions and keep delivery aligned.

Core Features & Use Cases

  • Load a plan, review it critically, and execute tasks in batches (default: first 3 tasks) with progress tracking.
  • Run verifications after each batch and report results for review before continuing.
  • Stop on blockers, request clarifications, and continue only with explicit guidance to ensure quality and traceability.

Quick Start

Load your plan, review it for concerns, and start executing the first batch with checkpoints and verifications.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate implementation plan execution with batch checkpoints?

Implementation plan execution is automated by loading a written plan, reviewing it critically, and executing tasks in default batches of three with verification checkpoints. The workflow runs verifications after each batch, reports results for review, and pauses on blockers to request explicit guidance before continuing.

What is batch-based plan execution and when do I need it for development?

Batch-based plan execution is a structured workflow that processes written implementation tasks in staged increments with periodic review. It is needed for incremental development projects requiring staged task execution, verification, and traceability across teams to prevent ad-hoc execution errors.

How do I run verifications after completing a batch of development tasks?

Verifications run automatically after each batch of tasks is executed, generating a progress report for review. The system stops on blockers, requests clarifications, and continues only with explicit guidance to ensure quality and traceability are maintained before the next batch.

Can I use git worktrees with batch task execution for staged development?

Git worktrees integrate with batch task execution as a prerequisite for staged development. The workflow coordinates plan execution across development branches, using worktrees to isolate batch tasks, run verifications, and manage checkpoints before merging the finished branch.

What's the best way to coordinate plan execution across teams with review checkpoints?

Plan execution across teams is coordinated by loading a shared plan, reviewing it for concerns, and executing tasks in batches with progress tracking. The workflow surfaces questions through review checkpoints, stopping on blockers to request clarifications and ensure delivery stays aligned.

Why does batch execution stop after completing a set of implementation tasks?

Batch execution stops after completing tasks to enforce review checkpoints and run verifications. This mechanism surfaces blockers, requests clarifications, and requires explicit guidance before continuing, ensuring structured auditability and preventing ad-hoc execution errors from propagating.