rx-execute

Execute and verify step-by-step software improvement plans with acceptance criteria.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/acardozzo/rx-suite --skill rx-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rx-execute
Source: https://github.com/acardozzo/rx-suite/tree/main/skills/rx-execute
Command: npx skills add https://github.com/acardozzo/rx-suite --skill rx-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the implementation and verification of step-by-step improvement plans generated by rx-plan, ensuring code quality and architectural adherence.

Core Features & Use Cases

  • Automated Plan Execution: Implements each step of a plan sequentially, including code modifications and configuration changes.
  • Verification Gate: Verifies each step against defined acceptance criteria using fresh evidence before proceeding.
  • Iterative Improvement: Re-evaluates the dimension's score after plan completion and automatically generates a new plan version if the target (A+) is not reached.
  • Use Case: After rx-plan generates a detailed improvement plan for API design, you can use rx-execute to automatically implement each recommendation, verify the changes, and confirm the API score has improved.

Quick Start

Use the rx-execute skill to implement the latest plan for the arch-rx d02 dimension.

Frequently Asked Questions about rx-execute

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

FAQPage Schema
How do I automate the implementation of a step-by-step software refactoring plan?

Automated plan execution implements each step of a software refactoring plan sequentially, handling code modifications and configuration changes. It uses subagents to verify each step against defined acceptance criteria before proceeding to the next phase.

How does verification work during automated code quality improvement?

Verification gates check each implementation step against defined acceptance criteria using fresh evidence. If a step fails verification, the system re-evaluates the dimension's score and prevents progression until the criteria are successfully met.

How do I execute improvement plans without affecting my main git branch?

Complex improvement plans operate within isolated git worktrees to prevent affecting your main branch. Changes are committed to the isolated worktree only upon successful completion and verification of all plan steps.

What happens if an automated refactoring plan does not reach the target code quality score?

Iterative improvement re-evaluates the dimension's score after plan completion and automatically generates a new v{N+1} plan version if the target A+ rating is not reached. This ensures continuous progression toward the desired quality threshold.

Can I use automated plan execution for continuous improvement across multiple software dimensions?

Automated plan execution supports continuous improvement across software dimensions by loading plans, implementing steps via subagents, and verifying adherence to architectural frameworks. It automatically generates successive plans to maintain ongoing quality progression.