workflow-authoring

Write durable workflow harness rules for disposable ticket workspaces.

264|27|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PacificStudio/openase --skill workflow-authoring-pacificstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-authoring
Source: https://github.com/PacificStudio/openase/tree/main/internal/builtin/skills/workflow-authoring
Command: npx skills add https://github.com/PacificStudio/openase --skill workflow-authoring-pacificstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams define durable, reusable workflow harness rules for disposable ticket workspaces, enabling consistent governance and repeatable automation across runs.

Core Features & Use Cases

  • Defines the role, runtime context, mission, capabilities, status control, feedback loop, and delivery standards for a workflow harness.
  • Provides a structured template that can be reused across tickets to ensure predictable behavior and auditability.
  • Use Case: author a new harness for a ticket-driven task that must survive workspace disposal and produce durable outputs.

Quick Start

Create a new harness that explicitly states its mission, required inputs, exit gates, and how progress will be logged back to the ticket.

Frequently Asked Questions about workflow-authoring

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

FAQPage Schema
How do I create durable workflow harness rules for disposable ticket workspaces?

To create durable workflow harness rules for ticket workspaces, you define explicit mission parameters, runtime context, status gates, and delivery proofs so automation outputs persist safely after workspace disposal. This structured template ensures repeatable governance across ticket-driven runs.

What is a workflow harness and when do I need one for ticket-driven automation?

A workflow harness is a structured rule set defining role, mission, capabilities, and feedback for disposable ticket workspaces. You need one when ticket-driven automation runs in fresh environments and must write durable outputs to persistent surfaces for auditability.

How do I define status gates and delivery proofs for automated ticket workflows?

You define status gates and delivery proofs by explicitly specifying exit conditions and required output surfaces within the workflow harness rules. This ensures safe, reusable workflows where progress is logged back to the ticket and outputs survive workspace disposal.

Can I reuse the same workflow harness rules across multiple ticket automation runs?

Yes, workflow harness rules are designed to be reusable across tickets. By providing a structured template that defines runtime context, capabilities, and feedback loops, the harness ensures predictable behavior and auditability for every fresh ticket workspace run.

What's the best way to ensure ticket automation outputs survive workspace disposal?

The best way to ensure outputs survive workspace disposal is authoring durable workflow harness rules that require explicit delivery proofs and define output surfaces. This guarantees that automation results are written to persistent locations before the disposable ticket workspace is discarded.

Why do my automated ticket workflows lose context between runs in fresh workspaces?

Automated ticket workflows lose context between runs because disposable workspaces lack durable rules. Authoring a workflow harness with explicit mission, role, and feedback definitions ensures governance and runtime context persist independently of the fresh workspace environment.