asc-workflow

Installation
Summary

Define, validate, and run repo-local multi-step automations with .asc/workflow.json and asc workflow commands.

  • Author workflows in .asc/workflow.json with support for global/workflow-level env, before/after hooks, error handlers, and conditional steps using if directives
  • Run workflows locally or in CI with asc workflow run <name>, preview execution with --dry-run, and validate structure with asc workflow validate
  • Supports sub-workflows (including private helper workflows), runtime parameter injection via KEY:VALUE syntax, and environment precedence rules for flexible composition
  • Output is structured JSON for machine-safe CI checks; shell commands use bash -o pipefail when available, with fallback to sh
SKILL.md

asc workflow

Use this skill when you need lane-style automation inside the CLI using:

  • asc workflow validate
  • asc workflow list
  • asc workflow run

Workflows are repo-local automation files. They run trusted shell commands, stream step output to stderr, and keep stdout as machine-readable JSON.

Command discovery

Always verify flags with:

Related skills
Installs
1.7K
GitHub Stars
795
First Seen
Feb 18, 2026