servo:execution-planner

Generate the ADR-0016 execution plan for Servo Compile→Run handoffs.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ramboz/servo --skill servo-execution-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: servo:execution-planner
Source: https://github.com/ramboz/servo/tree/main/hosts/claude/skills/execution-planner
Command: npx skills add https://github.com/ramboz/servo --skill servo-execution-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of execution plans for the Servo Compile→Run handoff, saving time and ensuring consistency in the handoff process.

Core Features & Use Cases

  • Automate Execution Plan Creation: Generate the ADR-0016 execution plan from Compile inputs.
  • Durable Handoff: Write the plan to a durable location for later use.
  • Use Case: When you have a spec ready for execution, use this Skill to create an execution plan that will be used to hand off from Compile to Run.

Quick Start

Run the skill with the command: python3 execution_plan.py compile <target> --spec <spec-path>

Frequently Asked Questions about servo:execution-planner

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

FAQPage Schema
How do I automate execution plan creation for Servo Compile to Run handoff?

Automating execution plan creation involves assembling Compile inputs and writing the ADR-0016 plan to a durable location for the Run phase. This ensures consistency in the Servo Compile→Run handoff process.

What is the ADR-0016 execution plan used for in Servo project workflows?

The ADR-0016 execution plan formalizes the transition from Compile to Run in Servo workflows. It acts as a durable handoff document generated from your spec to guide the execution phase.

Do I need Python to generate an execution plan for Servo Compile→Run transitions?

Yes, generating the execution plan requires Python and a Servo plugin environment. The automation script needs this setup to assemble inputs and write the plan to a durable location.

How do I create a durable execution plan from a compile spec in Servo?

To create a durable plan, run the execution plan script with your target and spec path. This assembles necessary inputs and writes the ADR-0016 plan for later use during the Run phase.

When should I use an automated execution plan for Servo Compile→Run handoff?

Use an automated execution plan when your spec is ready for execution and you need to hand off from Compile to Run. This saves time and ensures consistency across the handoff process.

What are the limitations of automating Servo execution plan creation?

This automation applies only to Servo project workflows involving Compile→Run transitions and requires Python with a Servo plugin environment. It does not support workflows outside this specific handoff scope.