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.
  • Run the process identity, build-plan, required-field, and local verification gates that must surround any automated process generation.

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-lca process ... command in tiangong-lca-cli first. Do not add new business runtime inside this skill.
Installs
20
GitHub Stars
6
First Seen
Feb 12, 2026
process-automated-builder — tiangong-lca/skills