evolve-execute

Execute a preplanned PMPO Execute phase using plan.json and related context files.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill evolve-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve-execute
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/iterative-evolver/skills/evolve-execute
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill evolve-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to run only the Execute phase of an improvement process, applying a predefined plan to avoid rework and ensure consistent action execution.

Core Features & Use Cases

  • Execute the actions defined in an existing improvement plan without re-running prior steps.
  • Align execution with plan.json, assessment.json, and analysis.json to maintain context.
  • Integrate domain adapters from references/domain/<domain>.md and use prompts/execute.md to drive the actions.

Quick Start

Run the evolve-execute phase using the existing plan.json to apply the actions defined in the improvement plan.

Frequently Asked Questions about evolve-execute

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

FAQPage Schema
How do I execute an improvement plan without re-running previous workflow phases?

You can execute a preplanned workflow phase by loading existing plan.json, assessment.json, and analysis.json files to apply predefined actions without rework. This maintains context and ensures consistent execution of the improvement plan.

What context files do I need to run an improvement plan execution step?

Running the execution step requires plan.json, assessment.json, analysis.json, and a domain adapter from references/domain/<domain>.md. These files supply the necessary context to drive actions using prompts/execute.md.

Can I apply a domain adapter to customize workflow execution for a specific industry?

You can apply a domain adapter by loading references/domain/<domain>.md to customize workflow execution. This integrates domain-specific context with your existing plan.json to drive tailored improvement actions.

What is the best way to track workflow execution progress after applying an improvement plan?

Tracking workflow execution progress involves updating evolution_state.json and evolution_log.md after applying the improvement plan. This records execution results and maintains a persistent log of actions taken.

Why does my workflow execution fail when the improvement plan context is missing?

Workflow execution fails without context because the process requires loading plan.json, assessment.json, and analysis.json to align actions. Missing these files prevents accessing the predefined improvement plan.