workflow-authoring

Author and validate SkillMeat Dynamic Workflow scripts against orchestration contracts.

Updated May 3, 2026
One-click install
npx skills add https://github.com/miethe/boxbrain-2 --skill workflow-authoring-miethe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-authoring
Source: https://github.com/miethe/boxbrain-2/tree/main/.claude/skills/workflow-authoring
Command: npx skills add https://github.com/miethe/boxbrain-2 --skill workflow-authoring-miethe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a governed, repeatable process for creating, modifying, and validating SkillMeat Dynamic Workflow scripts without violating orchestration contracts, safety boundaries, or deterministic execution requirements.

Core Features & Use Cases

  • Contract-Driven Authoring: Loads the master contract, per-workflow specification, registry, and pattern library before implementation.
  • Workflow Generation: Creates JavaScript workflows using ExecutionGraph and ExecutionReport schemas with correct phases, agent routing, dry-run handling, and budget controls.
  • Validation & Governance: Checks for prohibited file or shell access, Mode D boundary violations, unsafe reviewer agents, nondeterministic APIs, syntax errors, registration issues, and durability requirements.
  • Use Case: Use this Skill when adding a new workflow, extending an existing workflow, or reviewing a workflow script for compliance with the repository’s orchestration standards.

Quick Start

Use the workflow-authoring skill to create or validate a governed workflow for the specified workflow name and per-workflow requirements.

Frequently Asked Questions about workflow-authoring

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

FAQPage Schema
How do I validate a JavaScript workflow script against orchestration contracts?

Workflow validation checks JavaScript scripts against repository orchestration contracts by verifying deterministic workflow primitives, Mode D boundaries, edit-less reviewer routing, durability checks, and ExecutionGraph schemas to ensure full compliance.

What is a governed dynamic workflow and when do I need one?

A governed dynamic workflow is a JavaScript execution graph enforcing deterministic workflow primitives and orchestration contracts. You need one when adding, modifying, or reviewing agent routing processes to guarantee safety boundaries and execution compliance.

How do I create a workflow with correct agent routing and dry-run handling?

Creating workflows with correct agent routing and dry-run handling involves generating JavaScript using ExecutionGraph and ExecutionReport schemas. This applies correct phases, agent routing, dry-run handling, and budget controls within deterministic workflow primitives.

Can I use file or shell access inside workflow execution graphs?

No, file or shell access is prohibited inside workflow execution graphs. Validation actively checks for prohibited file or shell access, Mode D boundary violations, and unsafe reviewer agents to maintain governed, deterministic execution.

How do I register a newly authored workflow in the registry?

Registering a newly authored workflow in the workflow registry requires passing validation checks for syntax errors, registration issues, durability requirements, and orchestration contracts before the execution graph is officially recorded.

Why does my workflow script fail the durability check?

Workflow scripts fail durability checks when they violate deterministic workflow primitives, Mode D boundaries, or use nondeterministic APIs. Validation enforces durability requirements and ExecutionReport conventions to guarantee governed execution.