executing-plans

Load, review, and execute written plans with per-task state tracking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and executing complex tasks across multiple steps can be error-prone without a formal review and checkpoint process. This skill provides a disciplined workflow to load a written plan, review it critically, execute all tasks in order, and report completion.

Core Features & Use Cases

  • Load a written plan file, conduct critical review, and identify concerns before execution.
  • Execute plan steps deterministically with per-task state tracking (in_progress, completed), including verifications and blockers handling.
  • Integrate with subskills such as finishing-a-development-branch to complete work after execution.

Quick Start

Start by loading a plan file and begin execution with the plan you provide.

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 project plan with checkpoints and task state tracking?

Executing a project plan with checkpoints involves loading a written plan file, conducting critical review, tracking per-task state like in_progress and completed, and handling blockers before final verification.

What is structured plan execution with review checkpoints?

Structured plan execution is a disciplined workflow that coordinates end-to-end task completion by enforcing critical plan review, deterministic step execution, and strict verification checkpoints throughout the process.

How do I handle blockers during multi-step task execution?

Handling blockers during task execution requires a workflow that identifies concerns during initial plan review, actively tracks per-task state, and pauses execution to resolve blockers before proceeding to subsequent steps.

Does structured plan execution work with subagents for task handoffs?

Structured plan execution supports optional subskill handoffs, allowing subagents to manage downstream tasks like finishing a development branch after the core plan execution and verification workflows are completed.

Do I need a written plan file before starting task execution?

A written plan file is required before starting task execution because the workflow begins by loading the plan, conducting a critical review, and identifying concerns before deterministically executing any tasks.

What's the best way to verify task completion in a multi-step workflow?

The best way to verify task completion in a multi-step workflow is applying strict verification steps after each task reaches a completed state, ensuring all plan requirements are satisfied before reporting final completion.