executing-plans

Coordinates sequential task execution from a predefined plan file with inline review checkpoints.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/anortham/razorback --skill executing-plans-anortham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/anortham/razorback/tree/main/skills/executing-plans
Command: npx skills add https://github.com/anortham/razorback --skill executing-plans-anortham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes and executes a written plan in a controlled session, with review checkpoints, enabling a single agent or a team to follow a defined sequence safely and transparently.

Core Features & Use Cases

  • Load an existing plan file, orient with context, and execute tasks in order.
  • Provide optional pre- or post-review steps with model routing and verification, suitable for single-task or multi-task scenarios.
  • Use when delegation is unavailable or when a deterministic run is required, or for parallel subagent-driven development with inline reviews.

Quick Start

Follow a plan path and call this skill to execute it with optional reviewer_choice and plan-verification settings.

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 predefined plan with review checkpoints?

You can execute a predefined plan by loading the plan file, orienting with context, and running tasks sequentially. The skill coordinates execution by creating tasks, running verifications, and providing optional pre- or post-review steps with model routing for thorough checkpoint reviews.

What is the best way to orchestrate workflow automation for sequential tasks?

The best way to orchestrate workflow automation for sequential tasks is to use a deterministic execution approach against a written plan. This provides structured task completion, inline review checkpoints, and optional pre-merge external reviews to ensure safe and transparent workflow progression.

Can I run plan execution in parallel with subagents?

Yes, you can run plan execution in parallel with subagents. The skill supports both solo and parallel work, enabling subagent-driven development with inline reviews for scenarios where single-task or sequential workflows are not suitable.

Does this approach work for deterministic runs when delegation is unavailable?

Yes, this approach works for deterministic runs when delegation is unavailable. It organizes and executes a written plan in a controlled session with review checkpoints, allowing a single agent to follow a defined sequence safely and transparently without needing subagent delegation.

When should I not use sequential workflow execution for plan completion?

You should not use sequential workflow execution when subagent-driven development is available and better suited for your scenario. In such cases, use parallel work with inline reviews to handle complex, multi-task scenarios requiring concurrent processing rather than a deterministic single-agent run.