{
  "run_id": "20260707135516-client-delivery-package-292044",
  "workflow_id": "client-delivery-package",
  "workflow_title": "Generate Client Delivery Package",
  "workflow_description": "Create deterministic documents, notifications, proposal, project plan, client workspace, integration status, and automation status from existing platform outputs.",
  "status": "dry_run",
  "dry_run": true,
  "started_at": "2026-07-07T13:55:16.334Z",
  "finished_at": "2026-07-07T13:55:16.337Z",
  "parameters": {},
  "engine": {
    "deterministic": true,
    "ai_apis_used": false,
    "shell_commands_allowed": false,
    "external_actions_allowed": false,
    "stop_on_failure": true
  },
  "steps": [
    {
      "id": "generate-documents",
      "title": "Generate platform documents",
      "script": "scripts/document-generator.mjs",
      "args": [],
      "requires": [
        "intelligence/business-intelligence.json",
        "reports/decision-engine/decision-engine-summary.json"
      ],
      "produces": [
        "reports/documents/generated-documents.json"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "queue-notifications",
      "title": "Queue local notifications",
      "script": "scripts/notification-engine.mjs",
      "args": [],
      "requires": [
        "intelligence/business-intelligence.json"
      ],
      "produces": [
        "reports/notifications/notification-queue.json"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "generate-proposal",
      "title": "Generate draft proposal",
      "script": "scripts/proposal-generator.mjs",
      "args": [],
      "requires": [
        "reports/client-assessments"
      ],
      "produces": [
        "reports/proposals"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "generate-project-plan",
      "title": "Generate project plan",
      "script": "scripts/project-engine.mjs",
      "args": [],
      "requires": [
        "reports/proposals"
      ],
      "produces": [
        "reports/projects"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "create-client-workspace",
      "title": "Create local client workspace",
      "script": "scripts/client-workspace.mjs",
      "args": [
        "--client",
        "NGIE-AI Client"
      ],
      "requires": [
        "reports/client-assessments",
        "reports/proposals",
        "reports/projects"
      ],
      "produces": [
        "reports/client-workspaces"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "integration-status",
      "title": "Build Integration Hub status",
      "script": "scripts/integration-hub.mjs",
      "args": [],
      "requires": [
        "config/platform_modules.json"
      ],
      "produces": [
        "reports/integrations/integration-hub-status.json"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    },
    {
      "id": "automation-status",
      "title": "Build Automation Engine status",
      "script": "scripts/automation-engine.mjs",
      "args": [],
      "requires": [
        "config/platform_modules.json",
        "config/workflows.json"
      ],
      "produces": [
        "reports/automations/automation-engine-status.json"
      ],
      "status": "planned",
      "started_at": null,
      "finished_at": null,
      "duration_ms": 0,
      "exit_code": null,
      "timed_out": false,
      "log_file": null,
      "error": null
    }
  ]
}
