The outcome
Produce a tested diff and preview without letting an agent silently widen scope or publish the application.
Step by step
A workflow you can repeat.
- 01
Create a clean branch in an approved repository, remove secrets from reachable files, and record baseline status, tests, and application behavior.
- 02
Describe the user outcome, acceptance criteria, relevant paths, architecture, non-goals, visual states, validation commands, and actions TRAE must not take.
- 03
Ask for an implementation plan first, review intended context and dependencies, and authorize only the smallest coherent change.
- 04
Inspect generated files, terminal commands, packages, browser previews, error states, accessibility, tests, and unexpected network or external-service use.
- 05
Run trusted checks outside the agent narrative, compare the final diff with the request, and deploy only through the established human-approved pipeline with rollback.
Working standard
What good use looks like.
- Keep credentials outside reachable context.
- Review dependencies and network use.
- Retain human control of release actions.
Official references