executing-plans

Execute implementation plans in batches with review checkpoints and progress tracking.

6|3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/adrozdenko/soleri --skill executing-plans-adrozdenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/adrozdenko/soleri/tree/main/agents/salvador-filetree/skills/executing-plans
Command: npx skills add https://github.com/adrozdenko/soleri --skill executing-plans-adrozdenko

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 clear review checkpoints, ensuring progress and facilitating feedback.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a plan in defined batches (defaulting to the first 3).
  • Progress Tracking: Marks tasks as in-progress and completed, and tracks validation loop status.
  • Review Checkpoints: Reports progress and verification output between batches for architect review.
  • Learning Capture: Allows capturing insights and learnings during execution.
  • Reconciliation: Compares planned versus actual steps post-execution to improve future planning.
  • Use Case: Implementing a new feature based on a detailed plan, where each code commit or set of related tasks is reviewed before proceeding to the next.

Quick Start

Use the executing-plans skill to load and begin executing the current plan.

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?

Execute an implementation plan in batches by loading the written plan, processing the first three tasks by default, and reporting progress with verification output for architect review before proceeding to the next batch.

What is the best way to track task status and validation loops during iterative development?

Track task status and validation loops by marking tasks as in-progress and completed, while monitoring the validation loop status to ensure adherence to planned steps throughout the iterative development workflow.

Can I compare planned versus actual steps post-execution to improve future planning?

Yes, you can compare planned versus actual steps post-execution using plan reconciliation, which captures deviations and insights to improve future planning and execution accuracy.

Does this plan execution workflow support capturing insights and learnings during code implementation?

Yes, the plan execution workflow supports learning capture, allowing you to record insights and learnings during code implementation to refine future development processes.

How do I manage task status updates for a structured software development workflow?

Manage task status updates by executing written implementation plans in a structured, iterative manner, automatically updating task statuses to in-progress or completed as each batch is processed and validated.