workflow-readiness-check

Validates draft workflow packets for missing files and conflicts before promotion to active status.

3|3|Updated Aug 19, 2024
One-click install
npx skills add https://github.com/AMDResearch/dh_comms --skill workflow-readiness-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-readiness-check
Source: https://github.com/AMDResearch/dh_comms/tree/main/.agents/skills/workflow-readiness-check
Command: npx skills add https://github.com/AMDResearch/dh_comms --skill workflow-readiness-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate-check before promoting a draft workflow packet to active. Verify that the packet is complete enough for an agent to execute autonomously without needing to ask clarifying questions. This is the final quality gate -- nothing leaves draft without passing.

Core Features & Use Cases

  • Validate that the packet directory contains all required files.
  • Verify required reads exist and are coherent with policy and active-workflows.
  • Produce a readiness report with pass/fail outcomes and remediation steps.
  • Identify and flag ambiguity or design issues for review.

Quick Start

Run the workflow-readiness-check on a draft workflow packet to generate a structured readiness report.

Frequently Asked Questions about workflow-readiness-check

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

FAQPage Schema
How do I validate a draft workflow packet before promotion?

To validate a draft workflow packet, run a readiness check that verifies all required files exist in the dossier and cross-references policy and active-workflows to detect conflicts or missing dependencies, producing a structured pass/fail report with remediation steps.

What is a workflow readiness check?

A workflow readiness check is a final quality gate that verifies a draft workflow packet is complete enough for an agent to execute autonomously without needing clarifying questions, ensuring nothing leaves draft status without passing validation.

How do I check if my workflow dossier is missing required files?

To check for missing required files in your workflow dossier, run a readiness check against the draft workflow packet directory, which validates file presence and outputs a structured report flagging any missing components with explicit remediation steps.

Can I detect policy conflicts in a draft workflow before activation?

Yes, you can detect policy conflicts by running a readiness check that cross-references the draft workflow packet against existing policy and active-workflows, identifying conflicts and missing dependencies before producing a structured pass/fail readiness report.

Does a workflow readiness check provide remediation steps for failures?

Yes, a workflow readiness check provides explicit remediation steps for failures by producing a structured readiness report that includes pass/fail statuses, flags ambiguity or design issues for review, and outlines next steps for promotion.

Why does my draft workflow fail the promotion gate-check?

Your draft workflow fails the promotion gate-check when the readiness validation detects missing required files in the packet directory, finds conflicts with policy or active-workflows, or identifies ambiguity and design issues that prevent autonomous agent execution.