Skip to content

Commit 48c4239

Browse files
committed
Fix line brak
1 parent 849f8e3 commit 48c4239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blog/context-engineering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The framework's power lies in its two-step process, which separates high-level p
4343

4444
**Step 1: The Blueprint (Generation)**
4545
First, you don't just ask the AI to write code. You start by creating a feature request and running the `generate-prp.sh` script. This script sends your request to Gemini and asks it to act as a senior engineer, creating a detailed technical plan, or a **Product Requirements Prompt (PRP)**. This forces the AI to think through the entire problem before writing a single line of code.
46+
4647
**Step 2: The Build (The AI Agent)**
4748
This is where the magic happens. Once you have the PRP, you kick off the `execute-prp.sh script`. This script is a true **AI agent** that manages the entire development process for you:
4849

0 commit comments

Comments
 (0)