One-click install
npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill executing-plans-coffelix2023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Coffelix2023/c6x-mynotes/tree/main/about_llm/skills/executing-plans
Command: npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill executing-plans-coffelix2023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of pre-written implementation plans, ensuring tasks are completed systematically with critical review points.

Core Features & Use Cases

  • Batch Execution: Executes tasks in defined batches to manage complexity.
  • Checkpoint Reviews: Pauses execution between batches for human review and feedback.
  • Verification: Includes mandatory verification steps for each task.
  • Use Case: When a detailed plan for developing a new feature is ready, this skill can be used to systematically implement it, with the developer reporting back after each set of tasks for the architect to review.

Quick Start

Use the executing-plans skill to implement the plan located in the file 'feature_implementation.md'.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate implementation plan execution with mandatory review checkpoints?

Implementation plan execution is automated in batches with mandatory review checkpoints pausing execution between each batch for human feedback. This manages task execution, verification, and reporting for iterative development workflows.

How does batch execution manage task complexity during code implementation?

Batch execution manages task complexity by executing tasks in defined batches with mandatory verification steps for each task. Execution pauses between batches, allowing a developer to report back for an architect to review iteratively.

Do I need git worktrees to execute development workflows with batch checkpoints?

Git worktrees are required to execute plans with batch checkpoints. The execution workflow also requires integration with a separate skill for finishing development branches to manage the iterative task verification and reporting properly.

What is the best way to systematically implement a feature from a written plan?

Systematically implementing a feature from a written plan is best handled by executing tasks in defined batches with verification steps. The skill reads the plan file and pauses execution between batches for mandatory human review.

How do I verify task completion during iterative development workflows?

Task completion is verified through mandatory verification steps included for each task during batch execution. The workflow pauses between batches to report results, ensuring iterative development is reviewed before proceeding to the next set of tasks.