Start with a goal#
A good Helmor task is narrow enough to review. Start by naming the user-visible outcome or technical fix you want, then create a workspace for that work.
Task flow#
- Choose a repository.
- Create a workspace from the right branch.
- Pick the agent for the task.
- Send a focused prompt.
- Watch the session and answer follow-up questions.
- Review the diff and run checks.
Prompt shape#
Include the goal, relevant files or feature area, constraints, and expected verification. Avoid asking for multiple unrelated fixes in one session.
Finish condition#
The task is done when the diff matches the goal, checks pass, and you can explain the change without relying only on the agent transcript.