executing-plans

Execute written implementation plans in batches with review checkpoints.

3|Updated Jun 3, 2022
One-click install
npx skills add https://github.com/Hohlas/SoSimple --skill executing-plans-hohlas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Hohlas/SoSimple/tree/main/.kilocode/skills/executing-plans
Command: npx skills add https://github.com/Hohlas/SoSimple --skill executing-plans-hohlas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams execute a written implementation plan in a controlled session with review checkpoints, ensuring alignment, traceability, and accountable progress.

Core Features & Use Cases

  • Batch execution with a fixed-size batch (default first 3 tasks) and per-task status tracking.
  • Critical review prompts: raises questions or concerns before starting and between batches, ensuring blockers are addressed.
  • Progress reporting: after each batch, presents what was implemented, verification results, and readiness for feedback.
  • Seamless handoff to the finishing sub-skill to complete development after all tasks.

Quick Start

Load the plan file and begin executing the first batch of tasks.

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, load the plan file and run tasks in a fixed-size batch, defaulting to the first 3 tasks, while tracking per-task status. The session pauses for critical review prompts before starting and between batches to ensure blockers are addressed.

What is the best way to track task execution status during a development branch workflow?

The best way to track task execution status is through batch-driven completion with per-task status tracking. After each batch is executed, the workflow reports what was implemented, presents verification results, and indicates readiness for feedback before proceeding.

How does batch-driven task execution handle critical review and verification?

Batch-driven task execution handles critical review by raising questions or concerns before starting and between batches. After running a batch, it verifies outcomes and presents progress reports detailing what was implemented and the verification results.

When do I need controlled session execution with review checkpoints for task execution?

You need controlled session execution with review checkpoints for projects requiring staged task execution, critical review, and batch-driven completion. It ensures alignment, traceability, and accountable progress when completing a written implementation plan.

Can I use git worktrees when executing plans with batch processing?

Yes, you can use git worktrees when executing plans. The execution workflow leverages sub-skills for using git worktrees, writing plans, and finishing a development branch to complete the overall task execution lifecycle.

What happens after all tasks are completed in a batch execution session?

After all tasks are completed in a batch execution session, the workflow provides a seamless handoff to the finishing sub-skill. This completes the development branch, ensuring the entire implementation plan is finalized and verified.