vhm24-orchestrator

Coordinate VendHub sub-skills to generate UI artifacts from a single request.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jamsmac/VHM24 --skill vhm24-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vhm24-orchestrator
Source: https://github.com/jamsmac/VHM24/tree/main/skills/vhm24-orchestrator
Command: npx skills add https://github.com/jamsmac/VHM24 --skill vhm24-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

VendHub OS Skill Orchestrator coordinates multiple VendHub skills to plan, execute, and monitor UI delivery for new screens and complex modules.

Core Features & Use Cases

  • Orchestrates the end-to-end skill flow (ux spec, data modeling, API generation, UI generation, QA) to produce a cohesive UI solution.
  • Generates a structured EXECUTION_PLAN.md that outlines tasks, dependencies, and progress per stage.
  • Tracks progress and coordinates handoffs between specialized skills, ensuring traceability and quality.

Quick Start

Trigger the orchestrator with a request for a new screen or module; it will produce an execution plan and begin coordinating the required skills, culminating in a ready-to-implement UI artifact.

Frequently Asked Questions about vhm24-orchestrator

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

FAQPage Schema
How do I coordinate multiple skills to generate a complete UI from a single request?

To coordinate UI generation from a single request, you need an orchestration layer that sequences sub-skills for UX specification, API generation, and QA. This skill automates that workflow by generating an execution plan and tracking task handoffs to deliver a cohesive UI.

What is the best way to manage task sequencing for new screens and complex modules?

Managing task sequencing for complex UI modules requires a structured execution plan. This orchestrator creates an EXECUTION_PLAN.md that outlines dependencies and tracks progress across specialized sub-skills, ensuring traceability from initial specification through final QA review.

How does skill orchestration work for end-to-end UI delivery?

Skill orchestration for UI delivery works by managing the entire lifecycle from specification to code generation and QA. It coordinates specialized sub-skills like ux-spec, api-generator, ui-generator, and qa-review, monitoring handoffs to produce a ready-to-implement UI artifact.

Do I need to manually trigger each sub-skill to build a new UI screen?

You do not need to manually trigger each sub-skill to build a new UI screen. The orchestrator automatically coordinates the required sub-skills, analyzes your request, creates the execution plan, and monitors progress through the QA review stage.

Can I track the progress of my UI code generation across different stages?

You can track UI code generation progress through the EXECUTION_PLAN.md document. The orchestrator generates this structured file to outline tasks and dependencies per stage, continuously monitoring handoffs between specialized skills to ensure quality and traceability.