executing-plans

Coordinate written plan execution into a structured, verifiable workflow with checkpoints.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ingbyr/lzcode --skill executing-plans-ingbyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/ingbyr/lzcode/tree/main/packages/desktop/src-tauri/lz-assets/skills/executing-plans
Command: npx skills add https://github.com/ingbyr/lzcode --skill executing-plans-ingbyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams translate a written implementation plan into a structured, verifiable execution workflow with built-in review checkpoints and safe handoffs to subagents.

Core Features & Use Cases

  • Load and critically review a plan before starting.
  • Execute tasks in a controlled sequence with status tracking and verifications.
  • Complete development with required sub-skills and guardrails to recover from blockers.

Quick Start

Load your plan file, review it for concerns, and execute all tasks with verifications until completion.

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 task verification and review checkpoints?

Executing a development plan with task verification involves loading a written plan, tracking task states in a controlled sequence, and enforcing critical review checkpoints before completion. This structured workflow manages stepwise execution and coordinates subagent collaboration safely.

What is the best way to orchestrate subagents for stepwise task management?

Orchestrating subagents for stepwise task management is best handled by applying a structured workflow that enforces verifications and safe handoffs. The coordinator loads the plan, delegates execution to subagents, and validates completion at designated review checkpoints.

How do git worktrees fit into a structured plan execution workflow?

Git worktrees fit into structured plan execution by providing isolated environments for development branches. The workflow requires using git worktrees as a guardrail to manage task states safely and enable verifiable branch completion before merging development efforts.

Can I use this workflow to recover from blockers during project development?

Yes, you can use this workflow to recover from blockers during project development. The execution orchestration includes required sub-skills and guardrails designed specifically to identify task blockers, manage recovery states, and resume verifiable execution safely.

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

Yes, you need a written plan file before starting task execution. The workflow enforces plan loading and requires critically reviewing the plan for concerns before initiating any stepwise task management, status tracking, or subagent delegation.