executing-plans

Coordinate implementation plan execution with review checkpoints using git worktrees.

7|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill executing-plans-wsxwj123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/wsxwj123/opencode-skills-backup/tree/main/executing-plans
Command: npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill executing-plans-wsxwj123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated execution of a written implementation plan with structured review checkpoints to prevent scope creep and ensure traceable progress between milestones.

Core Features & Use Cases

  • Batch-based execution: break down work into manageable chunks with built-in review at batch boundaries.
  • Isolated workspace strategy: use git worktrees to keep each batch in an isolated environment.
  • Guardrails and stopping rules: stop on blockers, ask for clarification, and verify outcomes before proceeding.
  • Integration with planning and finishing workflows: coordinates with plan creation and finalization to deliver verifiable results.

Quick Start

Provide an implementation plan, then start execution in isolated workspaces, pausing for review after each batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a software implementation plan with batch processing and review checkpoints?

To execute a software implementation plan with batch processing, you break work into manageable chunks and pause for explicit review checkpoints at batch boundaries. This prevents scope creep and ensures traceable progress between milestones.

Why use git worktrees for isolated development workflows during plan execution?

Git worktrees keep each batch of your development workflow in an isolated environment. This workspace strategy prevents conflicts between concurrent tasks and maintains a clean state for verifying tests before proceeding.

What are the stopping rules when encountering blockers during structured plan execution?

During structured plan execution, stopping rules require you to halt work immediately upon encountering blockers or ambiguity. You must ask for clarification and verify outcomes before moving to the next batch.

How do I finish a development branch after completing batch execution?

To finish a development branch after batch execution, you run a finalization workflow that verifies tests and presents options. This ensures the isolated workspace changes are fully validated before integration.

What's the best way to coordinate team delivery of software changes in structured sessions?

The best way to coordinate team delivery of software changes in structured sessions is using batch-driven execution. This approach enforces isolated workspaces via git worktrees and requires explicit stops for blockers and clarification.