executing-plans

Load written plans, review for gaps, and execute tasks sequentially with progress updates.

10|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill executing-plans-yrzhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Yrzhe/telegram-claude-bot/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill executing-plans-yrzhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables loading a written plan, reviewing it for questions or concerns, and then executing tasks one-by-one while providing progress updates.

Core Features & Use Cases

  • Plan loading and review: Import a plan, identify questions, and either proceed or raise concerns with the user.
  • Sequential task execution: Announce each task, perform steps as written, verify completion, and report outcomes.
  • Progress tracking and stopping: After each task, show what was done, outputs, and ask whether to continue; stop when blockers appear.

Quick Start

Provide a written plan file, and I will load it, review for concerns, and execute tasks step by step with progress updates.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a written project plan step by step?

Sequential task execution works by announcing each task, performing the steps as written, verifying completion, and reporting outcomes. After each task, it shows outputs and asks whether to continue to the next one.

What happens when task blockers interrupt project workflow automation?

When blockers interrupt workflow automation, plan execution stops immediately and waits for user clarification. This deterministic guardrail ensures the workflow does not proceed with failed or ambiguous task steps.

How does progress tracking work during task orchestration?

Progress tracking during task orchestration reports outcomes after each sequential task completes. It displays what was done, the generated outputs, and prompts for confirmation before advancing to the next planned task.

Can I review a plan for gaps before starting task automation?

Yes, you can review a plan for gaps before starting task automation. Upon loading the plan file, the system identifies questions or concerns and either proceeds with execution or raises the issues with you.

What is the best way to handle workflow guardrails during plan execution?

The best way to handle workflow guardrails during plan execution is to enforce a deterministic workflow with built-in feedback loops. The system pauses execution and asks for direction whenever a blocker or ambiguity arises.