Skip to main content
Use this guide when you want Agent to change code, docs, configuration, or project settings.

Start with the outcome

Describe the result, constraints, and verification you expect.
Add email sign-in to the app.
Use the existing auth pattern.
Update tests for the sign-in flow.
Run the relevant checks before opening a pull request.

Add project context

Point Agent to the files, branch, preview, or issue that matters.
Use the current branch.
Start with the auth routes and the login form.
Keep the existing UI components.

Ask for a plan when scope is unclear

Ask Agent to plan first when the change spans multiple files or systems.
Create a short implementation plan first.
Call out the files you expect to change.
Wait for confirmation before editing.

Verify the result

Ask Agent to run the checks that prove the change works.
After editing, run the relevant tests and lint checks.
Summarize what changed and what you verified.

Next

GoalPage
Debug a failureDebug a project
Review the branchReview a branch
PageUse it to
Project instructionsDefine project rules Agent must follow.
SkillsAdd reusable workflows for repeated changes.