{
  "workflow_id": "desktop_project_scaffold",
  "description": "Scaffolds a new structured project workspace with initial architecture manifest on your Desktop.",
  "tasks": [
    {
      "id": "create_project_manifest",
      "trigger": "manual",
      "action_type": "file_op",
      "target": "{{desktop_dir}}\\project_manifest.md",
      "payload": {
        "operation": "write",
        "content": "# \ud83c\udfd7\ufe0f Project Architecture Manifest\n*Automated Workflow Scaffold by Vibra-Ingenn*\n\n## Overview\nThis project manifest was generated deterministically by Vibe Engine. Use this template to structure new software tools, AI pipelines, or research projects.\n\n### Recommended Directory Structure\n- `src/` \u2014 Core implementation source code\n- `docs/` \u2014 System architecture and user guides\n- `recipes/` \u2014 Automation workflow JSON recipes\n- `tests/` \u2014 Automated test suite and benchmarks\n\n*Status: Scaffold Successfully Created*"
      },
      "output": {
        "log": true
      }
    },
    {
      "id": "notify_scaffold_done",
      "trigger": "after:create_project_manifest",
      "action_type": "notify",
      "target": "stdout",
      "payload": {
        "message": "\u2713 Project manifest scaffold created on Desktop!"
      }
    }
  ]
}
