Overview
Use this first task to validate your full loop: prompt -> run -> diff review -> revise/finalize.
Recommended first task type
Pick a small, low-risk change:
- update a UI label
- improve one validation message
- fix one obvious bug in a narrow file scope
Step-by-step
- Open a workspace.
- Create a task with one clear objective.
- Choose harness/model in composer.
- Send a focused first prompt with acceptance criteria.
- Let the session run to completion.
- Review the diff carefully.
- If behavior matters more than code shape, ask for an artifact such as a screenshot or short report.
- Request revision or finalize.
First prompt template
Goal: <one concrete outcome>
Constraints: <what must not change>
Validation: <tests or checks to run>
Output: summarize the changed files and whyExample:
Goal: fix login form validation for empty email.
Constraints: keep the current UI copy and styling.
Validation: run the related tests.
Output: summarize the changed files and rationale.Helpful composer controls
- Use
@to reference files and directories. - Use
/to trigger harness-supported slash commands.
What success looks like
- Diff matches task scope.
- No unrelated file churn.
- Requested validation is addressed.
- You can decide confidently in review.