Recall rotational matrix in (x,y) is given by:
$R = \begin{bmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix}$
For the life of me I cannot remember if the top right sin entry has a negative or positive sign, and I have known this matrix since 5 years ago (obviously I am a failure!!).
Sure one could always derive from first principle via:
But if someone just went up to you and asked you to write down the matrix, what is a good way in the least time write down the matrix and verify that it is correct (with the correct signs)?
Take $\theta=\pi/2$, and write down one of the options. It is fairly easy to check in this case whether you got a clockwise or anti-clockwise rotation.