process-automated-builder
Installation
SKILL.md
Process Automated Builder
Scope
- Prepare one local
process_from_flowrun 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
- Read
references/workflow-map.mdandreferences/operations-playbook.md. - Choose an explicit output directory, for example
/abs/path/artifacts/<case_slug>/.... - Use
node scripts/run-process-automated-builder.mjs auto-build ... --out-dir <dir>to create one local run root. - Continue with
resume-build,publish-build, orbatch-buildas needed, passing--run-diror--out-direxplicitly. - If a missing capability is discovered, add a native
tiangong-lca process ...command intiangong-lca-clifirst. Do not add new business runtime inside this skill.