implement
Implement
Execute settled intent continuously in the current session. Do not reopen product decisions or ask whether to continue between normal units. This skill owns no durable run state, worktree lifecycle, PR/MR lifecycle, tracker mutation, or recovery protocol.
Steps
-
Pass the pre-edit gate. Before any mutation:
- read repository instructions and the settled source artifact;
- inspect the branch, worktree, and
git status; - inventory pre-existing changes and preserve them without staging, reverting, overwriting, or attributing them to this run;
- state the mutable and frozen scopes plus authoritative verification commands;
- analyze dependencies and shared-state hazards before selecting an engine.
Dirty-checkout policy lives in
references/routing.md. Apply that file before choosing an engine.Complete when: the source is executable without re-planning, every pre-existing change is accounted for, scopes and required checks are explicit, and no mutation has occurred.
-
Select the lightest safe engine. Read
references/routing.mdbefore mutation and choose exactly one ofinline,serial_workers, orbounded_parallel, or return a pre-editblocked/escalatedwithengine: none. Theenginefield always reports what this session actually ran.