PROMPT GUIDE

How to Write Emergent Prompts

Emergent is an agentic builder that decomposes your request into its own task plan. It does not want step-by-step instructions — it wants a clear goal, constraints, and acceptance criteria it can self-check against. Here is that shape, plus a free generator that writes it for you.

Generate your prompt — free, no sign-up

How to write Emergent prompts that work

Goal plus constraints, not steps

Say what must be true when done and what must not change. Let Emergent design the how — giving it code-level steps fights its strength.

State the platform target

"A web app" or "a mobile-friendly web app" — one line up front. It shapes every downstream decision Emergent makes.

List acceptance criteria

Emergent self-checks well. "A visitor can submit the form and see a success state; submissions appear in the admin list" — checkable statements get checked.

Name integrations explicitly

"Integrate Stripe checkout" — naming the capability (or vendor, when you care) lets Emergent wire providers itself instead of stubbing them.

Review the task plan

When Emergent shows its decomposition, read it. Fixing a wrong task at planning time costs one edit; after the build, it costs the build.

A starter template

Goal: [one-sentence outcome].
Platform: web app (mobile-friendly).

Requirements:
- [Checkable requirement]
- [Checkable requirement]

Constraints:
- Do not change [existing thing that must stay].
- [Performance/style constraint if any].

Integrations: [e.g., "Stripe checkout", "transactional email"].
Accept when all requirements above are demonstrably met.

Frequently asked questions

Should I give Emergent detailed steps?

No — it builds its own task plan and follows instructions better as goals than as recipes. Spend your prompt on the outcome, the constraints, and checkable acceptance criteria.

How do I stop Emergent from changing existing features?

State it as a constraint in plain words: "do not modify the existing checkout flow." Constraints are one of the two things Emergent respects most, alongside criteria it can verify.

What is the most common Emergent prompt mistake?

Under-specifying the goal. "Build me a booking app" leaves Emergent guessing the entire domain. One extra sentence of who books what, and when, changes the build completely.

Related guides

replit · base44 · coding agent