Workflows
by @askginadotai
Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations.
clawhub install workflowsπ About This Skill
id: workflows name: "Workflows via Ask Gina" description: "Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable operations."
Workflows via Ask Gina Skill
What It Does
Provides a practical workflow-authoring and operations standard for Gina sandbox automation.
When To Use
When Not To Use
Inputs
Outputs
.ts).Core Commands
workflow create
workflow validate
workflow run [--input JSON]
workflow status
workflow logs [--step ]
workflow eval
workflow optimize --baseline
workflow rollback
Setup
1. Confirm workflow tooling is available (workflow list should succeed).
2. Scaffold or open the target workflow in /workspace/.harness/workflows/.
3. Keep active versions on @latest.ts naming when versioned variants exist.
4. Validate before every run: workflow validate .
5. For risky changes, capture a baseline run and eval before editing.
Capability Contract Checklist
For each workflow entry, explicitly define:
Failure Modes
Security And Permissions
allow and block.Evidence Expectations
Optional Directories
workflows/
SKILL.md
references/ # implementation and API details
scripts/ # optional helpers for repeatable checks
assets/ # optional diagrams/screenshots
Reference Material
Deep technical references are intentionally split out:
references/cli-and-definition.mdreferences/eval-optimize-and-artifacts.mdreferences/polymarket-patterns.mdUse these as appendices while keeping this file focused on operational usage.
β‘ When to Use
βοΈ Configuration
1. Confirm workflow tooling is available (workflow list should succeed).
2. Scaffold or open the target workflow in /workspace/.harness/workflows/.
3. Keep active versions on @latest.ts naming when versioned variants exist.
4. Validate before every run: workflow validate .
5. For risky changes, capture a baseline run and eval before editing.