dispatch

Execute project development lifecycle phases via a local-LLM executor.

85|9|Updated May 28, 2026
One-click install
npx skills add https://github.com/ryanczak/rexyMCP --skill dispatch-ryanczak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/ryanczak/rexyMCP/tree/main/plugin/skills/dispatch
Command: npx skills add https://github.com/ryanczak/rexyMCP --skill dispatch-ryanczak

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of phases in a project's development lifecycle, ensuring progress and coordination between the local-LLM executor and the project architecture.

Core Features & Use Cases

  • Phase Execution: Dispatch phases to the local-LLM executor for code implementation.
  • Health Checks: Perform pre-flight checks to ensure executor reachability.
  • Result Management: Handle various outcomes like success, failure, or cancellation, providing actionable information to the user.
  • Use Case: Imagine you have a project with multiple development phases. Use this Skill to execute each phase, monitor progress, and manage any issues that arise.

Quick Start

Dispatch the 'phase-01' phase to the executor.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I automate development phase execution with a local-LLM executor?

To automate phase execution with a local-LLM executor, you dispatch specific project phases to the executor. This monitors executor health, runs phase commands, and handles completion, failure, or cancellation outcomes.

What is local-LLM driven workflow management for development phases?

Local-LLM workflow management dispatches a project's development lifecycle phase to a local executor. It coordinates progress by performing pre-flight health checks and managing code implementation results.

Do I need project architecture documentation to run local-LLM phase execution?

Yes, you need functioning project architecture documentation to run local-LLM phase execution. The executor relies on this architecture context to accurately implement code for the dispatched development phase.

How do I handle phase failure or cancellation during local-LLM code execution?

To handle phase failure or cancellation during local-LLM code execution, the workflow monitors the executor and captures the outcome. It provides actionable information to help you manage and resolve any issues that arise.

Can I perform health checks before dispatching a phase to my local-LLM executor?

Yes, you can perform pre-flight health checks before dispatching a phase to your local-LLM executor. This ensures executor reachability and verifies the environment is ready before attempting code implementation.

Why does my local-LLM phase execution fail to start?

Your local-LLM phase execution may fail to start if pre-flight health checks detect the executor is unreachable. It also requires a functioning executor and proper project architecture documentation to proceed.