plan-orchestrating

Orchestrate implementation plans with YAML and Markdown, automating execution and tracking.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/emeraldwalk/skills --skill plan-orchestrating
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-orchestrating
Source: https://github.com/emeraldwalk/skills/tree/main/plan-orchestrating
Command: npx skills add https://github.com/emeraldwalk/skills --skill plan-orchestrating

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing, implementing, and orchestrating complex plans for projects, ensuring streamlined execution and comprehensive tracking.

Core Features & Use Cases

  • Plan Creation and Management: Author and maintain implementation plans stored under .plans/.
  • Checklist Updates: Keep track of progress during implementation.
  • Plan Execution: Orchestrate the execution of "Ready to Implement" plans and manage sub-agent delegation.
  • Use Case: When you need to create detailed plans, manage their execution, and ensure all steps are completed accurately.

Quick Start

Run the plan-orchestrating skill to implement a plan by providing the name of the plan file.

Frequently Asked Questions about plan-orchestrating

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

FAQPage Schema
How do I automate project plan execution and track implementation progress?

Automate project plan execution by defining tasks in YAML and Markdown, which allows the system to orchestrate sequential and parallel sub-agent execution while tracking progress through automated checklist updates.

How does sub-agent orchestration work for parallel and sequential tasks?

Sub-agent orchestration delegates tasks defined in your plan to execute either sequentially or in parallel, applying commit-on-success and stop-on-failure logic to manage the execution flow.

Do I need YAML and Markdown to manage implementation plans?

Yes, you need YAML and Markdown to define and structure implementation plans, which are stored under the `.plans/` directory for execution and tracking purposes.

What is the best way to ensure complex plan steps are completed accurately?

The best way to ensure accurate completion is to orchestrate execution using commit-on-success and stop-on-failure logic, which halts the process immediately if any implementation step fails.

Can I track checklist updates automatically during plan implementation?

Yes, you can track checklist updates automatically during plan implementation, as the orchestration process manages progress tracking and updates the checklist as sub-agents complete their assigned tasks.