divedra-workflow-run

Run and monitor divedra workflow bundles with session recovery and GraphQL inspection.

1|Updated Nov 9, 2024
One-click install
npx skills add https://github.com/tacogips/ign --skill divedra-workflow-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: divedra-workflow-run
Source: https://github.com/tacogips/ign/tree/main/.agents/skills/divedra-workflow-run
Command: npx skills add https://github.com/tacogips/ign --skill divedra-workflow-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you operate existing divedra workflow bundles to run them reliably, monitor progress, and recover from failures using session controls and GraphQL inspection.

Core Features & Use Cases

  • Workflow discovery and preflight: list available workflows, validate bundles, and inspect normalized structure before execution.
  • Deterministic and supervised execution: run plain or supervised workflows with auto-improve options, including mock scenarios to avoid backend calls.
  • Session operations and deep diagnostics: resume, rerun from a step, continue from an artifact boundary, and inspect runtime/session details via GraphQL.
  • Remote/serve targeting: run against a GraphQL endpoint by starting the local control plane and passing an endpoint for server-backed execution.
  • Step-level debugging guidance: use call-step for local, targeted step calls while relying on GraphQL for merged execution and logs.

Quick Start

Ask the AI to generate and run an appropriate workflow by executing workflow usage, then run the selected workflow with supervised recovery enabled and JSON output.

Frequently Asked Questions about divedra-workflow-run

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

FAQPage Schema
How do I resume a failed workflow session and rerun from a specific step?

To resume a failed workflow session, use session progress and status checks to diagnose the failure, then apply session resume, rerun, or continue operations to restart execution from a specific step or artifact boundary.

How do I run deterministic mock scenarios for a workflow without making backend calls?

You can run deterministic mock scenarios by selecting a workflow and executing it with mock-scenario controls, ensuring local-only usage to avoid backend calls while validating the workflow bundle behavior.

Can I inspect workflow runtime details and merged execution logs using GraphQL?

Yes, you can inspect runtime and session details using GraphQL detail queries, which allow you to query merged execution states and logs for deep diagnostics during supervised long-running runs.

What is the best way to run workflows against a remote GraphQL endpoint?

To run workflows against a remote GraphQL endpoint, you need to start the local control plane using serve, then pass the remote endpoint configuration to execute the workflow with server-backed execution and GraphQL inspection.

How do I validate and inspect a workflow bundle structure before execution?

You can validate and inspect a workflow bundle by using workflow list to discover available bundles, workflow validate to check bundle integrity, and workflow inspect to view the normalized structure before execution.

Does supervised execution support auto-improve for long-running workflow runs?

Yes, supervised execution supports auto-improve options for long-running workflow runs, allowing the system to automatically apply improvements while monitoring progress and enabling session recovery if failures occur.