executing-plans

Coordinate plan execution with review checkpoints and per-task status updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/namhoangg/agent-starter-kit --skill executing-plans-namhoangg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/namhoangg/agent-starter-kit/tree/main/cursor/skills/executing-plans
Command: npx skills add https://github.com/namhoangg/agent-starter-kit --skill executing-plans-namhoangg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate execution of a written plan with critical review checkpoints, turning plan into concrete tasks and a clear completion report.

Core Features & Use Cases

  • Load a plan, perform critical review, and execute tasks with per-task status updates.
  • Run verifications after each step and announce completion with optional sub-skill integration.
  • Guardrails include stopping on blockers and asking for clarification when instructions are unclear.

Quick Start

Provide a written plan and start the executing-plans skill to load, review, and execute tasks with verification.

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 development plan with verification steps?

To execute a development plan systematically, load the written plan to perform critical review, execute tasks with per-task status updates, and run verifications after each step before announcing completion.

What is the best way to automate task execution from a written plan?

Automating task execution from a written plan involves coordinating systematic task execution, per-task state management, and verification steps to turn the plan into concrete tasks and a clear completion report.

Does this plan execution workflow integrate with git worktrees and subagents?

Yes, this plan execution workflow integrates with sub-skills like git worktrees and finishing branches, allowing subagents to manage per-task state and verification across development cycles.

Can I stop plan execution automatically when hitting blockers or unclear instructions?

Yes, the plan execution workflow includes guardrails that stop execution on blockers and ask for clarification when instructions are unclear, ensuring safe task completion across development cycles.

How do I track per-task status updates during plan execution?

You track per-task status updates during plan execution by applying per-task state management, which coordinates task execution, runs verifications after each step, and generates a completion report.