executing-plans

Execute written implementation plans with task-by-task validation and critical review checkpoints.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/fartmonarch/RenderMind --skill executing-plans-fartmonarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/fartmonarch/RenderMind/tree/main/.claude/skills/executing-plans
Command: npx skills add https://github.com/fartmonarch/RenderMind --skill executing-plans-fartmonarch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当你拿到一份需要分步执行的书面实现计划时,这个技能帮助你先审查风险,再按任务逐项推进,避免在依赖缺失、验证不清或方向偏离时盲目开工。

Core Features & Use Cases

  • 在开始前批判性检查计划中的依赖顺序、验证标准和环境假设。
  • 按任务执行、验证、记录偏差,并在测试失败或指令不清时及时停下来求助。
  • 适用于需要在独立会话中完成的多步开发任务,例如重构、功能交付和计划型修复工作流。

Quick Start

将你的计划文件交给这个技能,让它先审查再逐项执行,并在遇到阻塞或歧义时立即暂停向你汇报。

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 multi-step implementation plan with task validation?

To execute a multi-step implementation plan, this Skill processes your written plan task-by-task with critical review checkpoints and validation. It scrutinizes dependencies and blocks on ambiguity or failed verification before proceeding.

What is the best way to manage branch-based feature delivery in an isolated session?

For branch-based feature delivery, this Skill executes your plan sequentially within an isolated session. It applies critical review checkpoints between tasks, ensuring dependencies are satisfied and verification passes before advancing.

How does task-by-task validation work during plan-driven refactoring?

Task-by-task validation during plan-driven refactoring works by executing each step, verifying the outcome, and recording any deviations. The Skill explicitly blocks progress if verification fails or instructions are ambiguous.

Can I use this for plan-driven bug fixes that require dependency scrutiny?

Yes, you can use this for plan-driven bug fixes. It applies critical dependency scrutiny to your written plan, executes tasks sequentially, and halts immediately if it encounters missing dependencies or failed validation checks.

What happens when a testing failure occurs during multi-step software work?

When a testing failure occurs during multi-step software work, the Skill explicitly blocks further execution. It pauses the workflow, requests human clarification for the ambiguity or failed verification, and prevents blind progression.

Does executing an implementation plan require a handoff to finishing workflows?

Yes, executing an implementation plan requires a handoff to finishing workflows. After the Skill completes and validates all tasks, it transitions the isolated session work to your downstream finishing processes.