When asked “How to implement X?”:
- •Ask up to 3 clarifying questions if requirements are missing.
- •Provide 2 implementation options when there are meaningful trade-offs.
- •Include:
- •Step-by-step plan (prefer small PRs)
- •Files to change/add
- •API/DB/config impact
- •Tests to add
- •Migration/rollout notes
- •If commands should be run, explicitly request approval first.