lifecyclemodel-resulting-process-builder

Installation
SKILL.md

Lifecycle Model Resulting Process Builder

Use this skill when the source of truth is already a lifecycle model json_ordered file and the next step is to deterministically compute the aggregated resulting process plus relation handoff artifacts, not to synthesize a process from external flow evidence.

Run Workflow

  1. By default the wrapper runs the exact published CLI through pnpm dlx --package=@tiangong-lca/cli@0.1.6 tiangong-lca. Use TIANGONG_LCA_CLI_DIR or --cli-dir only for local dev/CI overrides.
  2. Use node scripts/run-lifecyclemodel-resulting-process-builder.mjs build ... to delegate to tiangong-lca lifecyclemodel build-resulting-process.
  3. Use node scripts/run-lifecyclemodel-resulting-process-builder.mjs publish ... to delegate to tiangong-lca lifecyclemodel publish-resulting-process.
  4. Confirm the local artifacts in the run directory before any later tiangong-lca publish run step.

The active runtime path is skill -> Node wrapper -> tiangong-lca CLI. Python and MCP are no longer part of the normal execution path for this skill.

What The Implementation Does

Installs
14
GitHub Stars
6
First Seen
Apr 14, 2026
lifecyclemodel-resulting-process-builder — tiangong-lca/skills