Zero to Dollar.
0%

Write Your Blueprint

Goal: Create the document that tells your AI exactly what to build.

What is a blueprint?

A blueprint is a description of what your app should do and look like — the architectural drawing of your app.

Think about ordering food. "Make me something" gets you something random. "Make me a grilled cheese with sourdough bread and cheddar" gets you exactly what you want. A blueprint does the same thing for your Agent. Without one, the Agent guesses. With one, it builds exactly what you described.

In the tech world, this is called a PRD (Product Requirements Document). It's a fancy name for the same thing — a description of what your app should do. We call it a blueprint because that's simpler and more intuitive.


Why does this matter?

Your Agent is powerful, but it can't read your mind. The more clearly you describe what you want, the better the result.

A good blueprint covers:

  • What app you're building — obviously
  • Who uses your app — so the Agent designs for the right people
  • What they see (User interface) — so every page looks the way you want
  • What they can do (User experience) — so every button and feature works correctly

You write it once. Then every time you ask the Agent to build something, you tell it to follow the blueprint.


Since I already made a blueprint for you, you can just follow the steps below.

Step 1: Read the blueprint

Read through the blueprint below (or let AI recap it, it's quite long). This describes every part of the Linktree clone you're about to build — what visitors see, what your customers see when they log in, and how everything should look and work.


Step 2: Save the blueprint

Copy the text below and save it as a new file called blueprint.txt within your project folder. (This can be done by clicking the new file icon in the file explorer.) Every future prompt to the Agent should reference this file.

Project Fileblueprint.txt — Create new file

Link-in-Bio App — Product Requirements Document (Blueprint) 1. Overview & Value Proposition Concep...

Click to expand

Step 3: Teach the AI how to work with you

This is a second small file, called AGENTS.md, that your AI reads every time you talk to it — it's always-on context about who you are and how it should treat you, so the AI handles the technical stuff behind the scenes and keeps things simple for you. Copy the prompt below into your AI assistant (on the right hand side) and it'll create the file for you.

AI PromptCreate AGENTS.md — Put this in your IDE

Create a file called AGENTS.md at the root of my project. Put the following content inside it exac...

Click to expand

Verification

You have a file called blueprint.txt and an AGENTS.md file saved in your main folder. You have a basic understanding of what you're going to build.

Ready to move on?