executing-plans

Execute implementation plans in batches with human review checkpoints.

160|20|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/tctinh/agent-hive --skill executing-plans-tctinh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/tctinh/agent-hive/tree/main/packages/opencode-hive/skills/executing-plans
Command: npx skills add https://github.com/tctinh/agent-hive --skill executing-plans-tctinh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the execution of pre-defined implementation plans by breaking them down into manageable batches with critical review checkpoints, ensuring human oversight and reducing the risk of errors or scope creep.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a plan in coordinated batches, allowing for focused work and easier review.
  • Checkpoint Reviews: Pauses execution between batches to allow for human feedback and approval, ensuring alignment and quality.
  • Dependency Management: Intelligently identifies and executes runnable tasks based on their dependencies.
  • Use Case: Implementing a new feature by following a detailed plan, where each batch of code changes is reviewed by a senior developer before proceeding to the next.

Quick Start

Use the executing-plans skill to load and begin executing the plan located at '/path/to/implementation_plan.md'.

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 review checkpoints?

To execute an implementation plan with review checkpoints, load a written plan file and process tasks in coordinated batches, pausing for mandatory human review and approval between each batch.

Can I run plan tasks in parallel or sequentially based on dependencies?

Yes, dependency management identifies runnable tasks and prompts you to choose between parallel or sequential execution, ensuring task dependencies are intelligently resolved during plan execution.

Do I need a pre-written plan file before starting batch execution?

Yes, a written implementation plan file is required before starting batch execution, serving as the input to manage task dependencies and coordinate human review checkpoints.

What's the best way to manage scope creep during code implementation?

Managing scope creep during code implementation is best handled by breaking the plan into manageable batches with checkpoint reviews, ensuring human oversight and alignment before proceeding.

How does batch execution integrate with verification and hygienic review sub-skills?

Batch execution integrates with verification and hygienic review sub-skills by pausing between task batches, triggering these sub-skills during the mandatory human review checkpoints before proceeding to the next batch.

When should I not use batch execution for development workflow?

Batch execution for development workflow is not suitable when a plan lacks defined task dependencies or when continuous automated deployment is required without mandatory human review checkpoints between task batches.