executing-plans

Execute implementation plans in batches with review checkpoints and verification reporting.

Updated Dec 20, 2023
One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill executing-plans-thiago-cruz-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/find-skills/executing-plans
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill executing-plans-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you follow a written implementation plan step-by-step while keeping an architectural review loop between batches, reducing the risk of drifting off the agreed approach.

Core Features & Use Cases

  • Plan-first execution: Loads an implementation plan, critically reviews it, and blocks execution if there are unresolved concerns.
  • Batch task execution with verification: Executes a default batch of tasks by updating status (in_progress/completed), following plan steps precisely, and running the specified verifications.
  • Checkpoint reporting and iteration: Reports implemented work and verification output between batches, then continues based on feedback until completion.

Quick Start

Use the executing-plans skill to execute your written implementation plan in a separate session with intermediate checkpoints for architect review.

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?

Batch execution of an implementation plan involves running tasks sequentially, updating their status, and pausing between batches for verification reporting and human feedback before continuing. This Skill loads your plan, reviews it critically, and blocks execution if concerns remain unresolved.

What is the best way to prevent architectural drift during project coordination?

Preventing architectural drift during project coordination requires executing written plans in bite-sized batches with explicit checkpoint reviews and interim reporting between task groups. This approach enforces a review loop where an architect verifies implemented work before subsequent tasks proceed.

Can I pause development workflow execution for human feedback after specific tasks?

Pausing development workflow execution for human feedback is supported through a checkpoint reporting system that stops after each batch. It reports implemented work and verification output, then resumes task iteration based on the provided feedback.

What happens when task verification fails repeatedly during plan execution?

When task verification fails repeatedly during plan execution, a safe stop-and-ask policy activates to pause the workflow. This blocker policy prevents continuing flawed batch execution and requires human intervention to resolve the verification failure.

Does batch execution support deterministic iteration with task status tracking?

Batch execution supports deterministic iteration with task status tracking by marking items as in_progress or completed. It follows plan steps precisely, running specified verifications per task to ensure deterministic batch execution and accurate status reporting.