implementing-a-plan

Load a plan file, review it critically, and execute batches via subagents.

20|Updated Jun 9, 2022
One-click install
npx skills add https://github.com/jasonraimondi/dotfiles --skill implementing-a-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-a-plan
Source: https://github.com/jasonraimondi/dotfiles/tree/main/claude/dot-claude/skills/implementing-a-plan
Command: npx skills add https://github.com/jasonraimondi/dotfiles --skill implementing-a-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to load a plan, perform critical reviews, and execute it in sequential batches with inter-batch reporting and feedback loops, ensuring plan fidelity.

Core Features & Use Cases

  • Critical plan review: Reads and assesses a plan file before execution to surface questions and risks.
  • Batch-driven execution: Dispatches a subagent to implement each batch in order and validates results.
  • Inter-batch reporting: Provides recap and requests feedback between batches to ensure alignment.
  • Iterative improvement: Incorporates human feedback and continues until all batches are completed.
  • Use Case: You have a multi-step project plan; load it, execute each step with verification, and loop back for adjustments until done.

Quick Start

Provide a plan file to the skill and start the batch execution workflow. For example, place plan.yaml in the working directory and run the skill to begin processing the plan.

Frequently Asked Questions about implementing-a-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a multi-step project plan in batches with review?

To execute a multi-step project plan in batches, load a plan file into the working context and start the batch execution workflow. The system reviews the plan critically, dispatches a subagent for each batch, and reports results between batches for iterative feedback.

What is batch-driven plan execution with inter-batch reporting?

Batch-driven plan execution is a process where a plan file is divided into sequential batches executed by a subagent. Inter-batch reporting provides a recap of each batch's results and requests feedback to ensure alignment before proceeding to the next batch.

Do I need a plan file and working context to run batch execution?

Yes, you need a plan file and a working context to operate batch execution. Provide a plan file, such as plan.yaml, in the working directory to give the execution workflow the necessary steps and environment context to begin processing.

Can I provide feedback and adjust plan execution between batches?

Yes, you can provide feedback and adjust plan execution between batches. The workflow pauses after each batch to report results and request iterative feedback, incorporating your adjustments to ensure plan fidelity before continuing.

What's the best way to review a plan critically before execution?

The best way to review a plan critically before execution is to load the plan file into the batch execution workflow. The system reads and assesses the plan to surface questions and risks before dispatching a subagent to implement each batch.

Why does plan execution pause between batches?

Plan execution pauses between batches to provide inter-batch reporting and request iterative feedback. This ensures alignment with the original plan, validates subagent results, and allows for adjustments before the next batch begins.