process-automated-builder
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.
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 process ...command intiangong-lca-clifirst. 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 distinctrun_id.
More from tiangong-lca/skills
process-hybrid-search
Execute and troubleshoot Supabase edge function `process_hybrid_search`, which rewrites process descriptions and calls `hybrid_search_processes` with optional filters. Use when validating process query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
15flow-hybrid-search
Execute and troubleshoot Supabase edge function `flow_hybrid_search`, which rewrites flow descriptions and calls `hybrid_search_flows` with optional filters. Use when validating flow query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
14embedding-ft
Execute and troubleshoot Supabase edge function `embedding_ft` that consumes PGMQ embedding jobs, calls AWS SageMaker embeddings, and writes vectors back to Postgres. Use when validating job payload handling, investigating failed embeddings, tuning ack semantics, or adjusting worker auth/environment.
13lifecyclemodel-hybrid-search
Execute and troubleshoot Supabase edge function `lifecyclemodel_hybrid_search`, which rewrites lifecycle model descriptions and calls `hybrid_search_lifecyclemodels` with optional filters. Use when validating lifecycle-model query/filter behavior, tuning retrieval prompts, or debugging auth, embedding, and RPC failures.
13lifecycleinventory-review
Review process-level or lifecyclemodel-level lifecycle inventory outputs from local TianGong build runs, plus frozen remote TianGong process snapshots. Use when auditing process_from_flow batches, remote process rows fetched through the canonical snapshot wrapper, or lifecyclemodel build artifacts through the unified CLI with reproducible review inputs and outputs.
10flow-governance-review
Run the CLI-backed flow governance commands for review, remediation, deterministic process-flow repair, and publish preparation. Use `node scripts/run-flow-governance-review.mjs COMMAND ...` when you need the supported `tiangong review flow` and `tiangong flow ...` workflows from a skill wrapper.
9