executing-plans

Execute written plans step by step with review checkpoints and verification.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/yt8766/learning-agent-core --skill executing-plans-yt8766
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/yt8766/learning-agent-core/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/yt8766/learning-agent-core --skill executing-plans-yt8766

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end execution of a written plan, ensuring critical review, task-by-task execution, verification, and clear reporting.

Core Features & Use Cases

  • Load a plan file, review it critically, and proceed with execution only after addressing concerns.
  • Execute tasks step by step, updating statuses (in_progress, completed) and performing required verifications.
  • Provide completion announcements and coordinate with sub-skills for final delivery or rollbacks when needed.

Quick Start

Load a plan file, review it critically, and execute all tasks following the plan.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I automate step by step task execution from a written development plan?

You can automate plan execution by loading a plan file, critically reviewing it for concerns, and executing tasks step by step with verification checkpoints. The workflow updates task statuses and reports completion across defined subskills.

What is a critical review checkpoint in a task management workflow?

A critical review checkpoint pauses plan execution to evaluate the loaded plan for concerns before proceeding. It ensures potential issues are addressed before stepwise task execution begins, reducing errors and rollback requirements.

How do I verify task completion outcomes during a development workflow?

You verify task completion by performing required checks after executing each stepwise task. The workflow tracks statuses from in_progress to completed, ensuring each outcome meets the plan's criteria before announcing final completion.

Can I coordinate rollbacks with sub-skills when plan execution fails?

Yes, you can coordinate rollbacks with sub-skills when execution fails. The workflow supports completion announcements and coordinates with defined sub-skills to manage final delivery or trigger rollbacks when verification identifies task issues.

Do I need a pre-written plan file to use an automated execution workflow?

Yes, a pre-written plan file is required. The workflow loads an existing plan to critically review it, execute tasks step by step, verify outcomes, and report structured completion announcements across defined subskills.

What's the best way to report structured completion across multiple sub-skills?

The best way to report structured completion is to coordinate with defined sub-skills for final delivery. The workflow announces completion after verifying all stepwise tasks, ensuring clear reporting and rollback handling across subskills.