{tikzpicture}

[framed, dot/.style=circle,inner sep=1pt,fill,name=#1] \node(context) at (0, 0) Context; \node(problem) at (2.5, 0) Problem; \node(solution) at (5, 0) Solution; \node(rationale) at (7.65, 0) Rationale; \node(resolution) at (10.5, 0) Resolution; \node(whatnext) at (13.25, 0) What next;

\node

[below of=context] (where) Where; \node[below of=problem] (what) What; \node[below of=solution] (how) How; \node[below of=rationale] (why) Why; \node[below of=resolution] (who) Who; \node[below of=whatnext] (when) When;

\draw

[-latex] (context) – (where); \draw[-latex] (problem) – (what); \draw[-latex] (solution) – (how); \draw[-latex] (rationale) – (why); \draw[-latex] (resolution) – (who); \draw[-latex] (whatnext) – (when);