sp-executing-plans

Execute IMPLEMENTATION_PLAN.md tasks sequentially with verification and progress logging.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill sp-executing-plans-ddmanyes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-executing-plans
Source: https://github.com/ddmanyes/antigravity-skills-zht/tree/main/skills/sp-executing-plans
Command: npx skills add https://github.com/ddmanyes/antigravity-skills-zht --skill sp-executing-plans-ddmanyes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a disciplined, automated workflow to execute predefined implementation plans, ensuring tasks progress in order, blockers halt progress, and verifiable outcomes are recorded for auditing and reproducibility.

Core Features & Use Cases

  • Sequential task execution: read IMPLEMENTATION_PLAN.md, lock the first incomplete task, execute the implementation, run validations, and move to the next task only after successful verification.
  • Blocking & verification: if a blocker is encountered or a verification step fails, execution stops, and the user is alerted with actionable guidance.
  • Progress tracking & logging: marks tasks as in_progress and completed, updates timestamps, appends to execution_trace.md, and commits changes to version control.
  • Repeat until completion: iterates through all tasks until every item in the plan is finished.

Quick Start

按照 IMPLEMENTATION_PLAN.md 的內容,從第一個未完成任務開始執行,執行每個實作並在完成後執行驗證、更新日誌與完成日期,直到所有任務完成。

Frequently Asked Questions about sp-executing-plans

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

FAQPage Schema
How do I automate sequential execution of a predefined implementation plan?

Automating sequential execution of a predefined implementation plan requires reading IMPLEMENTATION_PLAN.md, locking the first incomplete task, running validations, and advancing only after successful verification.

What happens when a verification step fails during automated task execution?

When a verification step fails during automated task execution, the workflow halts immediately, stops further progress, and alerts the user with actionable guidance to resolve the blocker.

How does progress tracking work when executing implementation plans automatically?

Progress tracking when executing implementation plans automatically works by marking tasks as in_progress and completed, updating timestamps, appending records to execution_trace.md, and committing changes to version control.

Do I need a specific file format to start automated plan execution?

Yes, automated plan execution requires a predefined IMPLEMENTATION_PLAN.md file to define the tasks, along with shell environment access to run post-task verification commands.

Can I skip blocked tasks and continue executing the next items in an implementation plan?

No, you cannot skip blocked tasks during implementation plan execution; the automated workflow enforces strict sequential task processing and halts entirely when encountering a blocker until it is resolved.