executing-plans

Execute implementation plans in batches with human review checkpoints.

Updated Oct 25, 2023
One-click install
npx skills add https://github.com/Lordkaito/LKPortfolio --skill executing-plans-lordkaito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Lordkaito/LKPortfolio/tree/main/.github/skills/executing-plans
Command: npx skills add https://github.com/Lordkaito/LKPortfolio --skill executing-plans-lordkaito

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires superpowers:using-git-worktrees, superpowers:writing-plans, superpowers:finishing-a-development-branch.

What problem does it solve?

This Skill provides a structured and safe way to execute a pre-defined implementation plan, ensuring critical steps are reviewed and verified before proceeding, minimizing errors and rework.

Core Features & Use Cases

  • Batch Execution: Executes tasks from a plan in manageable batches.
  • Checkpoint Reviews: Pauses execution between batches for human review and feedback.
  • Error Handling: Stops execution immediately upon encountering blockers or unclear instructions.
  • Use Case: Implementing a complex feature where each stage requires careful validation by a senior engineer or product manager before the next stage begins.

Quick Start

Use the executing-plans skill to load and begin executing the plan located at /path/to/your/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 a development plan with mandatory human review checkpoints?

To execute a development plan with review checkpoints, the skill processes written implementation steps in manageable batches. It pauses execution between batches, requiring human review and feedback before proceeding to the next set of tasks.

What is batched task execution in iterative development workflows?

Batched task execution in iterative development workflows is a mechanism that groups implementation plan steps into manageable sets. It manages task execution, verification, and reporting while pausing for human review before advancing to the next batch.

How do I stop development workflow execution when encountering blockers?

To stop development workflow execution when encountering blockers, the system halts immediately upon finding unclear instructions or errors. This prevents rework by requiring critical plan review and verification before proceeding further.

Do I need a written implementation plan before starting task execution?

Yes, you need a written implementation plan before starting task execution. The skill requires a pre-defined plan file to load and execute tasks in batched steps, ensuring critical stages are reviewed and verified before moving forward.

Can I use git worktrees to manage iterative development workflow execution?

Yes, you can use git worktrees to manage iterative development workflow execution. The skill depends on git worktrees for branch management and integrates with finishing-a-development-branch for finalization after completing the execution.

What is the best way to implement a complex feature requiring stage validation?

The best way to implement a complex feature requiring stage validation is using batched execution with checkpoint reviews. This structured approach ensures each stage is carefully validated by senior engineers or product managers before the next stage begins.