executing-plans

Execute implementation plans from .omolite/plans/ with progress tracking and subagent dispatch.

1|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill executing-plans-eremesng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/EremesNG/oh-my-opencode-lite/tree/main/src/skills/executing-plans
Command: npx skills add https://github.com/EremesNG/oh-my-opencode-lite --skill executing-plans-eremesng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams resume work from paused sessions by executing an existing implementation plan from .omolite/plans/ task by task with real-time progress tracking, subagent dispatch, and verification checkpoints.

Core Features & Use Cases

  • Real-time task progress tracking and status updates
  • Delegation to specialized subagents (planner, explorer, librarian, oracle, designer, quick, deep)
  • Checkpoint-based verification to ensure plan fidelity and error handling
  • Load plans from .omolite/plans/ and execute tasks sequentially or in parallel where appropriate

Quick Start

Load your existing plan from .omolite/plans/ and begin task-by-task execution with live progress updates.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused workflow and execute an existing implementation plan task by task?

To resume paused workflows, you load an existing plan from the .omolite/plans/ directory and execute it task by task with real-time progress tracking and checkpoint-based verification.

What is the best way to handle multi-step deployments that require delegating tasks to subagents?

Multi-step deployments are handled by dispatching tasks to specialized subagents like planner, explorer, librarian, oracle, designer, quick, and deep, ensuring complex workflows are executed with fidelity.

How does real-time progress tracking work when executing an automation plan sequentially?

Real-time progress tracking works by loading the plan, executing tasks sequentially or in parallel, updating in-progress states continuously, and applying verification checkpoints to ensure plan fidelity.

Do I need a specific directory structure to load and execute plans with progress tracking?

Yes, you need to store your implementation plans inside the .omolite/plans/ directory so the execution engine can load them, track real-time progress, and dispatch subagents correctly.

Can I run complex workflows in parallel when delegating to specialized subagents?

Yes, complex workflows can be executed sequentially or in parallel where appropriate, using specialized subagents and checkpoint-based verification to maintain plan fidelity and handle errors.

What happens if a task fails during multi-step plan execution with subagent dispatch?

If a task fails, checkpoint-based verification handles errors by ensuring plan fidelity, allowing the system to manage in-progress state updates and resume paused sessions accurately.