executing-plans

Execute implementation plans in staged batches with review checkpoints.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Phife726/ds_agent --skill executing-plans-phife726
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Phife726/ds_agent/tree/main/executing-plans
Command: npx skills add https://github.com/Phife726/ds_agent --skill executing-plans-phife726

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when you have a written implementation plan to execute in a separate session with review checkpoints.

Core Features & Use Cases

  • Load and critically review a written plan before starting, ensuring questions or concerns are addressed.
  • Execute tasks in batches with a default first 3 tasks, tracking progress and verifications between batches.
  • Report batch results for stakeholder review and continue or adjust based on feedback.
  • Stop on blockers and require human input to proceed, preventing blind progression.

Quick Start

Load your implementation plan file, review it for concerns, and start the first execution batch with checkpoints.

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 development plan in batches with review checkpoints?

To execute a written implementation plan in batches with review checkpoints, load the plan file for critical review, run the first three tasks, and report results to stakeholders between batches for feedback.

What is the best way to stop development workflow execution when hitting blockers?

The best way to stop execution on blockers is to use a batch workflow that requires human input to proceed, preventing blind progression and ensuring critical issues are resolved before continuing.

Can I track in_progress and completed states for staged task execution?

Yes, you can track in_progress and completed states for staged task execution. The workflow monitors progress and verifications between batches, tracking each task through its lifecycle states.

How do I review a written implementation plan before starting execution?

To review a written implementation plan before execution, load the file into the session to critically assess it, ensuring any questions or concerns are addressed before starting the first batch.

Does batch execution work with git-worktree and development-finish workflows?

Yes, batch execution integrates with git-worktree and development-finish workflows. It coordinates staged execution with progress reporting to align batch completions with downstream development tasks.