coder:execute-phase

Run planned tasks in waves with mandatory verification before completion.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/CodeAlexx/Eri-Rpg --skill coder-execute-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder:execute-phase
Source: https://github.com/CodeAlexx/Eri-Rpg/tree/main/erirpg/skills/coder-execute-phase
Command: npx skills add https://github.com/CodeAlexx/Eri-Rpg --skill coder-execute-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Orchestrates end-to-end phase execution by running planned tasks in waves and enforcing mandatory verification before completion, reducing manual coordination and human error.

Core Features & Use Cases

  • Supports wave-based execution of phase plans with deterministic sequencing and parallelism.
  • Automatically updates STATE.md and generates SUMMARY.md per plan, then runs a mandatory verification step before completion.
  • Supports recovery from mid-execution interruptions and safe completion gating.

Quick Start

Run the coder:execute-phase command for a phase to start wave-based execution and automatic verification.

Frequently Asked Questions about coder:execute-phase

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

FAQPage Schema
How do I execute phase plans in wave-based parallel runs?

You can orchestrate phase execution by running planned tasks in waves with deterministic sequencing and parallelism, automatically verifying outcomes before completion to reduce manual coordination and human error.

What is wave-based execution for phase workflows?

Wave-based execution coordinates planning, execution, and verification by running tasks in deterministic parallel waves, automatically updating STATE.md and generating SUMMARY.md per plan to track progress.

How do I automate verification before completing a phase execution?

You automate verification by enforcing a mandatory verification step that runs after task waves complete, applying safe completion gating to ensure all must-have controls are satisfied before marking the phase done.

Can I recover from mid-execution interruptions during wave-based phase runs?

Yes, the system supports recovery from mid-execution interruptions by tracking progress in STATE.md and applying safe completion gating, allowing you to resume wave-based execution without losing completed task outcomes.

Do I need to manually track progress when running parallel phase tasks?

No, you do not need to manually track progress because the system automatically updates STATE.md during wave spawning and generates SUMMARY.md per plan, enforcing deterministic wave semantics throughout execution.