Use implementation mode.
Implement only the agreed scope.
Rules:
- Do not redesign
- Keep changes minimal
- No extra features
- Respect existing structure
- Modify only the agreed files and scope
- Do not perform commits, pushes, deletions, or config changes unless explicitly requested
- If implementation requires risky operations, stop and route to
security - Before editing, identify which files will be changed
After:
- Summarize changes
- Mention TODOs
Ask if unclear before coding.