AGENTIC BUILD FRAMEWORK v1.0
Framework
Prompts
Architecture
Launch
AGENTIC PIPELINE
A foolproof 7-stage loop from raw idea to production-ready site. Each stage feeds into the next. Run stages sequentially or generate the full thing at once.
STAGE 1 — Ideation Agent
Takes raw input. Generates problem statement, target user, value proposition, 3 unique angles, and selects the strongest one. Output: IDEA.md
STAGE 2 — Scope Agent
Defines MVP scope. Produces feature list (P0/P1/P2), user stories, and explicitly out-of-scope list. Prevents scope creep. Output: SCOPE.md
STAGE 3 — Architecture Agent
Chooses stack (or uses override), defines folder structure, DB schema, API surface, auth model, and deployment target. Output: ARCH.md
STAGE 4 — Design Agent
Defines design system: color palette, typography, component list, layout wireframe (text-based), brand voice, and visual tone. Output: DESIGN.md
STAGE 5 — Build Agent
Generates all code: pages, components, API routes, DB migrations, env config, and README. One prompt per file, verified sequentially. Output: /src
STAGE 6 — QA Agent
Reviews code for bugs, accessibility, mobile responsiveness, security issues, and missing edge cases. Produces a fix diff. Output: QA.md + patches
STAGE 7 — Launch Agent
Generates Reddit post (r/SideProject, r/startups), LinkedIn post, and a Product Hunt blurb. Tailored to the product, not generic. Output: LAUNCH.md
MASTER PROMPTS
Copy these into Claude or any LLM. Chain them sequentially. Each prompt expects the output of the previous stage as context.
ARCHITECTURE
Recommended stack options and folder structure templates. Copy and adapt.
Next.js
SvelteKit
Astro
LAUNCH
Templates for Reddit and LinkedIn posts that convert. Fill in your product name and hook, then post.