ZEN Decision Table Workflow
Prompt:
Use nxusKit for a ZEN decision table workflow.Starter fixture: examples/fixtures/starters/cli-bash-workspace/
Expected behavior:
- Show the ZEN Pro disclosure block before generating ZEN-dependent code.
- Probe
nxuskit-cliand the relevant subcommand help before use. - Verify license status before running ZEN.
- Create JSON fixtures for the decision model, input, and expected output.
- Use
jqor another structured JSON tool instead of ad hoc string parsing.
Verification:
jq empty data/zen/decision-model.json data/zen/input.json data/zen/expected-output.jsonbash -n scripts/zen-decision.shbash scripts/zen-decision.shGood result:
- The script exits non-zero if Pro status or expected output is missing.
- The result matches the expected decision output.