The Ten-Step Working Method
Why It Matters
Section titled “Why It Matters”The recommended working method turns agent use into an engineering loop:
- FrameDescribe the outcome, user need, scope and non-goals.
- GroundPoint to relevant repository areas, standards and examples.
- SpecifyProvide acceptance criteria, quality attributes and expected evidence.
- ExploreLet the agent inspect before it edits; require clarification for material ambiguity.
- PlanFor complex work, agree on decomposition and risk points.
- ImplementWork in small coherent increments.
- VerifyRun tests, linters, type checks, security checks, evals or visual inspection.
- ReviewInspect behaviour, diff, architecture and unintended changes.
- ReflectCapture recurring mistakes in tests, instructions or reusable skills.
- Ship and observeRelease through normal controls and monitor real behaviour.