executing-plans

Execute written implementation plans by coordinating sub-agent tasks and verifications.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Rysnz/OpenHarness --skill executing-plans-rysnz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Rysnz/OpenHarness/tree/main/src/crates/core/builtin_skills/executing-plans
Command: npx skills add https://github.com/Rysnz/OpenHarness --skill executing-plans-rysnz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute a written implementation plan by coordinating task execution, reviews, and verifications across sub-agents.

Core Features & Use Cases

  • Load and review plan
  • Execute tasks with status updates and verifications
  • Complete development with guardrails and checkpoints

Quick Start

Load a plan file, review it for concerns, and begin executing tasks with stepwise 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 written implementation plan with automated checkpoints?▼

You can execute a written implementation plan by loading the plan file, reviewing it for concerns, and coordinating sequential task execution with status updates and verifications across sub-agents.

What is the best way to manage plan execution across sub-agents in software development?▼

Managing plan execution across sub-agents involves coordinating task execution, reviews, and verifications sequentially, ensuring safe and auditable delivery with guardrails and checkpoints.

Can I use git worktrees to safely execute development plans?▼

Yes, plan execution integrates with git worktrees to ensure safe, auditable delivery by isolating development branches while coordinating sequential task execution and final development completion.

How do sub-agents verify tasks during implementation plan execution?▼

Sub-agents verify tasks through stepwise verification during sequential task execution, providing status updates and applying guardrails before completing the development branch.

Do I need a pre-written plan file to start orchestrating task execution?▼

Yes, you need a written implementation plan file to load and review before beginning task execution, as the workflow relies on coordinating pre-defined tasks with checkpoints.