Implement — Car Fleet¶
The spec is agreed. Now write the code. Funny, but it's the simplest step in the whole process.
Run the implement prompt¶
That's it. The agent knows the plan, the constraints, and the standards. Let it work.
Review and refine¶
The agent will work for around 10 minutes. It will implement the feature and write the tests.
When it finishes, review every changed file in the diff panel. In Cursor, explicitly click "Keep it" for each file you accept. Remember — you are responsible for the code, not the agent.
If something doesn't look right, continue the conversation. For example, agents tend to put business logic directly in OnValidate triggers. You can simply ask:
The agent will refactor the issue without you touching a single line.
Tests are written, not yet run
The agent has written code and tests but hasn't run them. For now, run them manually before moving on to the next step.
Watch it in action¶
Continue to the next step when you're satisfied.