wz:executor

Validate prerequisites, select interaction mode, and delegate to the execute workflow.

3|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MohamedAbdallah-14/Wazir --skill wz-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wz:executor
Source: https://github.com/MohamedAbdallah-14/Wazir/tree/main/skills/executor
Command: npx skills add https://github.com/MohamedAbdallah-14/Wazir --skill wz-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates gate prerequisites, sets the interaction mode, and delegates to the execute workflow to ensure safe, structured handoffs between phases.

Core Features & Use Cases

  • Gate prerequisites: hard gates ensure the presence of required artifacts before execution.
  • Interaction mode awareness: supports auto, guided, and interactive modes for subtask dispatch.
  • Delegation to the execute workflow: centralizes orchestration and handoffs to the execution phase.

Quick Start

Start a new execution session and let the executor validate prerequisites, determine the interaction mode, and dispatch to the execute workflow.

Frequently Asked Questions about wz:executor

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

FAQPage Schema
How do I orchestrate workflow execution with prerequisite gate checks in an AI pipeline?

Workflow execution orchestration validates required artifacts at hard gates before delegating to the execute workflow, ensuring safe and structured phase handoffs. This prevents missing artifact failures by blocking progression until prerequisites are met.

What are the differences between auto, guided, and interactive interaction modes for subtask dispatch?

Interaction modes determine how subtask dispatch is handled during execution: auto proceeds autonomously, guided provides step-by-step oversight, and interactive requires user input. The executor sets the appropriate mode to control subtask dispatch behavior.

How do I ensure traceable transitions when handing off tasks to the execute workflow?

Traceable transitions are achieved by centralizing orchestration and delegating execution through a clean handoff to the execute workflow. This structured approach validates gate prerequisites and interaction modes before initializing the execution phase.

When do I need gated execution flow for AI task pipelines?

Gated execution flow is needed when your AI task pipelines require strict validation of artifact presence before moving between phases. Hard gates ensure that prerequisite conditions are satisfied, preventing unsafe or incomplete phase handoffs.

Can I use this executor for phase orchestration without any external dependencies?

Yes, the executor operates without external dependencies to orchestrate phase transitions and gate checks. It independently manages mode selection and artifact presence validation before initializing the execution workflow handoff.