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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework to transform a written implementation plan into guided, auditable execution, reducing guesswork and misalignment.

Core Features & Use Cases

  • Load a plan, perform critical review, execute tasks, and report completion.
  • Detect blockers, perform verifications, and escalate when needed to preserve plan integrity.
  • Supports stop-on-blocker safety and clear handoffs for coordination.

Quick Start

Provide a plan file to load and execute.

Frequently Asked Questions about executing-plans

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

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

Automating task execution requires loading a plan file for critical review, executing tasks sequentially, and verifying completion to ensure auditable progress across multi-step workflows.

How does stop-on-blocker verification work during plan execution?

Stop-on-blocker verification works by detecting execution blockers, halting the workflow, and escalating issues to preserve plan integrity and ensure quality before proceeding to subsequent tasks.

Do I need a plan file to start executing multi-step development workflows?

Yes, you need an initial plan file to start executing multi-step development workflows, serving as the input for loading, reviewing, and running tasks with checkpoint verification.

What is the best way to ensure auditability when executing complex task workflows?

Ensuring auditability when executing complex task workflows involves applying structured checkpointing and performing critical reviews after loading the plan to track completion and handoffs.

Can I use sub-skills and guardrails for task management during plan execution?

Yes, you can leverage sub-skills and guardrails during plan execution to enforce stop-on-blocker safety, manage verification, and ensure clear handoffs for coordination.