executing-plans

Execute implementation plans in batches with review checkpoints.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/maplin-co/ai-course --skill executing-plans-maplin-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/maplin-co/ai-course/tree/main/.opencode/skill/executing-plans
Command: npx skills add https://github.com/maplin-co/ai-course --skill executing-plans-maplin-co

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, ensuring tasks are completed in controlled batches with critical review checkpoints to maintain quality and alignment.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable groups, preventing overwhelming complexity.
  • Critical Review: Integrates mandatory review stages for architect or stakeholder feedback between batches.
  • Verification: Includes built-in steps to run verifications as specified in the plan.
  • Use Case: Implementing a complex software feature by breaking it down into smaller, reviewable stages, ensuring each part is correct before proceeding to the next.

Quick Start

Use the executing-plans skill to load and begin executing the plan outlined in the provided 'implementation_plan.md' file.

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 in batches with review checkpoints, load the plan file and the system will process tasks sequentially within defined groups. It pauses for mandatory critical review and feedback between each batch.

What happens when a blocker is encountered during task execution?

When a blocker is encountered during task execution, the process stops immediately and requests clarification. Execution halts to prevent proceeding with incorrect assumptions or unresolved dependencies within the batch.

How do I run verifications specified in my task management workflow?

To run verifications specified in your task management workflow, include them in your implementation plan. The execution process automatically runs these specified verifications after completing tasks within a batch before reporting progress.

Can I automate code review and task execution for complex software features?

Yes, you can automate code review and task execution for complex software features by breaking them into manageable batches. Mandatory review stages integrate architect or stakeholder feedback to maintain alignment and quality.

Do I need an implementation plan file to start batch processing?

Yes, you need an implementation plan file to start batch processing. The system requires a pre-defined plan, such as an implementation_plan.md file, to load tasks, execute them sequentially, and manage checkpoints.

What is the best way to transition after completing a plan execution?

The best way to transition after completing a plan execution is to hand off to a finishing skill. Once all batches are executed, verifications pass, and reviews are complete, the workflow transitions to finalize the process.