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
- By default the wrapper runs the exact published CLI through
pnpm dlx --package=@tiangong-lca/cli@0.1.6 tiangong-lca. UseTIANGONG_LCA_CLI_DIRor--cli-dironly for local dev/CI overrides. - Use
node scripts/run-lifecyclemodel-resulting-process-builder.mjs build ...to delegate totiangong-lca lifecyclemodel build-resulting-process. - Use
node scripts/run-lifecyclemodel-resulting-process-builder.mjs publish ...to delegate totiangong-lca lifecyclemodel publish-resulting-process. - Confirm the local artifacts in the run directory before any later
tiangong-lca publish runstep.
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.