executing-plans

Execute implementation plans in batches with review checkpoints.

134|27|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/projectbluefin/dakota --skill executing-plans-projectbluefin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/projectbluefin/dakota/tree/main/.opencode/skills/executing-plans
Command: npx skills add https://github.com/projectbluefin/dakota --skill executing-plans-projectbluefin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured and safe way to execute a pre-defined implementation plan, ensuring critical review points and batch processing to minimize risk.

Core Features & Use Cases

  • Structured Execution: Follows a step-by-step plan with defined checkpoints.
  • Batch Processing: Executes tasks in manageable batches, allowing for review between them.
  • Critical Review: Encourages thorough review of the plan before execution and feedback after each batch.
  • Use Case: Implementing a complex feature where each stage needs to be reviewed by a senior engineer before proceeding to the next, ensuring quality and adherence to the original design.

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

To execute an implementation plan with review checkpoints, load the plan file and process tasks in batches. The execution pauses between batches to report progress, ensuring critical architect oversight before proceeding to the next stage.

What is batch processing for development workflow execution?

Batch processing for development workflow execution is a structured method that breaks a plan into manageable task groups. It processes each group sequentially, pausing for senior engineer review and feedback before starting the next batch.

How do I manage task execution in batches to minimize development risk?

You manage task execution in batches to minimize risk by following a pre-defined plan with strict checkpoint reviews. This ensures outputs are verified and blockers are addressed before advancing to subsequent tasks.

Can I stop plan execution automatically when encountering blockers?

Yes, plan execution stops automatically when encountering blockers. The structured execution process requires adherence to plan steps and halts operations to prevent cascade failures when a critical issue is detected.

Does structured plan execution work for complex feature implementation?

Yes, structured plan execution works for complex feature implementation by managing each stage in batches. It requires thorough plan review beforehand and senior engineer feedback between batches to ensure quality and design adherence.

When should I not use batch execution for a development workflow?

You should not use batch execution for a development workflow when a pre-defined implementation plan is absent. This structured approach requires a written plan file to load, verify outputs against, and follow step-by-step.