The Pipeline

How it works.

Phase I

The Elicitation Phase

You start by defining the core concept of your application. What does it do? Who is it for? Qwen 3.7 Plus analyzes this brief and determines if there is enough information to build a technical spec. If not, it will enter a conversational loop, asking you precise questions to extract the missing context.

Phase II

Prompt Chaining

Once the context is clear, the orchestrator takes over. It fires a sequence of prompts to Qwen 3.7 Plus:

1. PRD Gen: Creates the Product Requirements Document.
2. TRD Gen: Reads the PRD, creates the Technical Requirements Document.
3. Schema Gen: Reads PRD + TRD, writes the Prisma Database Schema.
4. Flow Gen: Maps the user journeys and screen inventory.

Phase III

Execution & Export

The results are instantly compiled into a live dashboard. You can review the markdown and code directly in the browser, or download the entire suite as a `.zip` archive to drop straight into your GitHub repository.