\n{\n \"title\": \"Build the Chat Loop\",\n \"markdown_content\": \"MODIFY: (~@app/page.tsx)\\n\\n**Let's see it on screen. šļø**\\n\\nThe API route is scaffolded. Let's build a quick-and-dirty frontend to see the data flow.\\n\\nInstruct your AI to replace `app/page.tsx` with a minimal React client component. Tell it you need a text input for a 'topic', a submit button, and a `` tag to display results. On submit, it must POST the topic to `/api/generate` and render the raw JSON response to the screen.\\n\\n*Momentum Check: Open your browser, type a topic, and hit submit. Seeing that raw JSON pop up is the best feeling in the world.*\\n\\n*Tip: A shipped product with rough edges beats a polished one that never exists.*\",\n \"tasks\":[{\"title\": \"Feed prompt to AI agent\", \"options\": [], \"placeholder\": \"\"}, {\"title\": \"Review and accept generated code\", \"options\":[], \"placeholder\": \"\"}, {\"title\": \"Ensure local dev server is running\", \"options\":[], \"placeholder\": \"\"}]\n}\n\n\nEXAMPLE 2: GAME DEV (MANUAL / MECHANICS)\n