executing-plans

Load, review, and execute written plans with staged checkpoints.

Updated May 4, 2026
One-click install
npx skills add https://github.com/fred29910/migra-go --skill executing-plans-fred29910
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/fred29910/migra-go/tree/main/.agents/skills/executing-plans
Command: npx skills add https://github.com/fred29910/migra-go --skill executing-plans-fred29910

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在单次会话中,帮助你加载一份书面实现计划、进行批判性审查、逐步执行任务并在完成后报告进度,确保计划可追溯且可控。

Core Features & Use Cases

  • 计划加载与审查:自动识别任务依赖、前提条件和潜在环境假设,必要时向协作者提出澄清。
  • 逐步执行与状态追踪:将任务分解为可执行步骤,标记进行中、已完成,逐步提交变更并记录日志。
  • 审核与沟通守则:遇到不确定性或依赖缺失时暂停执行并请求人工确认,防止误执行。
  • 结束与交付:完成后可启动 finishing-a-development-branch 等子技能进行合并和发布准备。

Quick Start

用 docs/plan.md 作为计划入口,让我加载、审查并执行该计划。

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 plan with human-in-the-loop validation and audit trails?

To execute a plan with human-in-the-loop validation, load a written plan like docs/plan.md to assess dependencies and constraints. The system coordinates staged reviews and checkpoints, ensuring auditable task execution across multiple steps within a single session.

What is the best way to manage task dependencies during complex workflow execution?

Managing task dependencies during complex workflow execution involves automatically identifying prerequisites and environmental assumptions from your loaded plan. Execution pauses to request human confirmation when dependencies are missing or constraints are unclear.

How do you handle blockers and ambiguities during staged plan execution?

Handling blockers and ambiguities during plan execution requires pausing the workflow to request human confirmation. This prevents misexecution by enforcing structured reviews at staged checkpoints before proceeding with dependent tasks.

Can I use a markdown plan file for automated task management with dependency checks?

Yes, you can use a markdown plan file for automated task management by loading docs/plan.md as the entry point. The system reviews dependencies, breaks down tasks into executable steps, and tracks completion status with structured logging.

What happens after completing a multi-step plan execution with checkpoints?

After completing multi-step plan execution, the system reports progress and can launch downstream skills like finishing-a-development-branch for branch merging and release preparation, ensuring a controlled transition from execution to delivery.