process-automated-builder

Installation
SKILL.md

Process Automated Builder

Scope

  • Prepare one local process_from_flow run from a request or reference-flow input.
  • Reopen an existing run to write deterministic resume metadata.
  • Prepare one local publish bundle from an existing run.
  • Prepare a deterministic batch of local process-build runs.

This skill uses the CLI only. Legacy alternate runtimes are not part of the supported path.

Canonical Runtime

  1. Read references/workflow-map.md and references/operations-playbook.md.
  2. Choose an explicit output directory, for example /abs/path/artifacts/<case_slug>/....
  3. Use node scripts/run-process-automated-builder.mjs auto-build ... --out-dir <dir> to create one local run root.
  4. Continue with resume-build, publish-build, or batch-build as needed, passing --run-dir or --out-dir explicitly.
  5. If a missing capability is discovered, add a native tiangong process ... command in tiangong-lca-cli first. Do not add new business runtime inside this skill.

Parallel Execution Contract

  • Run-level parallel: multiple flow inputs can run concurrently, but each run must use a distinct run_id.
Related skills

More from tiangong-lca/skills

Installs
13
GitHub Stars
4
First Seen
Feb 12, 2026